LoW: wmlindent run

This commit is contained in:
Elvish_Hunter 2016-06-11 10:25:59 +02:00
parent 9d1265139b
commit 5001c58fde
9 changed files with 39 additions and 40 deletions

View file

@ -83,7 +83,7 @@ This is the story of Kalenz, Landar, and of the Elves in the first days of the h
#enddef
[side]
side=1
side=1
{PLAYABLE}
# wmllint: who KALENZ_YOUNG is Kalenz
{KALENZ_YOUNG}

View file

@ -1121,9 +1121,9 @@
{CLEAR_VARIABLE orc_battlefield_strategy}
#ifdef MULTIPLAYER
[persistent_carryover_store]
scenario_id = LoW_Chapter_One
[/persistent_carryover_store]
[persistent_carryover_store]
scenario_id = LoW_Chapter_One
[/persistent_carryover_store]
#endif
[/event]
{DEFAULT_VICTORY 0.5}

View file

@ -190,9 +190,9 @@ Chapter Two"
[/objectives]
#ifdef MULTIPLAYER
[persistent_carryover_unstore]
scenario_id = LoW_Chapter_One
[/persistent_carryover_unstore]
[persistent_carryover_unstore]
scenario_id = LoW_Chapter_One
[/persistent_carryover_unstore]
#endif
# wmllint: who RECALL_LOYALS is Huraldur
#{RECALL_LOYALS}

View file

@ -139,9 +139,8 @@
[event]
name=victory
[persistent_carryover_store]
scenario_id = LoW_Chapter_Two
[/persistent_carryover_store]
[persistent_carryover_store]
scenario_id = LoW_Chapter_Two
[/persistent_carryover_store]
[/event]
[/scenario]

View file

@ -229,9 +229,9 @@ Chapter Three"
# wmllint: recognize Anduilas
#ifdef MULTIPLAYER
[persistent_carryover_unstore]
scenario_id = LoW_Chapter_Two
[/persistent_carryover_unstore]
[persistent_carryover_unstore]
scenario_id = LoW_Chapter_Two
[/persistent_carryover_unstore]
#endif
#define LEAVE_BEHIND_L3 NAME SIDE

View file

@ -291,9 +291,9 @@
[event]
name=victory
[persistent_carryover_store]
scenario_id = LoW_Chapter_Three
[/persistent_carryover_store]
[persistent_carryover_store]
scenario_id = LoW_Chapter_Three
[/persistent_carryover_store]
[/event]
#endif
[/scenario]

View file

@ -107,9 +107,9 @@
name=start
#ifdef MULTIPLAYER
[persistent_carryover_unstore]
scenario_id = LoW_Chapter_Three
[/persistent_carryover_unstore]
[persistent_carryover_unstore]
scenario_id = LoW_Chapter_Three
[/persistent_carryover_unstore]
#endif
#TODO recall or create if not recallable

View file

@ -64,7 +64,7 @@
name=prestart
# modify 2/3 of the non-loyal, non-shaman-line units to join Landar
# TODO: This this still needed in mp?
# TODO: This this still needed in mp?
{MODIFY_UNIT (id=Landar) side 3}
[store_unit]
#TODO spellcheck
@ -213,7 +213,7 @@
[event]
name=prestart
# TODO: shouldn't Landar already be able to recuit?
# TODO: shouldn't Landar already be able to recuit?
{MODIFY_UNIT id=Landar canrecruit yes}
[/event]
@ -321,7 +321,7 @@
bonus=yes
carryover_percentage=80
[/gold_carryover]
[note]
description= _ "If you loose you still have a chance to defeat Kalenz in the next scenario."
[/note]
@ -356,11 +356,11 @@
[/message]
[endlevel]
result=victory
next_scenario=null
[result]
side = 3
result = "defeat"
[/result]
next_scenario=null
[result]
side = 3
result = "defeat"
[/result]
[/endlevel]
[/event]
@ -378,11 +378,11 @@
[endlevel]
result=victory
next_scenario=null
[result]
side = 3
result = "defeat"
[/result]
next_scenario=null
[result]
side = 3
result = "defeat"
[/result]
[/endlevel]
[/event]

View file

@ -151,14 +151,14 @@ Elvish Shaman, Elvish Shyde, Elvish Enchantress, Elvish Sorceress, Elvish Sylph,
num_items=1
variable=random_placement_location
[filter_location]
x,y={_X},{_Y}
radius={_RADIUS}
[/filter_location]
x,y={_X},{_Y}
radius={_RADIUS}
[/filter_location]
[command]
{_WML}
[+unit]
x,y=$random_placement_location.x,$random_placement_location.y
[/unit]
{_WML}
[+unit]
x,y=$random_placement_location.x,$random_placement_location.y
[/unit]
[/command]
[/random_placement]
#enddef