Skip to content

Commit

Permalink
Added role property to division_template effects
Browse files Browse the repository at this point in the history
  • Loading branch information
Alpinia committed Dec 13, 2024
1 parent d175a5c commit 905f449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Config/effects.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,8 @@ alias[effect:division_template] = {
## cardinality = 0..1
division_names_group = <division_name>
## cardinality = 0..1
role = value[ai_template_roles]
## cardinality = 0..1
override_model = <entity>
## cardinality = 0..1
is_locked = bool
Expand Down
2 changes: 2 additions & 0 deletions Config/effects_gtd.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ alias[effect:create_colonial_division_template] = {
## cardinality = 0..1
division_names_group = <division_name>
## cardinality = 0..1
role = value[ai_template_roles]
## cardinality = 0..1
override_model = <entity>
## cardinality = 0..1
template_counter = int
Expand Down

0 comments on commit 905f449

Please sign in to comment.