Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 0 additions & 97 deletions common/game_concepts/cwp_game_concepts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,109 +6,12 @@ concept_united_nations = {
texture = "gfx/interface/icons/lens_toolbar_icons/unitednations.dds"
}

concept_international_organization = {
}

concept_observer_status = {
}

concept_world_health_organization = {
}

concept_member_state = {
}

concept_alignment = {
}

concept_superpower = {
}

concept_nato = {
texture = "gfx/interface/icons/lens_toolbar_icons/nato.dds"
}

concept_warsaw_pact = {
texture = "gfx/interface/icons/lens_toolbar_icons/warsaw_pact.dds"
}

concept_non_aligned = {
texture = "gfx/interface/icons/lens_toolbar_icons/non_aligned.dds"
}

concept_un_member_state = {
}

concept_unsc_member = {
}

concept_pollution = {
}

concept_global_pollution = {
}

concept_un_intervention = {
}

concept_central_bank = {}

concept_bank_independence = {}

concept_bank_credibility = {}

concept_interest_rate = {}

concept_inflation_rate = {}

concept_foreign_reserves = {}

concept_currency = {}

concept_inflation = {}

concept_hyperinflation = {}

concept_deflation = {}

concept_hyperdeflation = {}

concept_money_supply = {}

concept_monetary_policy = {}

concept_expansionary_monetary_policy = {}

concept_contractionary_monetary_policy = {}

concept_stable_monetary_policy = {}

concept_gold_standard = {}

concept_fiat_currency = {}

concept_pegged_currency = {}

concept_administer = {}

concept_develop = {}

concept_imf = {}

concept_external_debt = {}

concept_concessionary_loan_imf = {}

concept_nonconcessionary_loan_imf = {}

concept_imf_credit_returns = {}

concept_imf_credit_payments = {}

concept_imf_contribution_share = {}

concept_imf_debtor = {}

concept_imf_bailout = {}

concept_imf_credit = {}
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ gov_soviet_republic = {
NOT = {
has_law = law_type:law_single_party_state
}
root.capital.region = sr:region_russiahistorical_agitators.4
root.capital.region = sr:region_russia
}

on_government_type_change = {
Expand Down
5 changes: 0 additions & 5 deletions localization/english/CWP/CWP_concepts_l_english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,9 @@
concept_superpower_desc_added: "\n\n$concept_superpowers$ gain the following benefits:\n[GetRankModifier('superpower').GetDesc]"

## Pollution
concept_pollution: "Pollution"
concept_pollution_desc: "Pollution is a measurement of the current throughput of pollution created by the total of all industry PMs in a country as well as its [Concept('concept_pop', '$concept_pops$')]. Pollution is a major contributor to global warming and climate change."
concept_global_pollution: "Global Pollution"
concept_global_pollution_desc: "Global Pollution is the total amount of pollution throughput of all the [Concept('concept_state_region', '$concept_state_regions$')] in the world. If left unchecked it will cause global warming and climate change."

concept_un_intervention: "United Nations Intervention"
concept_un_intervention_desc: "A UN intervention is an action taken by the United Nations, often through its peacekeeping forces or other specialized agencies, to address conflicts, humanitarian crises, or violations of international law in order to restore stability and protect human rights."

concept_administer: "Administer"
concept_administer_desc: "A transfer of bureaucracy from a suzerain to a subject country."

Expand Down
22 changes: 22 additions & 0 deletions localization/english/CWP/CWP_diplomacy_l_english.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
l_english:
# Military Occupation
military_occupation: "Military Occupation"
military_occupation_desc: "[concept_military_occupation]"
military_occupation_action_ask_to_break_name: "Ask for de-occupation"
subject_type_military_occupation: "[concept_military_occupation]"
military_occupation_pact_desc: "[SCOPE.GetRootScope.GetDiplomaticPact.GetSecondCountry.GetName] is a [concept_military_occupation] of [SCOPE.GetRootScope.GetDiplomaticPact.GetFirstCountry.GetName]."
military_occupation_proposal_notification_break_name: "[INITIATOR_COUNTRY.GetName] is requesting ending [concept_military_occupation]."
military_occupation_proposal_notification_break_desc: "[INITIATOR_COUNTRY.GetName] is requesting ending our [concept_military_occupation] of them."
military_occupation_proposal_notification_break_effects_desc: "$TOOLTIP_DELIMITER$\n#s Breaks [concept_military_occupation] of [INITIATOR_COUNTRY.GetName]"
military_occupation_action_notification_name: "Demand to become [concept_military_occupation]"
military_occupation_action_notification_desc: "[INITIATOR_COUNTRY.GetName] demands that we submit to them and become a [concept_military_occupation]."
military_occupation_trigger_desc_first: "[TARGET_COUNTRY.GetName] is a [COUNTRY.GetAdjectiveNoFlag] [concept_military_occupation]"
military_occupation_trigger_false_desc_first: "[TARGET_COUNTRY.GetName] is #b not#! a [COUNTRY.GetAdjectiveNoFlag] [concept_military_occupation]"
military_occupation_trigger_desc_third: "[COUNTRY.GetName] is a [concept_military_occupation] of [AddTextIf(ObjectsEqual(GetMetaPlayer.GetPlayedOrObservedCountry.Self, TARGET_COUNTRY.Self),TARGET_COUNTRY.GetNameNoFlag)][AddTextIf(Not(ObjectsEqual(GetMetaPlayer.GetPlayedOrObservedCountry.Self, TARGET_COUNTRY.Self)),TARGET_COUNTRY.GetName)]"
military_occupation_trigger_false_desc_third: "[COUNTRY.GetNameNoFlag] is #b not#! a [concept_military_occupation] of [AddTextIf(ObjectsEqual(GetMetaPlayer.GetPlayedOrObservedCountry.Self, TARGET_COUNTRY.Self),TARGET_COUNTRY.GetName)][AddTextIf(Not(ObjectsEqual(GetMetaPlayer.GetPlayedOrObservedCountry.Self, TARGET_COUNTRY.Self)),TARGET_COUNTRY.GetName)]"
military_occupation_action_propose_name: "Make into [concept_military_occupation]"
military_occupation_action_break_name: "Grant Independence"
military_occupation_proposal_break_accepted_name: "Independence Granted"
military_occupation_proposal_break_accepted_desc: "[TARGET_COUNTRY.GetName] accepted the demand to end our [concept_military_occupation] status. We are independent once again."
military_occupation_proposal_break_declined_name: "Independence Refused"
military_occupation_proposal_break_declined_desc: "[TARGET_COUNTRY.GetName] refused the demand to end our [concept_military_occupation] status."
Loading