You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
###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
+
1232
1240
## scope = country
1233
1241
###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
0 commit comments