DiD 03: let Ogre' traits match the cutscene

One does 6 damage, the other 5.
This commit is contained in:
Severin Glöckner 2020-09-21 02:15:05 +02:00
parent 264e344d73
commit 8cd797705d

View File

@ -187,16 +187,35 @@
hitpoints=38
facing=sw
ai_special=guardian
[modifications]
{TRAIT_STRONG}
[/modifications]
[/unit]
[unit]
type=Young Ogre
x,y=24,17
side=2
id=YOgre2
hitpoints=33
facing=ne
ai_special=guardian
[/unit]
# Non-strong one:
[while]
[not]
[have_unit]
id=YOgre2
[not]
trait=strong
[/not]
[/have_unit]
[/not]
[do]
[unit]
type=Young Ogre
x,y=24,17
side=2
id=YOgre2
hitpoints=33
facing=ne
ai_special=guardian
overwrite=yes
[/unit]
[/do]
[/while]
{PLACE_IMAGE "items/bow.png" 17 8}
[unit]