Define range explicitly in aura spells.
This is in preparation of allowing aura spells that have a larger radius.master
parent
daf3acc412
commit
f7a3e48342
|
@ -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.
|
||||
artifacts
|
||||
Daniel Hawkins 2021-07-23
|
||||
|
|
|
@ -16,6 +16,7 @@ duration 100
|
|||
duration_modifier 4
|
||||
dam 6
|
||||
dam_modifier 25
|
||||
range 1
|
||||
maxgrace 20
|
||||
attacktype 4
|
||||
no_drop 1
|
||||
|
|
|
@ -14,6 +14,7 @@ path_attuned 1
|
|||
other_arch sanctuary
|
||||
duration 100
|
||||
duration_modifier 4
|
||||
range 1
|
||||
maxgrace 20
|
||||
attacktype 524288
|
||||
no_drop 1
|
||||
|
|
Loading…
Reference in New Issue