has_claim condition does not work?
In my Byzantine events I tried to use the following MTTH modifier to check whether the character receiving the event has a claim on a title:
However, this returns an error. Does has_claim not work, or is the syntax different?
In my Byzantine events I tried to use the following MTTH modifier to check whether the character receiving the event has a claim on a title:
Code:
modifier = {
condition = { type = has_claim value = BYZA }
factor = 0.5
}
However, this returns an error. Does has_claim not work, or is the syntax different?
Upvote
0