Skip to content

Commit

Permalink
Advisor token is an optional argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelmen323 committed Dec 20, 2024
1 parent 04974db commit edb7dad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Config/common/characters.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,8 @@ character = {
name = localisation
## cardinality = 0..1
desc = localisation
### Optional, defaults to <character>_advisor_role
## cardinality = 0..1
idea_token = value_set[advisor_token]
## replace_scope = { this = character root = country }
## cardinality = 0..1
Expand Down Expand Up @@ -509,6 +511,8 @@ character = {
## cardinality = 0..inf
advisor = {
slot = value[character_advisor_slot]
### Optional, defaults to <character>_advisor_role
## cardinality = 0..1
idea_token = value_set[advisor_token]
## cardinality = 0..1
name = localisation
Expand Down
3 changes: 3 additions & 0 deletions Config/effects_nsb.cwt
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ alias[effect:add_advisor_role] = {
activate = bool
advisor = {
slot = value[character_advisor_slot]
### Optional, defaults to <character>_advisor_role
## cardinality = 0..1
idea_token = value_set[advisor_token]
## cardinality = 0..1
name = localisation
Expand Down Expand Up @@ -823,6 +825,7 @@ alias[effect:generate_character] = {
name = localisation
## cardinality = 0..1
desc = localisation
### Optional, defaults to <character>_advisor_role
## cardinality = 0..1
idea_token = value_set[advisor_token]
## replace_scope = { this = character root = country }
Expand Down

0 comments on commit edb7dad

Please sign in to comment.