• 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.
As you've written.

#(1622-1627) Eunuch Wei Zhongxian
event = {
id = 147137
random = no
country = CHI
name = "EVENTNAME147137" #Eunuch Wei Zhongxian
desc = "EVENTHIST147137"
#-#

date = { day = 1 month = january year = 1622 }
offset = 60
deathdate = { day = 1 month = january year = 1627 }

action_a = {
name = "OH_NO"
command = { type = stability value = -3 }
command = { type = revoltrisk which = 72 value = 2 }
command = { type = revolt which = -1 }
command = { type = treasury value = -700 }
command = { type = domestic which = serfdom value = 2 }
command = { type = inflation value = 3 }
}
}
I have another suggestion:
This will sure to happen in 1622

command = { type = revoltrisk which = 72 value = 2 }
changed to
command = { type = revoltrisk which = 72 value = 3 }
Monarch's administration skill reduced by 3 for 72 months.
 
#(1644-1820) Claiming the Imperial Throne - Ahistorical
event = {
id = 317002
trigger = {
owned = { province = 649 data = -1 } #Hebei
control = { province = 649 data = -1 } #Hebei
owned = { province = 650 data = -1 } #Shandong
owned = { province = 651 data = -1 } #Jinan
owned = { province = 652 data = -1 } #Jiangsu
owned = { province = 653 data = -1 } #Shanghai
owned = { province = 654 data = -1 } #Anhui
owned = { province = 655 data = -1 } #Zhejiang
owned = { province = 1562 data = -1 } #Shanxi
owned = { province = 1563 data = -1 } #Shaanxi
owned = { province = 1564 data = -1 } #Henan
owned = { province = 1565 data = -1 } #Hubei
owned = { province = 1567 data = -1 } #Nanchang
countrysize = 16
NOT = { exists = CHI }
}

This will not happen.
CHI always exist, either Manchu or Southern Ming,
If a Southern Ming player archieved the victory against Manchu, CHI still exists and this event may be vain , I guess
 
#(1644-1820) Claiming the Imperial Throne - Ahistorical
event = {
id = 317002
trigger = {
owned = { province = 649 data = -1 } #Hebei
control = { province = 649 data = -1 } #Hebei
owned = { province = 650 data = -1 } #Shandong
owned = { province = 651 data = -1 } #Jinan
owned = { province = 652 data = -1 } #Jiangsu
owned = { province = 653 data = -1 } #Shanghai
owned = { province = 654 data = -1 } #Anhui
owned = { province = 655 data = -1 } #Zhejiang
owned = { province = 1562 data = -1 } #Shanxi
owned = { province = 1563 data = -1 } #Shaanxi
owned = { province = 1564 data = -1 } #Henan
owned = { province = 1565 data = -1 } #Hubei
owned = { province = 1567 data = -1 } #Nanchang
countrysize = 16
NOT = { exists = CHI }
}

This will not happen.
CHI always exist, either Manchu or Southern Ming,
If a Southern Ming player archieved the victory against Manchu, CHI still exists and this event may be vain , I guess
No, condition is intended for event to happen only if CHI doesn't exist. A country can't change tag if this tag is already present on the map (it would be a bug). In other words, Qing dynasty China must be destroyed and Southern Ming must be strong enough for them to become China again.

EDIT: and if condition was not present, CHI_147133 would fire but it wouldn't be for the "right" country.
 
Last edited: