new statues in Sulla's Ruins (as requested by Doc Paterson)
This commit is contained in:
parent
e2a0500e7e
commit
e6eb0ebd7e
1 changed files with 48 additions and 26 deletions
|
@ -1,4 +1,34 @@
|
|||
[multiplayer]
|
||||
#define SULLA_STATUE TYPE X Y FACING DESC
|
||||
type={TYPE}
|
||||
user_description= "`~`" + {DESC}
|
||||
x={X}
|
||||
y={Y}
|
||||
facing={FACING}
|
||||
unrenamable=yes
|
||||
|
||||
[status]
|
||||
stone=on
|
||||
[/status]
|
||||
|
||||
|
||||
[modifications]
|
||||
[trait]
|
||||
id=remove_hp
|
||||
name=_ "statue"
|
||||
description=_ "This is a sculpture made of stone."
|
||||
[effect]
|
||||
apply_to=hitpoints
|
||||
increase_total=-100%
|
||||
[/effect]
|
||||
[effect]
|
||||
apply_to=movement
|
||||
set=0
|
||||
[/effect]
|
||||
[/trait]
|
||||
[/modifications]
|
||||
#enddef
|
||||
|
||||
id=multiplayer_Sullas_Ruins
|
||||
name= _ "2p - Sullas Ruins"
|
||||
description= _ "Flooded by the seas and battered by the winter elements, only ruins, water and ice now remain in the shadow of this once mighty empire. Recommended setting of 2 gold per village."
|
||||
|
@ -33,33 +63,25 @@
|
|||
team_name=statues
|
||||
|
||||
[unit]
|
||||
type=Arch Mage
|
||||
description=_ "Sulla's statue"
|
||||
user_description=_ "Sulla's statue"
|
||||
unit_description=_ "Sulla's statue"
|
||||
x=10
|
||||
y=13
|
||||
unrenamable=yes
|
||||
{SULLA_STATUE (Arch Mage) 10 13 right (_"Statue of Sulla")}
|
||||
gender=female
|
||||
|
||||
[status]
|
||||
stone=on
|
||||
[/status]
|
||||
|
||||
|
||||
[modifications]
|
||||
[trait]
|
||||
id=remove_hp
|
||||
[effect]
|
||||
apply_to=hitpoints
|
||||
increase_total=-100%
|
||||
[/effect]
|
||||
[effect]
|
||||
apply_to=movement
|
||||
set=0
|
||||
[/effect]
|
||||
[/trait]
|
||||
[/modifications]
|
||||
unit_description=_ "A stone-carved likeness of Sulla the Great, also known as Sulla the Just, Sulla the Tyrant, Empress of the Sinking Tower, Scion of the Crushing Gales, Lady of the Walking Glacier, Keeper of the Burning Wave, Queen of the Leveling Flame, Sulla the Incinerator, Sulla the Proud and Sulla the Righteous."
|
||||
[/unit]
|
||||
[unit]
|
||||
{SULLA_STATUE Yeti 12 9 left (_"Statue of Lhun-dup")}
|
||||
unit_description=_ "A stone-carved likeness of Lhun-dup, Servant of Sulla."
|
||||
[/unit]
|
||||
[unit]
|
||||
{SULLA_STATUE Yeti 15 13 left (_"Statue of Ri-nzen")}
|
||||
unit_description=_ "A stone-carved likeness of Ri-nzen, Servant of Sulla."
|
||||
[/unit]
|
||||
[unit]
|
||||
{SULLA_STATUE Yeti 5 14 right (_"Statue of Ten-zin")}
|
||||
unit_description=_ "A stone-carved likeness of Ten-zin, Servant of Sulla."
|
||||
[/unit]
|
||||
[unit]
|
||||
{SULLA_STATUE Yeti 8 17 right (_"Statue of Lo-bsang")}
|
||||
unit_description=_ "A stone-carved likeness of Lo-bsang, Servant of Sulla."
|
||||
[/unit]
|
||||
[/side]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue