Skip to content

Commit

Permalink
HTTT: Fix errors found by schema validator
Browse files Browse the repository at this point in the history
This fixes most of the errors, but there still a few more to squelch.
  • Loading branch information
CelticMinstrel committed Apr 12, 2018
1 parent 50df771 commit 3df296e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
Expand Up @@ -165,7 +165,7 @@
name= _ "Urug-Telfar"
side=2
canrecruit=yes
image=portraits/orcs/grunt-2.png
profile=portraits/orcs/grunt-2.png
recruit=Orcish Warrior,Goblin Knight,Goblin Pillager,Orcish Crossbowman,Orcish Assassin,Troll
gold=400
[ai]
Expand Down
Expand Up @@ -140,7 +140,7 @@
aggression=1.0
village_value=0.0
leader_value=50.0
villages_per_scout=0.0
villages_per_scout=0
[/ai]
{FLAG_VARIANT undead}
[/side]
Expand Down
Expand Up @@ -18,7 +18,7 @@
terrain_castle = "Cud"
terrain_village = "Uu^Vud"

transforms=flip_x
transform=flip_x
transform_chance=50

#
Expand Down Expand Up @@ -275,7 +275,7 @@
aggression=1.0
village_value=0.0
leader_value=50.0
villages_per_scout=0.0
villages_per_scout=0
[/ai]
[/side]
[side]
Expand All @@ -291,7 +291,7 @@
aggression=1.0
village_value=0.0
leader_value=50.0
villages_per_scout=0.0
villages_per_scout=0
[/ai]
{FLAG_VARIANT6 ragged}
[/side]
Expand Down
Expand Up @@ -143,7 +143,6 @@
side=2
no_leader=yes
controller=ai
canrecruit=no
[ai]
{ATTACK_DEPTH 5 5 6}
[avoid]
Expand All @@ -160,7 +159,6 @@
side=3
no_leader=yes
controller=ai
canrecruit=no
hidden=yes
[ai]
{ATTACK_DEPTH 5 5 6}
Expand All @@ -178,7 +176,6 @@
no_leader=yes
controller=ai
hidden=yes
canrecruit=no
team_name=elves
user_team_name=_"Rebels"
fog=yes
Expand Down

0 comments on commit 3df296e

Please sign in to comment.