event = {
id = 91617
random = no
country = GER
name = "The fate of the Philippines."
desc = "The Philippines is now a German puppet state. However our resources are already stretched and many of our nation's leaders believe that to relieve some of this, the governance of the Philippines, except for a few key naval bases, should be handed over to the Allgemeine Ostasiatische-Gesellschaft. Although this entity is a corporate conglomeration of companies it has the power to exercise control and over a much shorter distance as well. The only worry is that the companies may start acting even more independently if they are granted more territories."
trigger = {
flag = GER_PHI_PUPPET
puppet = { country = PHI country = GER }
exists = CGX
}
date = { day = 1 month = september year = 1936 }
offset = 30
deathdate = { day = 29 month = december year = 1941 }
action_a = {
name = "Yes, give them to the AOG"
ai_chance = 65
command = { type = end_mastery which = PHI }
command = { type = relation which = CGX value = 25 }
#### command = { type = trigger which = 91618 }
#### command = { type = trigger which = 91619 }
command = { type = clrflag which = GER_PHI_PUPPET }
command = { type = setflag which = AOG_PHI_PUPPET }
}
action_b = {
name = "The Philippines can remain as our satellite"
ai_chance = 35
command = { type = relation which = CGX value = -25 }
command = { type = supplies value = -1000 } # This represents the overstretched resources that result
command = { type = money value = -300 }
command = { type = sleepevent which = 91618 }
command = { type = sleepevent which = 91619 }
}
}
event = {
id = 91618
random = no
country = CGX
name = "Philippines turned over to us"
desc = "The German government has agreed to turn over the administration of the puppet government in the Philippines to us."
style = 0
trigger = {
event = 91617
}
date = { day = 1 month = september year = 1936 }
offset = 30
deathdate = { day = 29 month = december year = 1940 }
action_a = {
name = "Hurray"
command = { type = make_puppet which = PHI }
command = { type = dissent value = -5 }
command = { type = set_relation which = PHI value = 200 }
}
}
event = {
id = 91619
random = no
country = PHI
name = "Germans seize naval bases"
desc = "The Germans have put us under the control of the AOG, but have decided to directly control certain naval bases as well."
style = 0
trigger = {
event = 91617
}
date = { day = 1 month = september year = 1936 }
offset = 30
deathdate = { day = 29 month = december year = 1940 }
action_a = {
name = "Give them up"
command = { type = secedeprovince which = GER value = 1738 } # Batam
command = { type = secedeprovince which = GER value = 1735 } # Palawan
command = { type = secedeprovince which = GER value = 1748 } # Southern island
command = { type = secedeprovince which = GER value = 1749 }
command = { type = secedeprovince which = GER value = 1750 }
command = { type = setflag which = GERMAN_BASES_PHI }
}
}