Skip to content

Commit

Permalink
Update country_leader_trait code
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelmen323 committed Jan 5, 2025
1 parent 9368e14 commit 4936183
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Config/common/traits.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ country_leader_trait = {
alias_name[naval_stat] = alias_match_left[naval_stat]
alias_name[air_stat] = alias_match_left[air_stat]
}
## cardinality = 0..inf
<equipment_group> = {
## cardinality = 0..1
instant = bool
alias_name[unit_stat] = alias_match_left[unit_stat]
alias_name[naval_stat] = alias_match_left[naval_stat]
alias_name[air_stat] = alias_match_left[air_stat]
}
}
## cardinality = 0..inf
# targeted_modifier = single_alias_right[targeted_modifier]
Expand Down

0 comments on commit 4936183

Please sign in to comment.