Skip to content

Commit

Permalink
Gave the AI some idea on how to use it
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVermaat committed Jan 28, 2024
1 parent e41e2a5 commit 277d108
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions common/decisions/ANG_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@ ANG_power_balance_bop = {
}
}
ai_will_do = {
factor = 3
factor = 0
modifier = {
add = 3
has_war = yes
}
}
}

Expand All @@ -106,7 +110,11 @@ ANG_power_balance_bop = {
}
}
ai_will_do = {
factor = 3
factor = 0
modifier = {
add = 3
has_war = yes
}
}
}

Expand All @@ -128,7 +136,11 @@ ANG_power_balance_bop = {
production_factory_max_efficiency_factor = 0.1
}
ai_will_do = {
factor = 3
factor = 0
modifier = {
add = 5
has_war = yes
}
}
}

Expand All @@ -149,7 +161,11 @@ ANG_power_balance_bop = {
}
}
ai_will_do = {
factor = 3
factor = 0
modifier = {
add = 3
has_war = no
}
}
}

Expand All @@ -171,7 +187,11 @@ ANG_power_balance_bop = {
production_speed_buildings_factor = 0.05
}
ai_will_do = {
factor = 3
factor = 0
modifier = {
add = 5
has_war = no
}
}
}
}

0 comments on commit 277d108

Please sign in to comment.