on_siege_won_commander = {
random_events = {
1000 = 0
10 = 9911 # Skilled tactician
10 = 9912 # Brilliant strategist
10 = 9913 # Tough soldier
5 = 9914 # Wounded
}
}
on_siege_lost_commander = {
random_events = {
1000 = 0
10 = 9914 # Wounded
5 = 9915 # Maimed
}
}
Are these correct? Other events like these add up all options to a 1000 but these have 1000 = 0 so total is higher. Do the events still fire if all options add up to >1000?
Just checking...
random_events = {
1000 = 0
10 = 9911 # Skilled tactician
10 = 9912 # Brilliant strategist
10 = 9913 # Tough soldier
5 = 9914 # Wounded
}
}
on_siege_lost_commander = {
random_events = {
1000 = 0
10 = 9914 # Wounded
5 = 9915 # Maimed
}
}
Are these correct? Other events like these add up all options to a 1000 but these have 1000 = 0 so total is higher. Do the events still fire if all options add up to >1000?
Just checking...
Upvote
0