Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

has_trait_rank trigger should not require rank field #130

Open
TungstnBallon opened this issue Nov 15, 2022 · 0 comments
Open

has_trait_rank trigger should not require rank field #130

TungstnBallon opened this issue Nov 15, 2022 · 0 comments

Comments

@TungstnBallon
Copy link

Currently this code:

has_trait_rank = {
    trait = beauty_good
    character > primary_heir
}

returns these 2 errors:

  • Missing rank, expecting at least 1 CW242(CW242)
  • character is unexpected in has_trait_rank CW262(CW262)

However the game allows this (copy pasted from the wiki):

has_trait_rank = {
    trait = TRAIT_GROUP
    rank <=> number (can be script value) # need only one of rank or character
    character <=> character target # need only one of rank or character
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant