Skip to content

Commit

Permalink
Open Beta 0.20 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolferos committed Nov 11, 2022
1 parent 51c64fb commit 84090a3
Show file tree
Hide file tree
Showing 16 changed files with 1,315 additions and 5,420 deletions.
4 changes: 2 additions & 2 deletions mod/TheGreatWar.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ tags={
"Technologies"
}
picture="tgw_picture.png"
version="0.19.3"
supported_version="1.12.4"
version="0.20"
supported_version="1.12.5"
remote_file_id="699709023"
3 changes: 1 addition & 2 deletions mod/thegreatwar/common/characters/FRA.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
characters={

characters = {

FRA_charles_jonnart={
name="Charles Jonnart"
Expand Down
3 changes: 0 additions & 3 deletions mod/thegreatwar/common/characters/ITA.txt
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,6 @@ characters={
}
}

#ITA_gabriele_d_annunzio={ allowed={ tag=ITA } traits={ fascist_demagogue } ai_will_do={ factor=1 } }
#ITA_karl_schanzer={ allowed={ tag=ITA } traits={ quartermaster_general } ai_will_do={ factor=1 } }

# ======================================================================
### Theorist ###

Expand Down
51 changes: 15 additions & 36 deletions mod/thegreatwar/common/country_leader/00_traits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -395,14 +395,6 @@ leader_traits = {
}


#ai_focus_defense_factor
#ai_focus_aggressive_factor
#ai_focus_production_factor
#ai_focus_military_advancements_factor
#ai_focus_peaceful_factor
#ai_focus_naval_factor
#ai_focus_naval_air_factor
#ai_focus_aviation_factor

dislikes_germany = {
random = no
Expand Down Expand Up @@ -3762,11 +3754,7 @@ leader_traits = {
communism_drift = 0.1

ai_will_do = {
factor = 1
modifier = {
not = { has_completed_focus = USA_suspend_the_presecution }
factor = 0
}
factor = 0 # AI avoid this if they aren't invited to do it
}
}

Expand All @@ -3777,7 +3765,7 @@ leader_traits = {
democratic_drift = 0.1

ai_will_do = {
factor = 0
factor = 0 # AI avoid this if they aren't invited to do it
}
}

Expand All @@ -3788,11 +3776,7 @@ leader_traits = {
fascism_drift = 0.1

ai_will_do = {
factor = 1
modifier = {
not = { has_completed_focus = USA_america_first }
factor = 0
}
factor = 0 # AI avoid this if they aren't invited to do it
}
}
staunch_monarchist = {
Expand All @@ -3802,12 +3786,7 @@ leader_traits = {
neutrality_drift = 0.1

ai_will_do = {
factor = 1
modifier = {
tag = HUN
not = { has_completed_focus = HUN_invite_the_habsburg_prince }
factor = 0
}
factor = 0 # AI avoid this if they aren't invited to do it
}
}

Expand All @@ -3827,7 +3806,7 @@ leader_traits = {
random = no
sprite = 13

democratic_drift = 0.1
#democratic_drift = 0.1
stability_factor = 0.15

ai_will_do = {
Expand All @@ -3839,7 +3818,7 @@ leader_traits = {
random = no
sprite = 13

fascism_drift = 0.1
#fascism_drift = 0.1
generate_wargoal_tension = -0.5
justify_war_goal_time = -0.25

Expand Down Expand Up @@ -4548,7 +4527,7 @@ leader_traits = {
falangist_industrialist = {
random = no
sprite = 13
fascism_drift = 0.05
#fascism_drift = 0.05
production_speed_industrial_complex_factor = 0.1
production_speed_infrastructure_factor = 0.1
production_speed_rail_way_factor = 0.1
Expand All @@ -4558,7 +4537,7 @@ leader_traits = {
falangist_syndicalist = {
random = no
sprite = 13
fascism_drift = 0.1
#fascism_drift = 0.1
consumer_goods_factor = -0.05
}

Expand All @@ -4575,14 +4554,14 @@ leader_traits = {
loyal_falangist = {
random = no
sprite = 13
fascism_drift = 0.1
#fascism_drift = 0.1
political_power_factor = 0.05
}

falangist_figurehead = {
random = no
sprite = 13
fascism_drift = 0.1
#fascism_drift = 0.1
political_power_factor = 0.1
}

Expand Down Expand Up @@ -4614,17 +4593,17 @@ leader_traits = {
random = no
sprite = 13
political_power_factor = 0.1
fascism_drift = 0.1
#fascism_drift = 0.1
neutrality_drift = 0.05
fascism_acceptance = 40
}

democratic_crusader = {
random = no
sprite = 13
fascism_drift = -0.05
communism_drift = -0.05
democratic_drift = 0.05
fascism_drift = -0.02
communism_drift = -0.02
democratic_drift = 0.02
democratic_acceptance = 40
}

Expand All @@ -4647,7 +4626,7 @@ leader_traits = {
anti_german_personality = {
random = no
sprite = 13
fascism_drift = -0.05
fascism_drift = -0.03
fascism_acceptance = -40
targeted_modifier = {
tag = GER
Expand Down
Loading

0 comments on commit 84090a3

Please sign in to comment.