UtBS: Removed the cure ability from the dust devil's regeneration...
...because it can't get poisoned anymore.
This commit is contained in:
parent
2a07bdc7d7
commit
1cb87781b3
1 changed files with 24 additions and 25 deletions
|
@ -3,22 +3,19 @@
|
||||||
id=Dust Devil
|
id=Dust Devil
|
||||||
name= _ "Dust Devil"
|
name= _ "Dust Devil"
|
||||||
race=monster
|
race=monster
|
||||||
|
usage=scout
|
||||||
image="units/monsters/dust-devil.png"
|
image="units/monsters/dust-devil.png"
|
||||||
|
level=1
|
||||||
|
advances_to=null
|
||||||
|
experience=36
|
||||||
hitpoints=36
|
hitpoints=36
|
||||||
|
alignment=neutral
|
||||||
|
cost=20
|
||||||
|
description= _ "A swirl of dust and desert sand, quick as a wind, impossible to spot when resting and as dangerous as sand storm when riled."+{SPECIAL_NOTES}+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_SWARM}+{SPECIAL_NOTES_ARCANE}
|
||||||
|
{DEFENSE_ANIM "units/monsters/dust-devil.png" "units/monsters/dust-devil.png" groan.wav }
|
||||||
|
die_sound=groan.wav
|
||||||
movement_type=undeadfly
|
movement_type=undeadfly
|
||||||
# all dust devils get an invisible trait that sets the not_living status for
|
movement=8
|
||||||
# them so that they are immune to poison and healing
|
|
||||||
[trait]
|
|
||||||
id=dustdevilimmunities
|
|
||||||
availability="musthave"
|
|
||||||
male_name=""
|
|
||||||
female_name=""
|
|
||||||
description=""
|
|
||||||
[effect]
|
|
||||||
apply_to=status
|
|
||||||
add=not_living
|
|
||||||
[/effect]
|
|
||||||
[/trait]
|
|
||||||
[movement_costs]
|
[movement_costs]
|
||||||
deep_water=UNREACHABLE
|
deep_water=UNREACHABLE
|
||||||
shallow_water=3
|
shallow_water=3
|
||||||
|
@ -40,16 +37,19 @@
|
||||||
cold=150
|
cold=150
|
||||||
arcane=140
|
arcane=140
|
||||||
[/resistance]
|
[/resistance]
|
||||||
movement=8
|
# all dust devils get an invisible trait that sets the not_living status for
|
||||||
experience=36
|
# them so that they are immune to poison and healing
|
||||||
level=1
|
[trait]
|
||||||
alignment=neutral
|
id=dustdevilimmunities
|
||||||
advances_to=null
|
availability="musthave"
|
||||||
cost=20
|
male_name=""
|
||||||
usage=scout
|
female_name=""
|
||||||
description= _ "A swirl of dust and desert sand, quick as a wind, impossible to spot when resting and as dangerous as sand storm when riled."+{SPECIAL_NOTES}+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_SWARM}+{SPECIAL_NOTES_ARCANE}
|
description=""
|
||||||
{DEFENSE_ANIM "units/monsters/dust-devil.png" "units/monsters/dust-devil.png" groan.wav }
|
[effect]
|
||||||
die_sound=groan.wav
|
apply_to=status
|
||||||
|
add=not_living
|
||||||
|
[/effect]
|
||||||
|
[/trait]
|
||||||
[attack]
|
[attack]
|
||||||
name=twister
|
name=twister
|
||||||
description= _ "twister"
|
description= _ "twister"
|
||||||
|
@ -82,11 +82,10 @@
|
||||||
[/filter_location]
|
[/filter_location]
|
||||||
[/filter_self]
|
[/filter_self]
|
||||||
value=6
|
value=6
|
||||||
poison=cured
|
|
||||||
affect_self="yes"
|
affect_self="yes"
|
||||||
name = _ "dust recuperation"
|
name = _ "dust recuperation"
|
||||||
description= _ "Dust Recuperation:
|
description= _ "Dust Recuperation:
|
||||||
The unit will heal itself 6 HP per turn on sand or dirt terrain. If it is poisoned, it will remove the poison instead of healing."
|
The unit will heal itself 6 HP per turn on sand or dirt terrain."
|
||||||
[/regenerate]
|
[/regenerate]
|
||||||
[/abilities]
|
[/abilities]
|
||||||
[advancement]
|
[advancement]
|
||||||
|
|
Loading…
Add table
Reference in a new issue