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
+12
View File
@@ -0,0 +1,12 @@
create_combat_spell :wind_bolt do
interface spellbook: :modern, button: 10
level_requirement 17
max_damage 8
runes {}
effects animation: 1162, graphic: {id: 117, height: 100}, hit_graphic: {id: 119, delay: 100}
projectile projectile: 118, projectile_type: :bolt_spells
end
create_projectile_type :bolt_spells, start_height: 46, end_height: 36, delay: 51, speed: 12, slope: 15, radius: 86