Using 1.03b, I got a very strange result when the Sino-American Treaty fired.
2 Pops of 100,000 each appeared in random provinces within states. Their nationalities were Yue and Min. From the text of the event, I would have expected 3 Beifangren, 2 Nanfangren, and 1 Wu pops of the same size to appear but they never did. Just as an experiment, I fired off the event manually from the F12 screen and got the same result.
#########################################################################
# The Sino-American Treaty
#########################################################################
event = {
id = 14194
random = no
country = USA
# Triggered by CHI 12522
name = "EVT_12522_NAME"
desc = "EVT_14194_DESC"
style = 0
action_a = {
name = "ACTIONNAME14194A" # Send in the Chinese
command = { type = add_pop which = beifaren value = 1 where = -1 }
command = { type = add_pop which = beifaren value = 1 where = -1 }
command = { type = add_pop which = beifaren value = 1 where = -1 }
command = { type = add_pop which = min value = 1 where = -1 }
command = { type = add_pop which = nanfaren value = 1 where = -1 }
command = { type = add_pop which = nanfaren value = 1 where = -1 }
command = { type = add_pop which = yue value = 1 where = -1 }
command = { type = add_pop which = wu value = 1 where = -1 }
}
}
2 Pops of 100,000 each appeared in random provinces within states. Their nationalities were Yue and Min. From the text of the event, I would have expected 3 Beifangren, 2 Nanfangren, and 1 Wu pops of the same size to appear but they never did. Just as an experiment, I fired off the event manually from the F12 screen and got the same result.
#########################################################################
# The Sino-American Treaty
#########################################################################
event = {
id = 14194
random = no
country = USA
# Triggered by CHI 12522
name = "EVT_12522_NAME"
desc = "EVT_14194_DESC"
style = 0
action_a = {
name = "ACTIONNAME14194A" # Send in the Chinese
command = { type = add_pop which = beifaren value = 1 where = -1 }
command = { type = add_pop which = beifaren value = 1 where = -1 }
command = { type = add_pop which = beifaren value = 1 where = -1 }
command = { type = add_pop which = min value = 1 where = -1 }
command = { type = add_pop which = nanfaren value = 1 where = -1 }
command = { type = add_pop which = nanfaren value = 1 where = -1 }
command = { type = add_pop which = yue value = 1 where = -1 }
command = { type = add_pop which = wu value = 1 where = -1 }
}
}
Upvote
0