108b3: china minister change increases supply consumption

  • 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.

Pang Bingxun

Field Marshal
2 Badges
Nov 22, 2011
5.596
185
  • Arsenal of Democracy
  • 500k Club
Code:
################
# Chief of the Army Section 27530 - 27539
#############################################
event = { # Gu Zhutong takes power
	id = 27530
	random = no 
	country = CHI
	persistent = yes
	
	trigger = {
		ai = yes
		minister = 52097 # Gu Zhutong
		NOT = { InCabinet = 52097 }
	}

	name = "AI_EVENT"
	style = 0	
	
	date = { day = 1 month = january year = 1936 }
	offset = 7
	deathdate = { day = 29 month = december year = 1999 }

	action_a = {
		command = { type = chiefofarmy which = 52097 }
		command = { type = dissent value = -1 }
	}
}
event = { # Zhang Xueliang takes power
	id = 27531
	random = no 
	country = CHI
	persistent = yes
	
	trigger = {
		ai = yes
		minister = 52008 # Zhang Xueliang
		NOT = { InCabinet = 52008 }
		NOT = { minister = 52097 } # Zhang Xueliang
	}

	name = "AI_EVENT"
	style = 0	
	
	date = { day = 1 month = january year = 1936 }
	offset = 7
	deathdate = { day = 29 month = december year = 1999 }

	action_a = {
		command = { type = chiefofarmy which = 52008 }
		command = { type = dissent value = -1 }
	}
}

While Zhang Xueliang offers -15% supply consumption Gu Zhutong does not. As chinas main weakness is low ic and low tc Gu Zhutong will hurt china quite a bit.
Should Shina still use the "wrong" minister?
 
Upvote 0