Hello,
Whenever I try to use conditionals for the event effect (as shown in the 21st Dev Diary):
It does not allow to show the button. Same if only using opinion with value = x.
Whenever I try to use conditionals for the event effect (as shown in the 21st Dev Diary):
Code:
option = {
name = "Effect depends on stuff"
if = {
limit = {
trait = cruel
}
piety = 10 #we become more pious if we are cruel.
}
if = {
limit = { liege = { opinion = { who = root value = 25 } }
scaled_wealth = 0.05 #get 5% more money if our liege has at least 25 relation with us
}
prestige = 10 #always get 10 prestige
}
It does not allow to show the button. Same if only using opinion with value = x.
Last edited by a moderator: