Skip to content

Commit

Permalink
log changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bananatron committed Sep 24, 2014
1 parent 1c3bb84 commit e78b2fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 0 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Web based character creator for DND 5th edition.
Rework skill options to where it pulls from class array on main page, not on html entry
impl point buy update where stats update on change
4 changes: 1 addition & 3 deletions base.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
require 'sinatra'

#format [name, casttime, range, components, duration, desc]

@cantrips =
[{'name'=>'Guidance',
'casttime'=>'1 action',
'range'=>'Touch',
'components'=>['v', 's'],
'duration'=>'Concentration, up to 1 minute',
'desc'=>'You touch one willing creature. Once before the spell ends, the target can roll a d4 and add the number rolled to one ability check of its choice. It can roll the die before or after making the ability check. The spell then ends.'
},
]
},]


# Set port for compatability with nitrous.io
Expand Down
5 changes: 3 additions & 2 deletions log.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Add:
Validation to form to now let submit with -1 on pb_total for pointbuy
Class selection
PDF Convert
IDs for tool label seletion for easier mobile use
IDs for tool label seletion for easier mobile use
Rework skill options to where it pulls from class array on main page, not on html entry
impl point buy update where stats update on change
3 changes: 0 additions & 3 deletions public/fighter.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,4 @@ <h4>Fighting Style</h4>
When you engage in two-weapon fighting, you can add
your ability modifier to the damage of the second attack.

<script>

</script>

0 comments on commit e78b2fe

Please sign in to comment.