• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Xesan

That guy
20 Badges
Feb 3, 2009
551
0
  • Darkest Hour
  • Crusader Kings II
  • Victoria 2
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Together for Victory
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Way of Life
  • 500k Club
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Charlemagne
Is AOG only capable of receiving cores on Yunnan?
I think it would be more interesting if the corporate state were able to recieve cores on the Qing, Shiang Tianguo, Manchuria, Tibet, Xibei San Ma, etc.
 
Agreed. Same for Republican China.
 
Is AOG only capable of receiving cores on Yunnan?
I think it would be more interesting if the corporate state were able to recieve cores on the Qing, Shiang Tianguo, Manchuria, Tibet, Xibei San Ma, etc.

Agreed. Same for Republican China.

In Kaiserreich we use cores to represent people accepting the rule of their government, not the claims a state may have. I agree a state with a pan-Chinese identity as the Republicans could/should receive some core-gain events, but the AOG or Yunnan warlords ruling all of China?
 
Well for Yunnan that would be impossible yes.
For Republican China that would be acceptable.
As for AOG, technically they do not legitimately rule China but who really cares when the state is only for exploitation of China itself. It just seems that they should have the opportunity to carve out all of China with the help of cores possibly recognized by Germany as the legitimate rulers of China. If that makes sense lol
 
If Republican China rebells form AOG, it's got cores on all of China. If AOG de-germanize and form Republican China, it gets cores only on Yunnan... It's still Republican China with chinese government, shouldn't it get cores as well this way?
 
i think AoG should get can cores on southern china while the shinqia tuaong (wathever, the orange nation with uses the CHC tag, left of qing) should get northern china when the qing is defeated (i had that, no qing looked funny) the warlord only should rule a specif region or provinces and qing should be able to get whole china.
 
I had a game where the AoG got et by the republic, germany was at war with Ynnan as was Shangqing, and Shangqing and Japan ate Qing, but the mongols had a load of fengtien cos they were ALSO at war with Qing (and still are with Russia) and the fengtien defection event fired...

I should really post the image - it's so random cos the Japs/Shang/Republic have all met in like exact 1/3rd of the big chinese pie...
 
I've actually been working on some events for the AOG. One of the events has the option of giving the AOG cores on the heavily industrialised areas in and near Nanjing (19 IC), at the cost of a massive dissent hit. The idea for these events was inspired by a recent run, where the Qing were first attacked by the Shangqing, then the Manchurians, then the Mongols. I decided to DOW the Qing, take Tianjin by amphibious assault and overrun the area surrounding Nanjing. Somehow, I managed to snatch Peking before the Manchurians, as well as enough territory to liberate both the Qing and the Nanjing Govt afterwards.

