mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 00:38:11 +00:00
Add more documentation and fix rubocop warnings
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
create_combat_spell :wind_bolt do
|
||||
|
||||
|
||||
spellbook :modern, button: 10
|
||||
max_damage 8
|
||||
|
||||
effects animation: 1162, graphic: {id: 117, height: 100}, hit_graphic: {id: 119, delay: 100}
|
||||
|
||||
effects animation: 1162, graphic: { id: 117, height: 100 }, hit_graphic: { id: 119, delay: 100 }
|
||||
projectile id: 118, type: :bolt_spells
|
||||
|
||||
|
||||
requirements do
|
||||
rune :air, amount: 3
|
||||
rune :chaos, amount: 1
|
||||
|
||||
|
||||
skill :magic, level: 17
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
create_projectile_type :bolt_spells, start_height: 46, end_height: 36, delay: 51, speed: 12, slope: 15, radius: 86
|
||||
create_projectile_type :bolt_spells, start_height: 46, end_height: 36, delay: 51, speed: 12, slope: 15, radius: 86
|
||||
|
||||
Reference in New Issue
Block a user