Skip to content

Commit

Permalink
Changed AI chances
Browse files Browse the repository at this point in the history
  • Loading branch information
LordR19 committed Jan 2, 2024
1 parent 24fad8a commit c248188
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
9 changes: 8 additions & 1 deletion common/decisions/curtiss_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,14 @@ curtiss_sponsor_balloonist_decisions = {
}

ai_chance = {
base = -10000 #Hopefully mostly progressive countries should do this
base = 6 #Hopefully mostly progressive countries should do this
modifier = {
trigger = {
gold_reserves < 10000
weekly_net_fixed_income < 400
}
add = -1000
}
modifier = {
trigger = {
ig:ig_devout = {
Expand Down
7 changes: 7 additions & 0 deletions common/scripted_buttons/curtiss_scripted_buttons.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ curtiss_ballooning_recruit_balloonist = {

ai_chance = {
base = 6 #Hopefully mostly progressive countries should do this
modifier = {
trigger = {
gold_reserves < 10000
weekly_net_fixed_income < 400
}
add = -1000
}
modifier = {
trigger = {
ig:ig_devout = {
Expand Down

0 comments on commit c248188

Please sign in to comment.