Balanced Walking corpse/Soulless. Minor change in Dwarven doors.
This commit is contained in:
parent
71832e1efc
commit
967b11fa32
3 changed files with 34 additions and 2 deletions
|
@ -391,6 +391,38 @@ Defeat:
|
|||
[then]
|
||||
{TALK_ABOUT_UNCLE}
|
||||
[/then]
|
||||
[else]
|
||||
[have_unit]
|
||||
type=Thug
|
||||
[/have_unit]
|
||||
[then]
|
||||
{TALK_ABOUT_UNCLE}
|
||||
[/then]
|
||||
[else]
|
||||
[have_unit]
|
||||
type=Poacher
|
||||
[/have_unit]
|
||||
[then]
|
||||
{TALK_ABOUT_UNCLE}
|
||||
[/then]
|
||||
[else]
|
||||
[have_unit]
|
||||
type=Bandit
|
||||
[/have_unit]
|
||||
[then]
|
||||
{TALK_ABOUT_UNCLE}
|
||||
[/then]
|
||||
[else]
|
||||
[have_unit]
|
||||
type=Poacher
|
||||
[/have_unit]
|
||||
[then]
|
||||
{TALK_ABOUT_UNCLE}
|
||||
[/then]
|
||||
[/else]
|
||||
[/else]
|
||||
[/else]
|
||||
[/else]
|
||||
[/else]
|
||||
[/if]
|
||||
[/event]
|
||||
|
|
|
@ -18,7 +18,7 @@ get_hit_sound=ugg.wav
|
|||
name=fist
|
||||
type=impact
|
||||
range=short
|
||||
damage=7
|
||||
damage=6
|
||||
number=2
|
||||
special=plague
|
||||
[frame]
|
||||
|
|
|
@ -6,7 +6,7 @@ image_defensive=undead-zombie-attack.png
|
|||
hitpoints=16
|
||||
movement_type=undeadfoot
|
||||
movement=4
|
||||
experience=30
|
||||
experience=24
|
||||
level=0
|
||||
alignment=chaotic
|
||||
advanceto=Soulless
|
||||
|
|
Loading…
Add table
Reference in a new issue