Skip to content

Commit 995cbe6

Browse files
committed
create_subject who variant
1 parent 346c954 commit 995cbe6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

effects.cwt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1229,6 +1229,14 @@ alias[effect:create_subject] = {
12291229
subject = enum[country_tags]
12301230
}
12311231

1232+
## scope = country
1233+
###Makes the defined scope into the defined subject type under the current scope. Subject types are found in /Europa Universalis IV/common/subject_types/*.txt.
1234+
alias[effect:create_subject] = {
1235+
subject_type = <subject_type>
1236+
who = scope[country]
1237+
who = enum[country_tags]
1238+
}
1239+
12321240
## scope = country
12331241
###Declares war for the current scope against the defined scope, using the defined casus belli. Casus belli are found in /Europa Universalis IV/common/cb_types/*.txt
12341242
alias[effect:declare_war_with_cb] = {

0 commit comments

Comments
 (0)