made WC/Soulless always be able to go on deep water

This commit is contained in:
Gunter Labes 2006-02-04 21:24:03 +00:00
parent 3dbea6721d
commit ed75541065
3 changed files with 44 additions and 18 deletions

View file

@ -1058,7 +1058,7 @@
[/movement_costs]
[defense]
deep_water=100
deep_water=80
shallow_water=60
swamp_water=40
grassland=60

View file

@ -93,39 +93,52 @@ get_hit_sound=zombie-hit.wav
[unit]
{UNIT_BODY_SOULLESS undead-soulless smallfoot 4}
[movement_costs]
deep_water=4
shallow_water=3
[/movement_costs]
[variation]
variation_name=drake
[movement_costs]
deep_water=4
[/movement_costs]
{UNIT_BODY_SOULLESS undead-soulless-drake drakefoot 4}
[/variation]
[variation]
variation_name=swimmer
{UNIT_BODY_SOULLESS undead-soulless-swimmer swimmer 4}
[/variation]
[variation]
variation_name=troll
[movement_costs]
deep_water=4
[/movement_costs]
{UNIT_BODY_SOULLESS undead-soulless-troll largefoot 4}
[/variation]
[variation]
variation_name=wose
[movement_costs]
deep_water=3
[/movement_costs]
{UNIT_BODY_SOULLESS undead-soulless-wose treefolk 3}
[/variation]
[variation]
variation_name=saurian
[movement_costs]
deep_water=4
[/movement_costs]
{UNIT_BODY_SOULLESS undead-soulless-saurian lizard 4}
[/variation]
[variation]
variation_name=mounted
[movement_costs]
deep_water=4
[/movement_costs]
{UNIT_BODY_SOULLESS undead-soulless-mounted mounted 5}
[/variation]
[/unit]

View file

@ -18,8 +18,8 @@ movement_type={MOVETYPE}
holy=200
[/resistance]
movement={MOVES}
experience=24
level=0
experience=24
alignment=chaotic
advanceto=Soulless
cost=6
@ -95,39 +95,52 @@ get_hit_sound=zombie-hit.wav
[unit]
{UNIT_BODY_WALKING_CORPSE undead-zombie smallfoot 4}
[movement_costs]
deep_water=4
shallow_water=3
[/movement_costs]
[variation]
variation_name=drake
[movement_costs]
deep_water=4
[/movement_costs]
{UNIT_BODY_WALKING_CORPSE undead-zombie-drake drakefoot 4}
[/variation]
[variation]
variation_name=swimmer
{UNIT_BODY_WALKING_CORPSE undead-zombie-swimmer swimmer 4}
[/variation]
[variation]
variation_name=troll
[movement_costs]
deep_water=4
[/movement_costs]
{UNIT_BODY_WALKING_CORPSE undead-zombie-troll largefoot 4}
[/variation]
[variation]
variation_name=wose
[movement_costs]
deep_water=3
[/movement_costs]
{UNIT_BODY_WALKING_CORPSE undead-zombie-wose treefolk 3}
[/variation]
[variation]
variation_name=saurian
[movement_costs]
deep_water=4
[/movement_costs]
{UNIT_BODY_WALKING_CORPSE undead-zombie-saurian lizard 4}
[/variation]
[variation]
variation_name=mounted
[movement_costs]
deep_water=4
[/movement_costs]
{UNIT_BODY_WALKING_CORPSE undead-zombie-mounted mounted 5}
[/variation]
[/unit]