Skip to content

Commit

Permalink
Add some pc variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelmen323 committed Aug 13, 2024
1 parent bd6de17 commit 4ff89e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Config/common/peace_conference.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ alias[trigger:pc_is_forced_government_to] = <ideology>

### Checks if the current scope has the specified amount in total score within the peace conference. Can only be used for the winning countries. 1.12
## scope = country
alias[trigger:pc_total_score] = int
alias[trigger:pc_total_score] = int_variable_field

### Checks if the current scope has the specified amount in current score within the peace conference.
## scope = country
alias[trigger:pc_current_score] = int
alias[trigger:pc_current_score] = int_variable_field

### Check if state is claimed with a take_states action in conference for TAG. Example: pc_is_state_claimed_and_taken_by = SOV/ROOT/ROOT.FROM"
## scope = state
Expand Down
6 changes: 6 additions & 0 deletions Config/variables.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,12 @@ values = {
### (Trigger) Total produced equipment of typetrain
total_equipment_produced_train

### (Trigger) Checks country's total peace conference score. Only usable if the country is on the winning side. Example: CZE = { pc_current_score > 400 }
pc_current_score

### (Trigger) Checks country's total peace conference score. Only usable if the country is on the winning side. Example: CZE = { pc_total_score > 400 }
pc_total_score

# =======================
# STATE DYNAMIC VARIABLES
# =======================
Expand Down

0 comments on commit 4ff89e9

Please sign in to comment.