Add initial combat spell support

This commit is contained in:
Steve Soltys
2016-01-27 12:32:55 -05:00
committed by Gary Tierney
parent 9f47fae6a9
commit ec248a185b
9 changed files with 238 additions and 38 deletions
+7
View File
@@ -23,6 +23,13 @@
<script>equipment.rb</script>
<script>util.rb</script>
<script>projectile_type.rb</script>
<script>spellbook.rb</script>
<script>spellbooks.rb</script>
<script>combat_spell.rb</script>
<script>spells/bolts.rb</script>
<script>weapon.rb</script>
<script>weapon_class.rb</script>
<script>weapons/bows.rb</script>