mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 00:30:26 +00:00
DiD 03: let Ogre' traits match the cutscene
One does 6 damage, the other 5.
This commit is contained in:
parent
264e344d73
commit
8cd797705d
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user