Skip to content

Commit

Permalink
Somehow I previously missed these
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre du Plessis committed Jan 7, 2019
1 parent 8985462 commit a041727
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 6 additions & 1 deletion effects.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -2859,4 +2859,9 @@ alias[effect:create_flagship] = {
alias[effect:create_named_ship] = {
name = scalar
type = enum[naval_unit_types]
}
}


## scope = country
###Sets the native policy to the specified policy
alias[effect:native_policy] = enum[native_policies]
4 changes: 4 additions & 0 deletions new/1_28_rules.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,9 @@ alias[trigger:recent_treasure_ship_passage] = yes

#effects

## scope = province
###Applies the specified holy order to the province
alias[effect:holy_order] = <holy_order>



4 changes: 2 additions & 2 deletions triggers.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ alias[trigger:has_casus_belli] = {

## scope = country
###Returns true if the country has a casus belli against country X.
alias[trigger:has_casus_belli_against] = scope[country]
alias[trigger:has_casus_belli_against] = scope[any]

## scope = country
###Returns true if the country has a casus belli against country X.
Expand Down Expand Up @@ -2259,7 +2259,7 @@ alias[trigger:is_subject] = bool

## scope = country
###Returns true if the country is a subject of X.
alias[trigger:is_subject_of] = scope[country]
alias[trigger:is_subject_of] = scope[any]

## scope = country
###Returns true if the country is a subject of X.
Expand Down

0 comments on commit a041727

Please sign in to comment.