I'm finally getting around to knocking out the Manchukuo achievements, and I have a question on the 'Dragon Swallowed the Sun" achievement.
You need to annex Japan in order to get the achievement, but I don't see anything in the below code that checks for ownership of all of Japan's core states.
If I end up sharing a significant amount of warscore against Japan with another nation, would it be safer to first puppet Japan, than feed them as much land as possible? Then no one else could puppet them, and the worst they can do is grab some states in the peace conference.
To get the achievement, I could then lower my puppet's compliance over time, and peacefully annex them. Anyone see a reason why that wouldn't give the achievement?
You need to annex Japan in order to get the achievement, but I don't see anything in the below code that checks for ownership of all of Japan's core states.
Code:
#ROOT is winner #FROM gets annexed - For civil wars on_civil_war_end is also fired
on_annex = {
effect = {
if = {
limit = {
tag = MAN
is_in_faction = no
FROM = { tag = JAP }
}
set_country_flag = achievement_the_dragon_swallowed_the_sun
}
}
}
If I end up sharing a significant amount of warscore against Japan with another nation, would it be safer to first puppet Japan, than feed them as much land as possible? Then no one else could puppet them, and the worst they can do is grab some states in the peace conference.
To get the achievement, I could then lower my puppet's compliance over time, and peacefully annex them. Anyone see a reason why that wouldn't give the achievement?