UtBS: fixed several wmllint warnings
This fixed part of the warning listed in #4494 and part of #4381
This commit is contained in:
parent
a247dc56fb
commit
3f41184f4d
8 changed files with 13 additions and 3 deletions
|
@ -168,6 +168,7 @@
|
|||
{UTBS_INCLUDE utils}
|
||||
|
||||
# Add global events
|
||||
# wmllint: validate-off
|
||||
[+campaign]
|
||||
{WEAPON_SPECIAL_DAZE_EVENTS}
|
||||
{ABILITY_DISENGAGE_EVENTS}
|
||||
|
@ -210,6 +211,7 @@
|
|||
{DISCARD_RECRUIT_COST_HELPER_UNITS "Quenoth Mystic"}
|
||||
{DISCARD_RECRUIT_COST_HELPER_UNITS "Tauroch Rider"}
|
||||
[/campaign]
|
||||
# wmllint: validate-on
|
||||
|
||||
#Append Units
|
||||
[units]
|
||||
|
|
|
@ -127,6 +127,7 @@
|
|||
condition=win
|
||||
[show_if]
|
||||
[have_unit]
|
||||
# wmllint: recognize Xanthos
|
||||
id=Xanthos
|
||||
[/have_unit]
|
||||
[/show_if]
|
||||
|
|
|
@ -204,6 +204,7 @@
|
|||
condition=win
|
||||
[show_if]
|
||||
[have_unit]
|
||||
# wmllint: recognize Thorn
|
||||
id=Thorn
|
||||
[/have_unit]
|
||||
[/show_if]
|
||||
|
|
|
@ -212,6 +212,7 @@
|
|||
condition=win
|
||||
[show_if]
|
||||
[have_unit]
|
||||
# wmllint: recognize Possessed Garak
|
||||
id=Possessed Garak
|
||||
[/have_unit]
|
||||
[/show_if]
|
||||
|
|
|
@ -329,6 +329,7 @@
|
|||
condition=win
|
||||
[show_if]
|
||||
[have_unit]
|
||||
# wmllint: recognize Cloaked Figure
|
||||
id=Cloaked Figure
|
||||
[/have_unit]
|
||||
[/show_if]
|
||||
|
@ -2377,7 +2378,6 @@
|
|||
time=200
|
||||
[/delay]
|
||||
|
||||
# wmllint: recognize Cloaked Figure
|
||||
[message]
|
||||
speaker=Zurg
|
||||
message= _ "Congratulations! Some of trolls didn’t think you strong enough to beat Dwarves."
|
||||
|
|
|
@ -400,6 +400,8 @@
|
|||
[show_if]
|
||||
[not]
|
||||
[have_unit]
|
||||
# wmllint: recognize Sergeant Durstrag
|
||||
# wmllint: recognize Esanoo
|
||||
id=Sergeant Durstrag,Esanoo
|
||||
[/have_unit]
|
||||
[/not]
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
user_team_name=_"Human Allies"
|
||||
recruit=Quenoth Fighter,Tauroch Rider,Quenoth Scout,Quenoth Warrior,Quenoth Flanker,Tauroch Vanguard,Quenoth Archer,Quenoth Pathfinder
|
||||
[ai]
|
||||
recruitment_pattern=fighter, archer, fighter, mixed fighter, scout
|
||||
recruitment_pattern=fighter, mixed fighter, fighter, mixed fighter, scout
|
||||
aggression=0.75
|
||||
caution=0.25
|
||||
passive_leader=yes
|
||||
|
@ -330,6 +330,8 @@
|
|||
condition=win
|
||||
[show_if]
|
||||
[have_unit]
|
||||
# wmllint: recognize Tanstafaal
|
||||
# wmllint: recognize Eloh
|
||||
id=Tanstafaal,Eloh
|
||||
[/have_unit]
|
||||
[/show_if]
|
||||
|
@ -1174,7 +1176,6 @@
|
|||
|
||||
[if]
|
||||
[have_unit]
|
||||
# wmllint: recognize Eloh
|
||||
id=Eloh
|
||||
[/have_unit]
|
||||
[then]
|
||||
|
|
|
@ -258,6 +258,7 @@
|
|||
condition=win
|
||||
[show_if]
|
||||
[have_unit]
|
||||
# wmllint: recognize Eloh
|
||||
id=Eloh
|
||||
[/have_unit]
|
||||
[/show_if]
|
||||
|
@ -267,6 +268,7 @@
|
|||
condition=win
|
||||
[show_if]
|
||||
[have_unit]
|
||||
# wmllint: recognize Yechnagoth
|
||||
id=Yechnagoth
|
||||
[/have_unit]
|
||||
[/show_if]
|
||||
|
|
Loading…
Add table
Reference in a new issue