Define range explicitly in aura spells.

This is in preparation of allowing aura spells that have a larger radius.
master
SilverNexus 2021-07-24 12:10:35 -04:00
parent daf3acc412
commit f7a3e48342
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Define range directly in aura spells in preparation for having higher-radius
auras possible in the spell code.
spell/Aura/spell_sanctuary.arc
spell/Aura/spell_flaming_aura.arc
Daniel Hawkins 2021-07-24
Fix potential for quivers of Holding Arrows to generate and expect throwing items. Fix potential for quivers of Holding Arrows to generate and expect throwing items.
artifacts artifacts
Daniel Hawkins 2021-07-23 Daniel Hawkins 2021-07-23

View File

@ -16,6 +16,7 @@ duration 100
duration_modifier 4 duration_modifier 4
dam 6 dam 6
dam_modifier 25 dam_modifier 25
range 1
maxgrace 20 maxgrace 20
attacktype 4 attacktype 4
no_drop 1 no_drop 1

View File

@ -14,6 +14,7 @@ path_attuned 1
other_arch sanctuary other_arch sanctuary
duration 100 duration 100
duration_modifier 4 duration_modifier 4
range 1
maxgrace 20 maxgrace 20
attacktype 524288 attacktype 524288
no_drop 1 no_drop 1