Skip to content

Commit

Permalink
Merge branch 'Pre-0.5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolferos committed Nov 11, 2017
2 parents 8d93b39 + 2bb0ebd commit abf24f2
Show file tree
Hide file tree
Showing 44 changed files with 2,586 additions and 358 deletions.
52 changes: 52 additions & 0 deletions mod/thegreatwar/common/ai_strategy/BEL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
belgium_army_is_not_so_big = {
enable = {
original_tag = BEL
}
abort = {
always = no
}

ai_strategy = {
type = role_ratio
id = garrison
value = 0
}


ai_strategy = {
type = role_ratio
id = paratroopers
value = 0
}

ai_strategy = {
type = role_ratio
id = mountaineers
value = 0
}

ai_strategy = {
type = role_ratio
id = marines
value = 0
}

ai_strategy = {
type = role_ratio
id = cavalry
value = 0
}

ai_strategy = {
type = role_ratio
id = armor
value = 0
}

ai_strategy = {
type = role_ratio
id = infantry
value = 5
}

}
Loading

0 comments on commit abf24f2

Please sign in to comment.