Could someone help me figure out why this code isn't working? This is the first mod I have ever tried to make. Its in common, on_action, yearly_on_actions.txt
Code:
yearly_global_pulse = {
effect = {
every_living_character = {
limit = { age > 15 }
set_diplomacy_skill = 5
set_martial_skill = 5
set_stewardship_skill = 5
set_intrigue_skill = 5
set_learning_skill = 5
set_prowess_skill = 5
}
}
}
Last edited: