Skip to content

Commit

Permalink
Initial config update for GOE
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelmen323 committed Mar 10, 2025
1 parent aa3a995 commit 6fbd032
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Config/common/combat_tactics.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ combat_tactic = {
enum[attack_defend] = float
## cardinality = 0..1
attacker_movement_speed = float
## cardinality = 0..1
defender_org_damage_modifier = float
## cardinality = 0..1
attacker_org_damage_modifier = float
alias_name[unit_stat] = alias_match_left[unit_stat]
}

Expand Down
7 changes: 7 additions & 0 deletions Config/common/equipment.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,13 @@ equipment = {
## cardinality = ~1..inf
<upgrade>
}
## cardinality = 0..inf
upgrade_window_override = {
## cardinality = ~1..1
upgrade = <upgrade>
## cardinality = ~1..1
override = <upgrade>
}
}

upgrade = {
Expand Down
1 change: 1 addition & 0 deletions Config/common/national_focus_inlay_window.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ focus_inlay_window = {
alias_name[trigger] = alias_match_left[trigger]
}
### List of images that should have dynamic sprites
## cardinality = 0..1
scripted_images = {
### Name of the icon (must be a subcomponent of "gui_component_name")
## cardinality = 1..inf
Expand Down
8 changes: 8 additions & 0 deletions Config/triggers.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,10 @@ alias[trigger:has_government] = <ideology>
## scope = country
alias[trigger:has_government] = enum[sub_ideology]

### Does country government (ruling party) belong to ideology group.
## scope = country
alias[trigger:has_government] = value[variable]

### Does country government (ruling party) belong to ideology group.
## scope = country
alias[trigger:has_country_leader_ideology] = <ideology>
Expand Down Expand Up @@ -859,6 +863,10 @@ alias[trigger:casualties] = int
## scope = any
alias[trigger:custom_trigger_tooltip] = {
tooltip = localisation
tooltip = {
localization_key = localisation
INDEX = int
}
alias_name[trigger] = alias_match_left[trigger]
}

Expand Down
6 changes: 6 additions & 0 deletions Config/triggers_goe.cwt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### Check if the country owns any of the states in the list
## scope = country
alias[trigger:owns_any_state_of] = {
## cardinality = ~1..inf
<state>
}

0 comments on commit 6fbd032

Please sign in to comment.