Code:
event = {
id = ########
country = CGX
style = 0
picture = "urbanwarfare2"
trigger = { 
		AND = {
		war = {country = JAP country = CSX}
		war = {country = MAN country = CSX}
		war = {country = CHC country = CSX}
		war = {country = MON country = CSX}
		NOT = { 
			war = { country = JAP country = GER }
		}
	}
}

date = { day = 1 month = january year = 1936 }
offset = 12
deathdate = { day = 30 month = december year = 1990 }

name = "The End of the Qing?"
desc = "The Qing Empire is currently in a three-front war against the forces of Mongolia, Japan and the Shangqing rebels. Additionally, the Kaiser has refused to intervene directly on the side of the Qing. Few believe that they will survive for long against this onslaught. Alexander von Falkenhausen, however, has recommended to the AOG leadership his plan for an intervention – he suggests that we use the AOG’s security forces to seize the industrial heartland in and around Nanjing, to prevent it from falling to hostile hands.

action_a = {
ai_chance = 80
name = "We must seize the Nanjing area"
	command = { type = dissent value = 5 } # some citizens see this as a backstab
	command = { type = trigger which = ######## }
	}
action_b = {
ai_chance = 20
name = "There is no need, the Qing will survive"
	command = { type = dissent value = 10 } # citizens angry that Germans do absolutely nothing
	}
}

Code:
event = {
id = ########
country = CSX
style = 0
picture = "urbanwarfare2"
name = "The AOG are moving north!"
desc = "The treacherous Germans believe that we are now doomed to fail in our war against the aggressors, and have begun to seize our southern industrial zones in and around Nanjing in order to ‘protect’ them. This insult cannot go unanswered, yet can we really afford a fourth front?”
action_a = {
ai_chance = 95
name = “Leave them for now; their time will come"
	command = { type = dissent value = 10 }
 command = { type = relation which = GER value = -20 }
command = { type = relation which = CGX value = -100 }
	command = { type = secedeprovince which = CGX value = 1234 }
	command = { type = secedeprovince which = CGX value = 1235 }
	command = { type = secedeprovince which = CGX value = 1236 }
	command = { type = secedeprovince which = CGX value = 1219 }
	command = { type = secedeprovince which = CGX value = 1220 }
	command = { type = secedeprovince which = CGX value = 1221 }
	command = { type = secedeprovince which = CGX value = 1233 }
	}
action_b = {
ai_chance = 5
name = "The Germans must be punished! Their land is rightfully ours; mobilize!"
	command = { type = war which = CGX }
	#Guangxi		
	command = { type = addcore which = 1258 }
	command = { type = addcore which = 1310 }
	command = { type = addcore which = 1311 }
	command = { type = addcore which = 1309 }
	command = { type = addcore which = 1319 }
	command = { type = addcore which = 1325 }
	#Guangdong
	command = { type = addcore which = 1312 }
	command = { type = addcore which = 1313 }
	command = { type = addcore which = 1249 }
	command = { type = addcore which = 1248 }
	command = { type = addcore which = 1317 }
	command = { type = addcore which = 1318 }
	#Hubei
	command = { type = addcore which = 1231 }
	command = { type = addcore which = 1232 }
	command = { type = addcore which = 1253 }
	command = { type = addcore which = 1264 }
	command = { type = addcore which = 1266 }
	#Zhejiang
	command = { type = addcore which = 1238 }
	command = { type = addcore which = 1240 }
	command = { type = addcore which = 1241 }
	#Hunan
	command = { type = addcore which = 1255 }
	command = { type = addcore which = 1256 }
	command = { type = addcore which = 1257 }
	command = { type = addcore which = 1259 }
	command = { type = addcore which = 1260 }
	command = { type = addcore which = 1261 }
	#Jiangxi
	command = { type = addcore which = 1242 }
	command = { type = addcore which = 1250 }
	command = { type = addcore which = 1251 }
	command = { type = addcore which = 1252 }
	command = { type = addcore which = 1254 }
	#Fujian
	command = { type = addcore which = 1243 }
	command = { type = addcore which = 1245 }
	command = { type = addcore which = 1246 }
	command = { type = addcore which = 1247 }
	}
}

Code:
event = {
id = ########
country = CGX
style = 0
picture = "urbanwarfare2"
trigger = { 
		AND = {
		control = { province = 1234 data = CGX }
		control = { province = 1235 data = CGX }
		control = { province = 1236 data = CGX }
		control = { province = 1219 data = CGX }
		control = { province = 1220 data = CGX }
		control = { province = 1221 data = CGX }
		control = { province = 1233 data = CGX }
		NOT = {
			exists = CSX
		}
	}
}

date = { day = 1 month = january year = 1936 }
offset = 7
deathdate = { day = 30 month = december year = 1990 }

name = "The Qing have fallen"
desc = "The Qing Empire has been completely overrun, though our forces managed to secure and protect the heavily industrialised Nanjing area early in the conflict. However, now that the war is over, what should be done with this territory? It may be possible to re-establish a provisional pro-German Republican Chinese government in Nanjing. This may prove somewhat popular with the Chinese Nationalists under our authority. However, certain members of the Board of Directors have begun to press for the territory’s full integration into the AOG administration.
action_a = {
ai_chance = 70
name = "Establish the Nanjing Government"

command = { type = independence which = MEN value = 1 when = 1 }
	command = { type = dissent value = -2 } 
	command = { type = trigger which = ######## }
	}
action_b = {
ai_chance = 30
name = "Full integration!"
	command = { type = dissent value = 25 }	
	command = { type = addcore which = CGX value = 1234 }
	command = { type = addcore which = CGX value = 1235 }
	command = { type = addcore which = CGX value = 1236 }
	command = { type = addcore which = CGX value = 1219 }
	command = { type = addcore which = CGX value = 1220 }
	command = { type = addcore which = CGX value = 1221 }
	command = { type = addcore which = CGX value = 1233 }
	}
}

Thoughts?
 
Last edited:
I like. =)