Is that normal ?
Event happens for province = 2731 but is applied to province 2833 (the other side of Australia...).
Cat
Code:
event = {
id = 21133
random = no
province = 2731
trigger = { random = 10 }
name = "EVT_GOLD_NAME" # Gold is found
desc = "EVT_GOLD_DESC" #
style = 0
date = { day = 23 month = february year = 1836 }
offset = 300
deathdate = { day = 30 month = december year = 1920 }
action_a = {
name = "ACTIONNAMEGOLDA"
command = {type = resource_type which = precious_metal where = 2833 }
command = { type = life_sustainability which = 2833 value = 5 when = 1 }
}
}
Cat
Upvote
0