Skip to content

Commit

Permalink
Fix province names load order #1
Browse files Browse the repository at this point in the history
  • Loading branch information
rquinio committed Jul 10, 2016
1 parent 1c0a4de commit 7d99b1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
10 changes: 5 additions & 5 deletions MOD/Witcher/common/combat_tactics/00_combat_tactics.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ harass_tactic = {
}
AND = {
flank_has_leader = yes
leader = { Martial = 12 }
leader = { martial = 12 }
NOT = {
OR = {
light_cavalry = 0.75
Expand Down Expand Up @@ -142,7 +142,7 @@ disorganised_harass_tactic = {
}
OR = {
flank_has_leader = no
NOT = { leader = { Martial = 12 } }
NOT = { leader = { martial = 12 } }
OR = {
light_cavalry = 0.75
camel_cavalry = 0.75
Expand Down Expand Up @@ -433,7 +433,7 @@ swarm_tactic = {
NOT = { horse_archers = 0.35 }
AND = {
flank_has_leader = yes
leader = { Martial = 12 }
leader = { martial = 12 }
NOT = { horse_archers = 0.65 }
}
}
Expand Down Expand Up @@ -504,7 +504,7 @@ disorganised_swarm_tactic = {
horse_archers = 0.30
OR = {
flank_has_leader = no
NOT = { leader = { Martial = 12 } }
NOT = { leader = { martial = 12 } }
horse_archers = 0.5
}
location = {
Expand Down Expand Up @@ -561,7 +561,7 @@ harras_swarm_tactic = {
NOT = { horse_archers = 0.35 }
AND = {
flank_has_leader = yes
leader = { Martial = 12 }
leader = { martial = 12 }
NOT = { horse_archers = 0.65 }
}
}
Expand Down
7 changes: 2 additions & 5 deletions MOD/Witcher/decisions/realm_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,9 @@ decisions = {
# create_leon = {

# create_castille = {

# create_portugal = {

# restore_priesthood = {

# build_third_temple = {
Expand All @@ -322,11 +324,6 @@ decisions = {
# form_the_hre = {

# form_the_hre_early = {
OR = {
ai = yes
AND = {
}
}

form_new_kingdom = {
is_high_prio = yes
Expand Down

0 comments on commit 7d99b1a

Please sign in to comment.