Skip to content

Commit

Permalink
Merge pull request #513 from Cold-War-Project/dev
Browse files Browse the repository at this point in the history
Patch 0.2.7
  • Loading branch information
Arcadyi authored Aug 2, 2023
2 parents e79bcb7 + 2932b87 commit ec13594
Show file tree
Hide file tree
Showing 350 changed files with 18,896 additions and 7,823 deletions.
7 changes: 6 additions & 1 deletion .metadata/metadata.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"name": "Cold War Project",
"id": "",
"version": "0.2.1",
"version": "0.2.6",
"supported_game_version": "1.3.6",
"short_description": "",
"tags": [],
"relationships": [],
"game_custom_data": {
"multiplayer_synchronized": true,
"replace_paths": [
"common/alert_groups",
"common/alert_types",
"common/achievements",
"common/coat_of_arms",
"common/country_definitions",
"common/cultures",
"common/customizable_localization",
"common/decisions",
Expand All @@ -37,12 +40,14 @@
"common/journal_entries",
"common/law_groups",
"common/laws",
"common/messages",
"common/objective_subgoals",
"common/objectives",
"common/parties",
"common/pop_needs",
"common/pop_types",
"common/scripted_effects",
"common/tutorial_lessons",
"events",
"events/american_civil_war",
"events/election_events",
Expand Down
22 changes: 21 additions & 1 deletion common/ai_strategies/00_default_strategy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,11 @@ ai_strategy_default = {
}
if = {
limit = {
can_form_nation = CHI
OR = {
c:PRC ?= this
c:ROC ?= this
c:CHI ?= this
}
scope:target_country = {
any_scope_state = {
OR = {
Expand Down Expand Up @@ -1438,6 +1442,8 @@ ai_strategy_default = {
# KOREA JE PLACEHOLDER FIX
if = {
limit = {
exists = c:STK
exists = c:NRK
game_date < 1955.1.1
NOR = {
this = c:STK
Expand Down Expand Up @@ -1680,6 +1686,8 @@ ai_strategy_default = {
# KOREA JE PLACEHOLDER FIX
if = {
limit = {
exists = c:STK
exists = c:NRK
game_date < 1955.1.1
NOR = {
this = c:STK
Expand Down Expand Up @@ -1831,6 +1839,8 @@ ai_strategy_default = {
# KOREA JE PLACEHOLDER FIX
if = {
limit = {
exists = c:STK
exists = c:NRK
game_date < 1955.1.1
NOR = {
this = c:STK
Expand Down Expand Up @@ -1912,6 +1922,8 @@ ai_strategy_default = {
# KOREA JE PLACEHOLDER FIX
if = {
limit = {
exists = c:STK
exists = c:NRK
game_date < 1955.1.1
NOR = {
this = c:STK
Expand Down Expand Up @@ -1993,6 +2005,8 @@ ai_strategy_default = {
# KOREA JE PLACEHOLDER FIX
if = {
limit = {
exists = c:STK
exists = c:NRK
game_date < 1955.1.1
NOR = {
this = c:STK
Expand Down Expand Up @@ -2074,6 +2088,8 @@ ai_strategy_default = {
# KOREA JE PLACEHOLDER FIX
if = {
limit = {
exists = c:STK
exists = c:NRK
game_date < 1955.1.1
NOR = {
this = c:STK
Expand Down Expand Up @@ -2181,6 +2197,8 @@ ai_strategy_default = {
# KOREA JE PLACEHOLDER FIX
if = {
limit = {
exists = c:STK
exists = c:NRK
game_date < 1955.1.1
NOR = {
this = c:STK
Expand Down Expand Up @@ -2228,6 +2246,8 @@ ai_strategy_default = {
# KOREA JE PLACEHOLDER FIX
if = {
limit = {
exists = c:STK
exists = c:NRK
game_date < 1955.1.1
NOR = {
this = c:STK
Expand Down
47 changes: 47 additions & 0 deletions common/alert_groups/00_alert_groups.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
isolated_states = {
}

inactive_trade_routes = {
}

states_in_turmoil = {
}

high_tensions = {
}

secession_growing = {
}

diplomatic_pact_in_danger = {
}

expiring_obligations = {
}

unproductive_trade_routes = {
}

trade_routes_need_convoys = {
}

market_goods_shortages = {
}

low_market_access_states = {
}

insufficient_tax_capacity_states = {
}

expensive_government_goods = {
}

expensive_military_goods = {
}

general_demobilization = {
}

low_sol_in_state = {
}
Loading

0 comments on commit ec13594

Please sign in to comment.