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

unmerged(5110)

Field Marshal
Jul 29, 2001
4.432
0
tse.dyndns.org
Okay, I've done all but 8 events for China. BTW I've redone Yakub beg and the Taiping Rebellion so don't use those old ones.

I've also done the most basic events for the Taiping Heavenly Kingdom, Kashgaria and one event for Annam.

So here we go:

MAJOR_CHI.txt
Code:
###Zhong Guo (China) AoN Major Events###
#     By Shawn Tse                     #
########################################
#1830: British benefits of opium trade #
event = {
	id = 16481
	random = no
	country = ENG
	name = "The Opium Trade"
	desc = "British poppies grown by Indian farmers made a high-quality drug known as opium.  This drug was sold in many places, but chiefly to China, where it was very popular and quite profitable."
	style = 1
	action_a ={
		name = "Rake in the money"
		command = { type = treasury value = 300 }
	}
}

#1830: Opium events affecting China #
event = {
	id = 16482
	random = yes
	country = CHI
	name = "The Opium Trade"
	desc = "The 1830s saw a tremendous increase in the opium trade.  There were several reasons: the end of the East India Company's monopoly and the rapid influx of British traders, the policy of expanding opium production in India, the new clipper ships which made speedier transportation possible, and the rapid extension of Western economic traffic farther east and north along the China coast.  The opium trade and its size had far-reaching repercussions.  It mobilized a large section of the population into actively breaking the law, and disabled scores of people as they became addicted.  The trade also drained China's silver taels, and crippled the Chinese economy.  It also contributed to the already present corruption of local government and police forces."
	style = 1
	date = { day = 1 month = january year = 1830 }
	offset = 1720
      trigger = {
               NOT = {
                        event = 19951 #event that ends the opium trade#
                     }
      }
	action_a ={
		name = "Curse those British!"
		command = { type = inflation value = 5 }
		command = { type = provincemanpower which = 658 value = -2 }
		command = { type = province_revoltrisk which = 658 value = 2 }
		command = { type = population which = 658 value = -250 }
		command = { type = provincetax which = 658 value = -10 }
		command = { type = provincemanpower which = -1 value = -2 }
		command = { type = province_revoltrisk which = -3 value = 2 }
		command = { type = population which = -3 value = -250 }
		command = { type = provincetax which = -3 value = -10 }
		command = { type = treasury value = -150 }
		command = { type = stability value = -1 }
		command = { type = infra value = -100 }
		command = { type = relation which = ENG value = -100 }
		command = { type = trigger which = 16481 }
	}
}

#1832: Mandate of Heaven event
event = {
	id = 16500
	random = no
      country = CHI
	name = "Three year Famine"
	desc = "The Mandate of Heaven was a belief held by the Chinese of the right for the Manchu house to rule China.  As long as the ruler was upright and virtuous, Heaven was appeased.  If the ruler became wicked and corrupt, then Heaven would withdraw its Mandate and make it known to the people through disasters, unusual hardships, eclipses and comets.  In 1832, there were famines in several provinces, showing Heaven's disapproval.  To make matters worse, merchants and officials held back their stores of grain until the price was high enough to satisfy their greed.  Little rain fell in the spring of 1832."
	style = 1
	date = { day = 1 month = april year = 1832 }
	action_a = {
		name = "We are losing the Mandate!"
             command = { type = population which = 1565 value = -2500 }
             command = { type = population which = 1566 value = -2500 }
             command = { type = revoltrisk which = 36 value = 2 }
             command = { type = revolt which = 1565 }
             command = { type = revolt which = 1566 }
             command = { type = inflation which = 10 }
	}
}

#1833-Sept 1834: Lord Napier and the Battle of the Bogue #
event = {
	id = 16483
	random = no
	country = CHI
	name = "The Battle of the Bogue"
	desc = "Lord Napier, the newly appointed British Chief Superintendent of Trade in China, who never obeyed the strict instructions the Chinese gave to foreigners, arrived in July 21, 1834 at Guangzhou asking for trading freedoms.  Because Napier was causing trouble, the Viceroy ordered a stoppage of trade with the British.  As a result, in September 7, 1834, Napier ordered two warships to come up the Pearl River, a move strictly prohibited by the Chinese.  The Bogue Forts, the barrier forts to Guangzhou, entered into a small skirmish with the British ships.  Napier then urged the British government for military assistance.  Infuriated with Napier, the Chinese began to prepare for war with the British."
	style = 1
	date = { day = 21 month = july year = 1834 }
	offset = 400
	action_a ={
		name = "Reinforce Guangzhou - give the peasants arms!"
		command = { type = relation which = ENG value = -100 }
		command = { type = treasury value = -400 }
		command = { type = fortress which = 658 value = 1 }
		command = { type = INF which = 658 value = 15000 }
		command = { type = CAV which = 658 value = 15000 }
		command = { type = ART which = 658 value = 100 }
		command = { type = warships which = 658 value = 2 }
             command = { type = sleepevent which = 19957 } #triad rebellion in guangdong number 2#
	}

	action_b ={
		name = "Concede to British terms"
             command = { type = sleepevent which = 19956 } #triad rebellion in guangdong#
		command = { type = relation which = ENG value = +50 }
		command = { type = trade value = -80000 }
	}
}

#Lord Napier dies #
event = {
	id = 16484
	random = no
	country = CHI
	name = "The Battle of the Bogue"
	desc = "Britain did not send any forces to China to resolve the affair, and many British merchants, hurt by the trade embargo against them, petitioned the Chinese governor-general requesting the resumption of trade.  In answer, governor-general promised that trade would be resumed as soon as Napier left Guangzhou and never returned.  Lord Napier, thus lost the support of the British merchants, and under the governor-general's threat, decided to retreat to Macao.  When he reached Macao, he was seriously ill, and in October 11, 1834, he died.  The threat of war with the British had passed."
	style = 1
	date = { day = 11 month = october year = 1834 }
	action_a ={
		name = "Rejoice!"
		command = { type = relation which = ENG value = +20 }
	}
}

#1834: End of the British East India Company's monopoly #
event = {
	id = 16485
	random = no
	country = CHI
	name = "British East India Company's monopoly expires"
	desc = "In 1834 the long monopoly of the British East India Company came to an end; in the previous year the British Parliament had decided not to renew its charter.  The growing belief in free trade had made such a monopoly hateful to British merchants.  The ending of the East India Company's monopoly brought an increase in the number of British merchants in Canton.  Many of the new merchants had less understanding of Chinese ways, which greatly aggravated the Chinese."
	style = 1
	date = { day = 1 month = january year = 1834 }
	action_a = {
		name = "Grumble..."
		command = { type = relation which = ENG value = -75 }
	}
}

#1839: Commissioner Lin events #
event = {
	id = 16486
	random = no
	country = CHI
	name = "Lin Zexu"
	desc = "Lin Zexu was an energetic and purposeful governor in Central China who was famous for his effective prohibition of the sale and smoking of opium in those provinces.  Lin Zexu was considered for the task of removing the offensive opium trade from the shores of China.  One entrusted with such a task needed to weed out the large-scale corruption and required eyes of an eagle to spot all of the perpetrators.  Despite the fact that Lin Zexu was renouned for his integrity, most of the Chinese court expected even Lin Zexu to have his price."
	style = 1
	date = { day = 1 month = december year = 1838 }
	action_a = {
		name = "Appoint him Imperial High Commissioner to stamp out the trade"
		command = { sleepevent = 16487 } #High Commissioner Corrupted#
	}
	action_b = {
		name = "Appoint the Manchu Qishan instead"
		command = { type = sleepevent which = 16488 } #Commissioner Lin Stamps out the Opium Trade#
	}
	action_c = {
		name = "Appoint the Manchu Qiying instead"
		command = { type = sleepevent which = 16488 } #Commissioner Lin Stamps out the Opium Trade#
	}
}

#1839: Commissioner Lin events #
event = {
	id = 16487
	random = no
	country = CHI
	name = "High Commissioner Corrupted!"
	desc = "Regularly, even the highest of officials became corrupted in the opium trade and began to sell opium to the population for an extra profit instead of eliminating the trade."
	style = 1
	date = { day = 1 month = december year = 1838 }
	offset = 600
      trigger = { event = 16486 }
	action_a = {
		name = "Curses!"
		command = {
                     type = inflation value = 5
                     type = trigger which = 16482
                     type = treasury value = -20
             }
	}
}

#1839: Commissioner Lin events #
event = {
	id = 16488
	random = no
	country = CHI
	name = "Commissioner Lin stamps out the opium trade"
	desc = "Commissioner Lin, with vigilance and integrity slowly stamped out the opium trade.  Commissioner Lin had a public burning, burying a fortune, around 20 283 chests (2.5 million pounds) of opium in lime and watching it dissolve into the sea.  Lin composed an apology to the Spirit of the Sea, for dipelling its poison.  Lin then threatened any foreign merchant who brought opium to Guangzhou punishment by death."
	style = 1
	date = { day = 3 month = june year = 1839 }
      trigger = { event = 16486 } #Hiring a High Commissioner#
	action_a = {
		name = "Send congratulations to Commissioner Lin"
		command = { type = inflation value = -20 }
             command = { type = trigger which = 16489 }
		command = { type = province_revoltrisk which = 658 value = -4 }
	}
}

#1839: British response #
event = {
	id = 16489
	random = no
	country = ENG
	name = "China threatens British merchants in Guangzhou"
	desc = "Chinese officials in Guangzhou are threatening British merchants with death, if they continue to dabble in the opium trade.  The Chinese have no right to lay a finger on any British subject, and need to be taught a lesson.  The British Superintendent of Trade, Captain Elliot, has written us telling that, in protest, the entire British community has left Guangzhou for Macao.  Captain Elliot insists that a show of force is the only way to show the Chinese their place."
	style = 1
	action_a = {
		name = "Follow Elliot's Advice - Prepare for War"
		command = { type = casusbelli which = CHI value = 12 }
             command = { type = relation which = CHI value = -400 }
	}
	action_b = {
		name = "Ignore Elliot's advice - Enforce opium prohibition"
		command = { type = trigger which = 19951 } #event which ends the opium trade#
	}
}

#Opium Trade event #
event = {
	id = 19951
	random = no
	country = ENG
	name = "The Opium Trade Has Been Eliminated!"
	desc = "The Opium trade has finally been wrung out of the Chinese system.  While corruption is still a problem, it is smaller, and the opium dens which used to house drug addicts are now becoming tea houses and centres of activity.  Exhorbitant amounts of money is no longer flowing out of China but is staying in."
	style = 1
	action_a = {
		name = "Rejoice!"
		command = { type = inflation value = -5 }
		command = { type = provincemanpower which = 658 value = 2 }
		command = { type = province_revoltrisk which = 658 value = -2 }
		command = { type = population which = 658 value = 250 }
		command = { type = provincetax which = 658 value = 10 }
		command = { type = provincemanpower which = -1 value = 2 }
		command = { type = province_revoltrisk which = -3 value = 2 }
		command = { type = population which = -3 value = 250 }
		command = { type = provincetax which = -3 value = 10 }
		command = { type = treasury value = 1500 }
		command = { type = stability value = 2 }
		command = { type = infra value = 1000 }
		command = { type = sleepevent which = 16482 } #Opium events affecting China#
	}
}

#1839: The Opium War - Murder at Guangzhou#
event = {
	id = 16490
	random = no
	country = ENG
	name = "Murder at Guangzhou"
	desc = "On July 7, Lin Weixi, a Chinese sailor, was been killed in a quarrel with drunken English sailors.  Chinese authorities demanded that the perpetrator be handed over, where he would have been undoubtedly killed.  Captain Elliot refused to hand the sailor over, and days following the incident, shots were exchanged.  With a declaration of war, the British government was given the opportunity to show China its place and expand its influence in east Asia.  A note that British citizens over the empire would not look kindly on a government that allowed one of its subjects to be killed without trial."
	style = 1
	date = { day = 4 month = september year = 1839 }
	action_a ={
		name = "Declare War on China"
		command = { type = relation which = CHI value = -400 }
		command = { type = war which = CHI }
             command = { type = trigger which = 16491 }
	}
	action_b ={
		name = "Order Elliot to hand the sailor over to be killed"
		command = { type = stability value = -1 }
		command = { type = revolt which = -2 }
	}
}

#1839: The Opium War - Murder at Guangzhou - Chinese Response#
event = {
	id = 16491
	random = no
	country = CHI
	name = "Murder at Guangzhou"
	desc = "On July 7, Lin Weixi, a Chinese sailor, was been killed in a quarrel with dunken English sailors.  Commissioner Lin demanded that the perpetrator be handed over to Chinese custody.  Captain Elliot refused.  As a result, Commissioner Lin ordered the villagers of Hong Kong to arm, and poison the springs to prevent the Captain Elliot from landing.  On September 4, in Hong Kong harbour, shots were fired by a British ship when a war-junk tried to stop villagers delivering food which they had agreed to sell to the British.  Without a declaration of war, Britain and China engaged in the first major Sino-European conflict."
	style = 1
	action_a = {
		name = "We are at war with Britain!"
             command = { type = INF which = 658 value = 5000 }
             command = { type = sleepevent which = 19957 } #Losing Mandate of Heaven w/o going to war#
	}
}

#20 Jan 1841: The Opium War - Convention of Chuanbi#
event = {
	id = 16492
	random = no
	country = CHI
	name = "Convention of Chuanbi"
	desc = "On January 7 1841, the British captured the two forts at the Bogue entrance.  Qishan, the Manchu official who replaced Commissioner Lin, who saw that the way was then open to Guangzhou, agreed on January 20 1841 to sign the Convention of Chuanbi.  By this convention the island of Hong Kong was to be ceded to the British Crown, though all duties payable there were to belong to China.  The convention was also to provide for compensation to be paid for the opium destroyed by Commissioner Lin and there was to be intercourse on an equal footing between Great Britain and the Middle Kingdom.  The Emperor was not at all pleased with these terms."
	style = 1
      trigger = {
                  OR = {
                         control = { province = 659 data = ENG }
                         control = { province = 657 data = ENG }
                       }
                }
      offset = 13
	action_a = {
		name = "Sentence Qishan to death!  The war is still on!"
             command = { type = secedeprovince which = ENG value = 657 }
             command = { type = population which = 657 value = -50000 }
             command = { type = provincetax which = 657 value = -5000 }
             command = { type = treasury value = -300 }
             command = { type = trigger which = 16493 } #Convention of Chuanbi - British response#
	}
}

#20 Jan 1841: The Opium War - Convention of Chuanbi - British response#
event = {
	id = 16493
	random = no
	country = ENG
	name = "Convention of Chuanbi"
	desc = "On January 7 1841, the British captured the two forts at the Bogue entrance.  The local Chinese commissioner, who saw that the way was then open to Guangzhou, agreed on January 20 1841 to sign the Convention of Chuanbi.  By this convention the island of Hong Kong was to be ceded to the British Crown, though all duties payable there were to belong to China.  The convention was also to provide for compensation to be paid for the opium destroyed by Commissioner Lin and there was to be intercourse on an equal footing between Great Britain and the Middle Kingdom.  The Crown hoped that Captain Elliot would take more.  The compensation for the opium was insufficient, and no income came from Hong Kong."
	style = 1
	action_a = {
		name = "Results of the Convention - War is still on!"
             command = { type = treasury value = 300 }
	}
}

#Restoration of Hong Kong#
event = {
	id = 16494
	random = no
	country = CHI
	name = "Restoration of Hong Kong"
	desc = "Hong Kong has been returned to its rightful owner."
	style = 1
      trigger = { 
                  owned = { province = 657 data = -1 }
                  event = 16492
      }
	action_a = {
		name = "Celebrate!"
             command = { type = population which = 657 value = 50000 }
             command = { type = provincetax which = 657 value = 50 }
	}
}

#29 Aug 1842: The Opium War - Treaty of Nanjing with Britain #
event = {
	id = 16495
	random = no
	country = CHI
	name = "Treaty of Nanjing"
	desc = "Britain has won the first opium war.  To further humiliate China, they have set out the following additional terms in their treaty: Guangzhou, Amoy, Fuzhou, Ninbo and Shanghai are to be treaty ports.  China should pay 6 million in compensation for the loss of trade profit while the war was proceeding (specifically in opium).  The Supplementary Treaty of the Bogue with Britain contained the seeds of extra-territoriality, the practice whereby foreigners resident in China were governed by the officials and laws of their home country, so that the conditions that caused the first opium war would never happen again.  The Bogue Treaty also included the hated most-favoured nation clause, which allowed any nation dealing with China the same privileges accorded Britain."
	style = 1
      trigger = { 
                  event = 16490
                  atwar = no
                  OR = {
                         owned = { province = 657 data = ENG }
                         owned = { province = 656 data = ENG }
                         owned = { province = 659 data = ENG }
                         owned = { province = 661 data = ENG }
                         owned = { province = 658 data = ENG }
                         owned = { province = 660 data = ENG }
                         owned = { province = 1566 data = ENG }
                         owned = { province = 657 data = ENG }
                         owned = { province = 1555 data = ENG }
                         owned = { province = 1545 data = ENG }
                         owned = { province = 1544 data = ENG }
                         owned = { province = 1557 data = ENG }
                         owned = { province = 689 data = ENG }
                         owned = { province = 1542 data = ENG }
                         owned = { province = 1540 data = ENG }
                         owned = { province = 1541 data = ENG }
                         owned = { province = 1543 data = ENG }
                         owned = { province = 1539 data = ENG }
                         owned = { province = 641 data = ENG }
                         owned = { province = 635 data = ENG }
                         owned = { province = 645 data = ENG }
                         owned = { province = 643 data = ENG }
                         owned = { province = 646 data = ENG }
                         owned = { province = 1564 data = ENG }
                         owned = { province = 648 data = ENG }
                         owned = { province = 1561 data = ENG }
                         owned = { province = 651 data = ENG }
                         owned = { province = 647 data = ENG }
                         owned = { province = 650 data = ENG }
                         owned = { province = 1562 data = ENG }
                         owned = { province = 1558 data = ENG }
                         owned = { province = 1560 data = ENG }
                         owned = { province = 1563 data = ENG }
                         owned = { province = 1559 data = ENG }
                         owned = { province = 654 data = ENG }
                         owned = { province = 1565 data = ENG }
                         owned = { province = 652 data = ENG }
                         owned = { province = 1567 data = ENG }
                         owned = { province = 653 data = ENG }
                         owned = { province = 655 data = ENG }
                         owned = { province = 1556 data = ENG }
                         owned = { province = 1553 data = ENG }
                  }
      }
	action_a = {
		name = "Grumble..."
             command = { type = trade value = -40000 }
             command = { type = treasury value = -500 }
             command = { type = province_revoltrisk which = 653 value = 1 }
             command = { type = province_revoltrisk which = 655 value = 1 }
             command = { type = province_revoltrisk which = 656 value = 1 }
             command = { type = province_revoltrisk which = 658 value = 1 }
	}
}

#29 Aug 1842: Treaty of Nanjing with Britain - British side#
event = {
	id = 16496
	random = no
	country = ENG
	name = "Treaty of Nanjing"
	desc = "In 1842, Britain won the first Anglo-Chinese war.  China had to pay 6 million in compensation for the loss of trade profit while the war was proceeding (specifically in opium).  The Supplementary Treaty of the Bogue with Britain also contained the seeds of extra-territoriality, the practice whereby foreigners resident in China were governed by the officials and laws of their home country, so that the conditions that caused the first Anglo-Chinese war would never happen again.  The Bogue Treaty also included the most-favoured nation clause, which allowed any nation dealing with China the same privileges accorded Britain."
	style = 1
      trigger = { 
                  event = 16490
                  atwar = no
                  OR = {
                         owned = { province = 657 data = ENG }
                         owned = { province = 656 data = ENG }
                         owned = { province = 659 data = ENG }
                         owned = { province = 661 data = ENG }
                         owned = { province = 658 data = ENG }
                         owned = { province = 660 data = ENG }
                         owned = { province = 1566 data = ENG }
                         owned = { province = 657 data = ENG }
                         owned = { province = 1555 data = ENG }
                         owned = { province = 1545 data = ENG }
                         owned = { province = 1544 data = ENG }
                         owned = { province = 1557 data = ENG }
                         owned = { province = 689 data = ENG }
                         owned = { province = 1542 data = ENG }
                         owned = { province = 1540 data = ENG }
                         owned = { province = 1541 data = ENG }
                         owned = { province = 1543 data = ENG }
                         owned = { province = 1539 data = ENG }
                         owned = { province = 641 data = ENG }
                         owned = { province = 635 data = ENG }
                         owned = { province = 645 data = ENG }
                         owned = { province = 643 data = ENG }
                         owned = { province = 646 data = ENG }
                         owned = { province = 1564 data = ENG }
                         owned = { province = 648 data = ENG }
                         owned = { province = 1561 data = ENG }
                         owned = { province = 651 data = ENG }
                         owned = { province = 647 data = ENG }
                         owned = { province = 650 data = ENG }
                         owned = { province = 1562 data = ENG }
                         owned = { province = 1558 data = ENG }
                         owned = { province = 1560 data = ENG }
                         owned = { province = 1563 data = ENG }
                         owned = { province = 1559 data = ENG }
                         owned = { province = 654 data = ENG }
                         owned = { province = 1565 data = ENG }
                         owned = { province = 652 data = ENG }
                         owned = { province = 1567 data = ENG }
                         owned = { province = 653 data = ENG }
                         owned = { province = 655 data = ENG }
                         owned = { province = 1556 data = ENG }
                         owned = { province = 1553 data = ENG }
                  }
      }
	action_a = {
		name = "Excellent!"
             command = { type = treasury value = 500 }
	}
}

#July 1844: Treaty of Wanghia with US#
event = {
	id = 16497
	random = no
	country = CHI
	name = "Treaty of Wanghia"
	desc = "In 1844, at Wanghia (Mongha) Village, Caleb Cushing, for the United States, Britain's chief trade competitor, concluded the Treaty of Wanghia.  This treaty, after granting the Americans the right to trade at the five treaty ports, extended the application of extra-territoriality given to the British,  Unlike the Treaty of Nanjing, it declared that American citizens caught dealing in opium should be dealt with by the Chinese Government and should expect no protection from their home authorities."
	style = 1
      trigger = { 
                  event = 16496
      }
      offset = 800
	action_a = {
		name = "Grumble..."
             command = { type = trade value = -25000 }
	}
}

#Oct 1844: Treaty of Huangpu with France#
event = {
	id = 16498
	random = no
	country = CHI
	name = "Treaty of Huangpu"
	desc = "Since Britain and the United States were able to make such favourable treaties with China upon her defeat, France decided to join in the fray.  In 1844, France concluded the Treaty of Huangpu with China.  France, however was less interested in trade than the United States or Britain was.  France regarded herself as the protectress of all Roman Catholic missionaries.  It declared that Roman Catholic missionaries could live and preace and build churches at the five treaty ports.  In December 1845, this protection was extended to non-Roman Catholic missionaries and Chinese converts.  Thus the first Christian contact with the southern Chinese population was started."
	style = 1
      offset = 800
      trigger = { 
                  event = 16497
      }
	action_a = {
		name = "Grumble..."
             command = { type = province_revoltrisk which = 653 value = 1 }
             command = { type = province_revoltrisk which = 655 value = 1 }
             command = { type = province_revoltrisk which = 656 value = 1 }
             command = { type = province_revoltrisk which = 658 value = 1 }
	}

	action_b = {
		name = "Refuse!  We will no longer make concessions like this!"
             command = { type = relation which = FRA value = -200 }
             command = { type = relation which = ENG value = -100 }
             command = { type = relation which = USA value = -100 }
             command = { type = sleepevent which = 16500 } #missionary events#
             command = { type = sleepevent which = 19952 } #missionary events#
             command = { type = sleepevent which = 19953 } #missionary events#
             command = { type = sleepevent which = 19967 } #France Treaty Renewal event#
	}
}

#1845: Trade rights given to Belgium and Sweden and Norway#
event = {
	id = 16499
	random = no
	country = CHI
	name = "China's Loss of Economic Freedom"
	desc = "In 1845, Belgium was allowed to trade with China under the same conditions as Britain, the United States and France.  Two years later, Sweden and Norway made a treaty with China.  In due course other states received trading rights."
	style = 1
      trigger = { 
                  event = 16498
      }
      offset = 800
	action_a = {
		name = "Grumble..."
             command = { type = trade = -40000 }
	}
}

#1845 on: Missionary Events#
event = {
	id = 16500
	random = yes
	country = CHI
	name = "Roman Catholic Missionaries Preach their Faith"
	desc = "With the missionaries' rights accorded by the Treaty of Huangpu, Roman Catholic missionaries slowly made their way across China.  Although they were only intended to stay at the treaty ports, some missionaries snuck out of these ports and preached in the countryside.  Some Christian missionaries were unduly successful in their work, causing the populace to be even more wary of the Western Powers."
	style = 1
      trigger = { 
                  event = 16498
      }
	action_a = {
		name = "Grumble..."
             command = { type = provincereligion which = -1 value = catholic }
             command = { type = provincetax which = -3 value = -2 }
             command = { type = provincereligion which = -1 value = catholic }
             command = { type = provincetax which = -3 value = -2 }
	}
}

event = {


	id = 19952
	random = yes
	country = CHI
	name = "Protestant Missionaries Preach their Faith"
	desc = "With the additional missionaries' rights accorded by the Treaty of Huangpu, Protestent missionaries slowly made their way across China.  Although they were only intended to stay at the treaty ports, some missionaries snuck out of these ports and preached in the countryside.  Some Christian missionaries were unduly successful in their work, causing the populace to be even more wary of the Western Powers."
	style = 1
      trigger = { 
                  event = 16498
      }
	action_a = {
		name = "Grumble..."
             command = { type = provincereligion which = -1 value = protestant }
             command = { type = provincetax which = -3 value = -1 }
	}
}

event = {
	id = 19953
	random = yes
	name = "Christian convert in China killed!"
	desc = "Britain's easy victory over the Chinese in the Anglo-Chinese war encouraged many European nations to interfere in Chinese affairs, and subsequently allowed more missionaries to enter China.  The Chinese population was very bitter towards Western society, and even high Chinese government officials harrassed Chinese christian converts and sometimes even sentenced these converts to death.  Under Britain's treaty with China, two clauses exempted Christian converts from Chinese law."
	style = 1
      trigger = {
                  continent = europe
                  event = 16498
                  OR = {
                         religion = catholic
                         religion = protestant
                         religion = reformed
                         religion = orthodox
                  }
                }
	action_a = {
		name = "Get a Casus Belli against China"
             command = { type = relation which = CHI value = -50 }
             command = { type = casusbelli which = CHI value = 12 }
	}
}

#April 1847: Fatshan Incident#
event = {
	id = 19954
	random = no
      country = CHI
	name = "The Fatshan Incident"
	date = { day = 1 month = january year = 1851 }
	desc = "In April 1847, after a mob attack upon some Englishmen at Fatshan, near Guangzhou, General D'Aguilar stormed the Bogue Forts, blew up a powder magazine and destroyed a number of cannon.  Qiying, the High Commissioner appointed by the Emperor to deal with foreign affairs at Guangzhou, then agreed that the British should have a larger area in which to reside, and should be allowed to enter Guangzhou.  This did not sit well with the Guangzhou residents, who deeply despised the unruly English.  In December 1847, six young Englishmen were mudered near Guangzhou.  Qiying punished the offenders promptly and severely; several were beheaded in the presence of British officials.  The emperor was not happy at Qiying's actions and was reprimanded for being over-friendly towards foreigners.  Xu Guangjin, a man who was just as anti-foreign as the Chinese court, as recommended by government officials to take Qiying's place."
	style = 1
	action_a = {
		name = "Replace Xu Guangjin with Qiying"
             command = { type = relation which = ENG value = -50 }
             command = { type = province_revoltrisk which = 658 value = -1 }
	}
	action_b = {
		name = "Keep Qiying"
             command = { type = relation which = ENG value = 50 }
             command = { type = province_revoltrisk which = 658 value = 2 }
             command = { type = domestic which = aristocracy value = -1 }
             command = { type = domestic which = innovative value = 1 }
	}
}

#1851-1855: Yellow River Changes Course#
event = {
	id = 19955
	random = no
      country = CHI
	name = "Yellow River floods and changes course"
	desc = "In 1851, the Yellow River breached the north embankment near Kaifengfu in Honan and caused great devastation over the countryside.  It required some fifteen or more years to repair damages from this outbreak, and to confine the stream by new embankments. After that there was for a time comparative immunity from inundations, but in 1882 fresh outbursts again began. The most serious of all took place in 1887, when it appeared probable that there would be again a permanent change in the river’s course. By dint of great exertions, however, the government succeeded in closing the breach, though not till January 1889, and not until there had been immense destruction of life and property.  These disasters were indication to the Chinese people that the Manchurians were losing the Mandate of Heaven, the right to rule and govern China."
	style = 1
	date = { day = 1 month = january year = 1851 }
	action_a = {
		name = "We are losing the Mandate!"
             command = { type = stability value = -2 }
             command = { type = revoltrisk which = 180 value = 2 }
             command = { type = fortress which = 649 value = -1 }
             command = { type = fortress which = 1562 value = -1 }
             command = { type = fortress which = 650 value = -1 }
             command = { type = fortress which = 651 value = -1 }
             command = { type = fortress which = 1564 value = -1 }
	}
}

#1850: Triad Rebellion in Guangdong and Mandate of Heaven Lost#
event = {
	id = 19956
	random = no
      country = CHI
	name = "Mandate of Heaven Lost!"
	desc = "The Mandate of Heaven for the Qing Dynasty to rule China was lost.  The people wanted to return a Han Chinese to the throne.  Heaven was willing, for it had shown its disapproval of the Qing through floods and famine.  Earth was willing, for the people were discontented.  Before the outbreak of the Anglo-Chinese War, the common people were not allowed to possess firearms or other weapons.  After the end of the Anglo-Chinese War, bands of peasants were armed to fight the British.  Farmers with weapons in their hands turned their attention from the foreign British to the foreign Manchus.  In particular was the Threefold or Triad Society of Guangdong who believed that they had the new emperor, a Buddhist monk who claimed to be a descendant of the last Ming Emperor."
	style = 1
      trigger = {
                  event = 16491
      }
	date = { day = 1 month = january year = 1850 }
	action_a = {
		name = "Call to arms!"
             command = { type = stability value = -5 }
             command = { type = revoltrisk which = 120 value = 5 }
             command = { type = revolt which = 658 }
             command = { type = revolt which = 658 }
             command = { type = revolt which = 658 }
             command = { type = revolt which = 659 }
             command = { type = revolt which = 659 }
             command = { type = revolt which = 659 }
             command = { type = revoltrisk which = 60 value = 10 }
	}
}

#1850: Triad Rebellion in Guangdong#
event = {
	id = 19957
	random = no
      country = CHI
	name = "Mandate of Heaven Lost!"
	desc = "The Mandate of Heaven for the Qing Dynasty to rule China was lost.  The people wanted to return a Han Chinese to the throne.  Heaven was willing, for it had shown its disapproval of the Qing through floods and famine.  Earth was willing, for the people were discontented.  In particular was the Triad Society of Guangdong who believed that they had the new emperor, a Buddhist monk who claimed to be a descendant of the last Ming Emperor."
	style = 1
      trigger = {
                  domestic = { type = serfdom value = 8 }
      }
	date = { day = 1 month = january year = 1850 }
	action_a = {
		name = "Call to arms!"
             command = { type = stability value = -2 }
             command = { type = revoltrisk which = 60 value = 10 }
             command = { type = revolt which = 658 }
	}
}
 

unmerged(5110)

Field Marshal
Jul 29, 2001
4.432
0
tse.dyndns.org
#1850: Taiping Rebellion#
event = {
id = 19958
random = no
country = CHI
name = "Hong Xiuquan inaugurates the Taiping Kingdom"
desc = "Hong Xiuquan, a native of Fa Xian, Guangdong, was a village teacher who failed repeatedly in state examinations in Guangzhou. In 1836, he listened to Leung Fat, a Christian convert, preaching in Guangzhou, and received some pamphlets. The next year, Hong tried again for the examinations, and failed and fell ill. He had a vision of God who gave him a sword to slaw demons. Then he became a pseudo-Christian, and preached his own ideas, many crooked and mixed with Chinese ideas of life. In 1846, he and his cousin Fung Wanshan converted over 3000 people. In January 1851, the Taiping Rebellion started to get organized. Within a month, 30 000 people were collected and armed. Hong had many revolutionary ideas for China - gender equality, distribution of land, and religious conversion to the true faith."
style = 1
trigger = {
event = 16491
event = 16498 #missionary events#
}
date = { day = 21 month = february year = 1851 }
offset = 365
action_a = {
name = "Not good"
command = { type = provincereligion which = 661 value = protestant }
command = { type = independence which = PUR }
command = { type = revolt which = 661 }
command = { type = revolt which = 661 }
command = { type = revolt which = 661 }
command = { type = revolt which = 661 }
command = { type = revolt which = 661 }
command = { type = revolt which = 661 }
command = { type = revolt which = 661 }
command = { type = revolt which = 661 }
command = { type = revolt which = 661 }
command = { type = revolt which = 661 }
command = { type = revolt which = 656 }
command = { type = revolt which = 659 }
command = { type = revolt which = 658 }
command = { type = revolt which = 657 }
command = { type = leader which = 16482 } #F.H. Ward#
command = { type = leader which = 16483 } #Ever Victorious Army#
}
}

#1852: The Arrow War - Zeng Guofan creates the Hunan Braves#
event = {
id = 19959
random = no
country = CHI
name = "Zeng Guofan's Military Proposal"
desc = "Zeng Guofan, a general in the Chinese army who was honoured for his honesty and intelligent patriotism began organising a body of soldiers, the Hunan Braves. This force, at first intended only for local defence, developed into a large and effective army. One of the main features of this army is that instead of using the rapidly evaporating national funds to fund this army, it used local taxes. While it did decentralize China, it allowed better quality and larger armies to be developed"
style = 1
trigger = {
event = 19971 #The arrow incident - Chinese Response#
}
action_a = {
name = "Excellent! Proceed with the reform"
command = { type = INF which = 1566 value = 25000} #Hunan Braves#
command = { type = CAV which = 1566 value = 20000 } #Hunan Braves#
command = { type = ART which = 1566 value = 30 } #Hunan Braves#
command = { type = leader which = 16485 } #Hunan Braves#
command = { type = domestic which = aristocracy value = 1 }
command = { type = domestic which = centralization value = -1 }
command = { type = domestic which = quality value = 1 }
}
action_b = {
name = "No, keep things the way they are"
command = { type = domestic which = centralization value = 1 }
command = { type = revoltrisk which = 60 value = -2 }
}
}

#1853-1868: Nian Fei Revolt#
event = {
id = 19960
random = no
country = CHI
name = "The Nian Fei Revolt"
desc = "In the early 1850s, the Chinese living in the Yellow River (Huang Ho) valley suffered famine because of repeated flooding of the river; many of them joined outlaw bands, called nien, which had been plundering the provinces of Anhwei, honan, and Shantung during the first half of the century. Soon the Nian Fei army fell under the leadership of Zhang Lexing. The Zhang family was fiercely opposed to the occupying dynasty, the foreign Manchus, and Zhang Lexing was no exception. When Zhang Lexing was able to garner enough support and arms, in 1853 he revolted openly against the government. The Nian Army led by him asserted its influence in the Yellow River valley, fortified their villages and took advantage of the mobility of their strong cavalry to harass and evade imperial troops seeking to crush them."
style = 1
date = { day = 1 month = january year = 1851 }
offset = 600
action_a = {
name = "Awwww shucks"
command = { type = revolt which = 651 }
command = { type = revolt which = 651 }
}
}

#1855-1857: Miao Revolt#
event = {
id = 19961
random = no
country = CHI
name = "The Miao Revolt"
desc = "The Miao people were conquered a hundred years ago, but fought so fiercely that they were granted a large amount of autonomy in Guizhou province. They did not even have to wear the queue that represented that they were a conquered peoples. When the Qing Dynasty lost the Mandate of Heaven, the Miao people wasted no time in trying to get their sovereignty back."
style = 1
date = { day = 1 month = january year = 1854 }
offset = 600
action_a = {
name = "Awwww double shucks"
command = { type = revolt which = 1544 }
command = { type = revolt which = 1556 }
command = { type = revolt which = 1566 }
}
}


#1855-1873: Ta Li Revolts#
event = {
id = 19962
random = no
country = CHI
name = "The Muslim Revolts"
desc = "With the Mandate of Heaven withdrawn the Panthay Muslims in Yunnan, directed by the White Lotus Cult, revolted. Soon the Turkish Muslims in Xinjiang would rise to revolt against their Manchu masters. They declared independence from China to form the Sultanate of Xieng Hong, the Sultanate Ta Li or Yunnan, under the leadership of Du Wen Xiao, who was made Sultan."
style = 1
date = { day = 1 month = january year = 1854 }
offset = 600
action_a = {
name = "Awwww triple shucks"
command = { type = religiousrevolt which = 1557 }
command = { type = religiousrevolt which = 1545 }
command = { type = religiousrevolt which = 1553 }
command = { type = province_revoltrisk which = 1600 value = 5 }
command = { type = province_revoltrisk which = 1601 value = 5 }
command = { type = province_revoltrisk which = 1602 value = 5 }
command = { type = province_revoltrisk which = 1603 value = 5 }
command = { type = province_revoltrisk which = 1604 value = 5 }
command = { type = province_revoltrisk which = 1606 value = 5 }
command = { type = province_revoltrisk which = 1607 value = 5 }
command = { type = province_revoltrisk which = 1608 value = 5 }
command = { type = province_revoltrisk which = 1559 value = 5 }
}
}

#1862-1873: Uighur Revolt#
event = {
id = 19963
random = no
country = CHI
name = "Yakub Beg"
desc = "The largest Muslim revolt in China was the national liberation movement of the Uighurs and the Dungans in 1864. As a result of the revolt two Uighur states appeared on territory of Eastern Turkestan - Yettishar and the Ili sultanate. Yakub Beg (1820-1877) led the Ili Uighur revolts against the Manchu Chinese empire. The expansion of the new Uighur state was stopped by the Russian push into the Ili region in 1871. Fear of Russian expansion led Great Britain provide the impoverished Chinese government with huge loans. Large forces under the overall command of General Zho Zhung Tang, attacked East Turkestan in 1876. Yakub Beg was poisoned and died the next year, and by 1878, the Uighurs were once again under Chinese rule."
style = 1
date = { day = 1 month = january year = 1854 }
offset = 600
action_a = {
name = "Awwww quadruple shucks"
command = { type = independence which = KAZ }
command = { type = trigger which = 19771 } #event which gives russia option to send troops in#
}
action_b = {
name = "Take immediate action"
command = { type = revolt which = 1606 }
command = { type = revolt which = 1606 }
command = { type = revolt which = 1606 }
command = { type = revolt which = 1606 }
command = { type = revolt which = 1606 }
command = { type = revolt which = 1606 }
command = { type = revolt which = 1606 }
command = { type = province_revoltrisk which = 1606 value = 5 }
}
action_c = {
name = "Force-convert them"
command = { type = province_revoltrisk which = 1606 value = 15 }
command = { type = revolt which = 1606 }
command = { type = revolt which = 1606 }
command = { type = revolt which = 1606 }
command = { type = revolt which = 1606 }
command = { type = revolt which = 1606 }
command = { type = revolt which = 1606 }
command = { type = revolt which = 1606 }
command = { type = revolt which = 1606 }
command = { type = population which = 1606 value = -5000 }
command = { type = conversion which = 1606 }
}
}

#1852: Ye Mingchen's Appointment#
event = {
id = 19964
random = no
country = CHI
name = "A New High Commissioner for Foreign Affairs"
desc = "Xu Guangjin was soon out of office in 1852, and a new High Commissioner for Foreign Affairs was needed to replace him. The main candidate for the position was Ye Mingchen. Like the Emperor Xian Feng, Ye was violently anti-foreign. Ye under no circumstances would meet to foreigners. Letter after letter was met with the reply that Ye Mingchen was too busy to fix a time for a meeting - or that the day suggested was an unlucky one for interviews. The Emperor was impressed."
style = 1
date = { day = 1 month = january year = 1852 }
offset = 30
action_a = {
name = "Hire Ye Mingchen for the job"
command = { type = domestic which = innovative value = -2 }
command = { type = domestic which = offensive value = -2 }
command = { type = DIP which = -2 value = 72 }
command = { type = relation which = RUS value = -50 }
command = { type = relation which = ENG value = -50 }
command = { type = relation which = HAB value = -50 }
command = { type = relation which = POR value = -50 }
command = { type = relation which = USA value = -50 }
command = { type = relation which = FRA value = -50 }
command = { type = sleepevent which = 19965 } #Second Corruption event#
}
action_b = {
name = "Hire the more amicable, like Shun Weijun instead"
command = { type = domestic which = innovative value = 2 }
command = { type = sleepevent which = 19966 } #US Treaty Renewal event#
command = { type = sleepevent which = 19967 } #French Treaty Renewal event#
command = { type = sleepevent which = 19968 } #British Treaty Renewal event#
}
}

event = {
id = 19965
random = no
country = CHI
name = "High Commissioner Corrupted!"
desc = "Regularly, even the highest of officials became corrupted in the opium trade and began to sell opium to the population for an extra profit instead of eliminating the trade."
style = 1
trigger = {
NOT = { event = 19951 } #opium vanquished event#
}
date = { day = 1 month = january year = 1852 }
offset = 600
action_a = {
name = "Curses!"
command = {
type = inflation value = 5
type = trigger which = 16482
type = treasury value = -20
}
}
}

#1854: American renewal#
event = {
id = 19966
random = no
country = USA
name = "Renewal of the Treaty of Wanghia"
desc = "The time had come for the Treaties that opened China to be reviewed. Unfortunately, the Chinese Foreign Affairs Minister at the time was violently anti-foreign and flatly refused to allow any change to these treaties. Many people felt that China needed to be shown another lesson on the battlefield."
style = 1
trigger = { event = 16497 }
date = { day = 1 month = july year = 1854 }
action_a = {
name = "Foolish Chinese"
command = { type = casusbelli which = CHI value = 36 }
command = { type = relation which = CHI value = -200 }
}
}

#1854: French renewal#
event = {
id = 19967
random = no
country = FRA
name = "Renewal of the Treaty of Huangpu"
desc = "The time had come for the Treaties that opened China to be reviewed. Unfortunately, the Chinese Foreign Affairs Minister at the time was violently anti-foreign and flatly refused to allow any change to these treaties. Many people felt that China needed to be shown another lesson on the battlefield."
style = 1
trigger = { event = 16496 }
date = { day = 1 month = october year = 1854 }
action_a = {
name = "Foolish Chinese"
command = { type = casusbelli which = CHI value = 36 }
command = { type = relation which = CHI value = -200 }
}
}

#1854: British renewal#
event = {
id = 19968
random = no
country = ENG
name = "Renewal of the Treaty of Nanjing"
desc = "The time had come for the Treaties that opened China to be reviewed. Unfortunately, the Chinese Foreign Affairs Minister at the time was violently anti-foreign and flatly refused to allow any change to these treaties. Many people felt that China needed to be shown another lesson on the battlefield."
style = 1
trigger = { event = 16496 }
date = { day = 1 month = july year = 1854 }
action_a = {
name = "Foolish Chinese"
command = { type = casusbelli which = CHI value = 36 }
command = { type = relation which = CHI value = -200 }
}
}

#1852: Coolies emigrant incident at Amoy#
event = {
id = 19969
random = no
country = CHI
name = "The Coolie Trade"
desc = "Many unskilled laborers in China decided to leave to find work in other countries. These were usually men hungry for food and in need of money. Others were tricked into leaving by labor recruiters who promised good pay and good working conditions in other parts of the world. Some Chinese workers were kidnapped and put on ships with terrible living conditions. There was a great need for workers in mines and on plantations in South America and South Africa. Usually, coolies, as these workers were called, were treated badly and were worse off than before they emigrated to the new country. Often they were cheated out of their wages and at the end of their contracts, were unable to return to China. Many Chinese coolies came to California, Australia and then to New Zealand to work in the mines when gold was discovered. Thousands of Chinese came by clipper ship to California, or as they called it, to 'Gum Shan, the Golden Mountain'. The number of Chinese in California climbed from fewer than 100 in 1848 to over 25,000 by 1852. In November 1852, these coolies caused a riot at Amoy."
style = 1
date = { day = 1 month = november year = 1852 }
action_a = {
name = "Grumble..."
command = { type = revolt which = 656 }
command = { type = population which = 656 value = -2500 }
}
}

#1856: The Arrow Incident#
event = {
id = 19970
random = no
country = ENG
name = "The Arrow Incident"
desc = "The Arrow, owned by a Chinese resident of Hong Kong and registered in the Colony, had an Irish captain and a Chinese crew. Early on 8 October 1856, a number of Chinese officials and soldiers boarded the vessel, which was at anchor near Guangzhou, and bound and carried off the entire crew of twelve men, who were suspected pirates. The British exercised their extraterritory rights and demanded the return of the crew. In Parliament, the matter was discussed, and the decision was fought over whether to go to war with China. Cobden, Gladstone and Disraeli stood together against war with China. Palmerston, the Prime Minister, however, supported war with China."
style = 1
date = { day = 8 month = october year = 1856 }
trigger = {
event = 16495
event = 16493
}
action_a = {
name = "Parliament votes to go to war with China"

command = { type = war which = CHI }
command = { type = trigger which = 19971 } #Chinese response#
}
action_a = {
name = "Parliament votes against going to war with China"
command = { type = relation which = CHI value = 100 }
}
}

#1856: The Arrow Incident - Chinese Response#
event = {
id = 19971
random = no
country = CHI
name = "The Arrow Incident"
desc = "The Arrow, owned by a Chinese resident of Hong Kong and registered in the Colony, had an Irish captain and a Chinese crew. Early on 8 October 1856, a number of Chinese officials and soldiers boarded the vessel, which was at anchor near Guangzhou, and bound and carried off the entire crew of twelve men, who were suspected pirates. The British exercised their extraterritory rights and demanded the return of the crew. In Parliament, the matter was discussed, and the decision was fought over whether to go to war with China. Cobden, Gladstone and Disraeli stood together against war with China. Palmerston, the Prime Minister, however, supported war with China. Parliament was dissolved. But in the election that followed Palmerston's party was returned to office with a large majority, supporting war."
style = 1
action_a = {
name = "Another war?!?!?"
command = { type = relation which = ENG value = -100 }
}
}

#1856: The Arrow Incident - French Response#
event = {
id = 19972
random = no
country = FRA
name = "Murder of French Chaplain"
desc = "The Chinese and British went to war in 1856 over the matter of an unlawful seizure of a British ship. The French Consul wished to avenge the murder of a missionary, Father Chapdelaine, who had been working at Silin in a remote part of Guangxi. It was some time before news of his death, which occured in February 1856 - before the Arrow Incident - reached the Consul. Commissioner Ye refused to meet the French Consul, but pointed out in a letter that the missionary had no right to be in the interior and that Silin was in a rebel-controlled area. The Consul, unable to obtain satisfaction, wrote to Paris for instructions."
style = 1
action_a = {
name = "Go to war with China"
command = { type = relation which = ENG value = 50 }
command = { type = relation which = CHI value = -200 }
command = { type = war which = CHI }
}
action_a = {
name = "Decide against war with China"
command = { type = relation which = CHI value = 100 }
}
}

#1858: The Arrow War - Capture of Guangzhou#
event = {
id = 19973
random = no
country = CHI
name = "The Capture of Guangzhou"
desc = "'Guangzhou roared like a million thunder-claps and flaming streets lit up the sky,' wrote a Chinese historian on the eve of the fall of Guangzhou. However, losses on both sides were relatively slight. After the fall of the city, Consul Parkes and a hundred sailors set off in search of Ye Mingchen. Ye was taken unprepared. He was taken prisoner and sent in a cage to Calcutta as a 'Barbarian.' In April 1859, in humiliation, Ye fell ill and died. At this point the Russians and the United States joined the French and British in demanding revisions to their respective treaties."
style = 1
trigger = {
event = 19971 #The arrow incident - Chinese Response#
OR = {
control = { province = 658 data = ENG }
control = { province = 658 data = FRA }
}
}
action_a = {
name = "This is not good"
command = { type = relation which = RUS value = -50 }
command = { type = relation which = USA value = -50 }
command = { type = DIP which = -2 value = 12 }
}
}

#1858: The Arrow War - Capture of Dagu Forts#
event = {
id = 19974
random = no
country = CHI
name = "The Tianjin Treaties"
desc = "British and French forces, after capturing the Dagu Forts at the mouth of the Bei River, proceeded towards Beijing. The Emperor then took action - at Tianjin British and French forces, under the commanders Elgin and Gros respectively, were met by two high commissioners appointed to negotiate with them. Elgin and the Chinese Commissioners signed the Tianjin Treaties. In the same month China concluded treaties with France. More treaty ports were opened, more concessions were made to the Western powers, and more missionaries were allowed into China. Most hated of all was the forced legalisation of opium. The Emperor refused to accept the terms of this treaty and continued the war."
style = 1
trigger = {
event = 19971 #The arrow incident - Chinese Response#
NOT = { event = 19973 } #The Arrow War - Capture of Guangzhou#
OR = {
control = { province = 649 data = ENG }
control = { province = 649 data = FRA }
}
}
action_a = {
name = "Continue the war!"
command = { type = relation which = ENG value = -100 }
command = { type = relation which = FRA value = -100 }
command = { type = stability value = 1 }
command = { type = INF which = 1564 value = 15000 }
command = { type = CAV which = 1564 value = 5000 }
command = { type = ART which = 1564 value = 20 }
command = { type = INF which = 1560 value = 15000 }
command = { type = CAV which = 1560 value = 5000 }
command = { type = ART which = 1560 value = 20 }
}
}

#1858: The Arrow War - Looting of the Yuan Ming Yuan#
event = {
id = 19975
random = no
country = CHI
name = "Looting of the Chinese Summer Palace"
desc = "Upon occupying the Chinese Capital, French soldiers looted the Yuan Ming Yuan, the Chinese Summer Palace, a few miles out of Beijing. They found riches such as they had never imagined - priceless porcelains, gems, jade, golden images, jewelled clocks and watches, the treasures of the Manchu emperors. The Chinese people were deeply insulted."
style = 1
trigger = {
year = 1860
OR = {
control = { province = 649 data = ENG }
control = { province = 649 data = FRA }
}
}
action_a = {
name = "Those French Barbarians!"
command = { type = relation which = FRA value = -100 }
command = { type = casusbelli which = FRA value = 24 }
command = { type = stability value = 2 }
}
}

#1858: The Arrow War - Burning of the Yuan Ming Yuan#
event = {
id = 19976
random = no
country = CHI
name = "Burning of the Chinese Summer Palace"
desc = "Lord Elgin of Britain was determined to avenge Britain by some deed which would be a guarantee against future treachery. He had no wish to harm the people of Beijing. He only wanted to hurt the Emperor, who reneged on the Tianjin treaties. Thus, he ordered the beautiful pavilians and gardens of the Chinese Summer Palace, the Yuan Ming Yuan burnt. The name of Elgin, who claimed to be China's friend, became hateful to the Chinese, who remembered the clouds of smoke over Beijing."
style = 1
trigger = {
year = 1860
OR = {
control = { province = 649 data = ENG }
control = { province = 649 data = FRA }
}
}
action_a = {
name = "Those British Barbarians!"
command = { type = relation which = ENG value = -400 }
command = { type = casusbelli which = ENG value = 60 }
command = { type = stability value = 2 }
}
}

#1858: The Arrow War - Capture of Dagu Forts number 2#
event = {
id = 19977
random = no
country = CHI
name = "The Tianjin Treaties"
desc = "British and French forces, after capturing the Dagu Forts at the mouth of the Bei River, proceeded towards Beijing. The Emperor then took action - at Tianjin British and French forces, under the commanders Elgin and Gros respectively, were met by two high commissioners appointed to negotiate with them. Elgin and the Chinese Commissioners signed the Tianjin Treaties. In the same month China concluded treaties with France, the United States and Russia. More treaty ports were opened, more concessions were made to the Western powers, and more missionaries were allowed into China. Russia forced China to secede the Trans-Ussuri or Maratime Province to them in the Treaty of Aigun. Most hated of all was the forced legalisation of opium. The Emperor refused to accept the terms of this treaty and continued the war."
style = 1
trigger = {
event = 19971 #The arrow incident - Chinese Response#
event = 19973 #The arrow War - Capture of Guangzhou#
OR = {
control = { province = 649 data = ENG }
control = { province = 649 data = FRA }
}
}
action_a = {
name = "Continue the war!"
command = { type = relation which = ENG value = -100 }
command = { type = relation which = FRA value = -100 }
command = { type = relation which = RUS value = -100 }
command = { type = relation which = USA value = -100 }
command = { type = stability value = 1 }
command = { type = INF which = 1564 value = 15000 }
command = { type = CAV which = 1564 value = 5000 }
command = { type = ART which = 1564 value = 20 }
command = { type = INF which = 1560 value = 15000 }
command = { type = CAV which = 1560 value = 5000 }
command = { type = ART which = 1560 value = 20 }
command = { type = secedeprovince which = RUS value = 640 }
command = { type = secedeprovince which = RUS value = 639 }
command = { type = secedeprovince which = RUS value = 636 }
command = { type = secedeprovince which = RUS value = 638 }
command = { type = secedeprovince which = RUS value = 637 }
command = { type = secedeprovince which = RUS value = 626 }
command = { type = secedeprovince which = RUS value = 625 }
command = { type = secedeprovince which = RUS value = 624 }
command = { type = secedeprovince which = RUS value = 627 }
command = { type = secedeprovince which = RUS value = 628 }
command = { type = secedeprovince which = RUS value = 634 }
command = { type = secedeprovince which = RUS value = 633 }
command = { type = secedeprovince which = RUS value = 631 }
command = { type = secedeprovince which = RUS value = 1468 }
command = { type = secedeprovince which = RUS value = 630 }
command = { type = secedeprovince which = RUS value = 629 }
}
}
 

unmerged(5110)

Field Marshal
Jul 29, 2001
4.432
0
tse.dyndns.org
#1860: The Arrow War - Treaties of Beijing#
event = {
id = 19978
random = no
country = CHI
name = "The Treaties of Beijing"
desc = "When the Western Powers concluded the Arrow War, or the Second Opium War, they forced China to submit to their whims: More treaty ports were opened, more concessions were made to the Western powers, and more missionaries were allowed into China. Most hated of all was the forced legalisation of opium. These events forced China to re-evalute itself and began the Self-Strengthening Movement."
style = 1
trigger = {
event = 19971 #The arrow incident - Chinese Response#
atwar = no
OR = {
owned = { province = 657 data = ENG }
owned = { province = 656 data = ENG }
owned = { province = 659 data = ENG }
owned = { province = 661 data = ENG }
owned = { province = 658 data = ENG }
owned = { province = 660 data = ENG }
owned = { province = 1566 data = ENG }
owned = { province = 657 data = ENG }
owned = { province = 1555 data = ENG }
owned = { province = 1545 data = ENG }
owned = { province = 1544 data = ENG }
owned = { province = 1557 data = ENG }
owned = { province = 689 data = ENG }
owned = { province = 1542 data = ENG }
owned = { province = 1540 data = ENG }
owned = { province = 1541 data = ENG }
owned = { province = 1543 data = ENG }
owned = { province = 1539 data = ENG }
owned = { province = 641 data = ENG }
owned = { province = 635 data = ENG }
owned = { province = 645 data = ENG }
owned = { province = 643 data = ENG }
owned = { province = 646 data = ENG }
owned = { province = 1564 data = ENG }
owned = { province = 648 data = ENG }
owned = { province = 1561 data = ENG }
owned = { province = 651 data = ENG }
owned = { province = 647 data = ENG }
owned = { province = 650 data = ENG }
owned = { province = 1562 data = ENG }
owned = { province = 1558 data = ENG }
owned = { province = 1560 data = ENG }
owned = { province = 1563 data = ENG }
owned = { province = 1559 data = ENG }
owned = { province = 654 data = ENG }
owned = { province = 1565 data = ENG }
owned = { province = 652 data = ENG }
owned = { province = 1567 data = ENG }
owned = { province = 653 data = ENG }
owned = { province = 655 data = ENG }
owned = { province = 1556 data = ENG }
owned = { province = 1553 data = ENG }

owned = { province = 657 data = FRA }
owned = { province = 656 data = FRA }
owned = { province = 659 data = FRA }
owned = { province = 661 data = FRA }
owned = { province = 658 data = FRA }
owned = { province = 660 data = FRA }
owned = { province = 1566 data = FRA }
owned = { province = 657 data = FRA }
owned = { province = 1555 data = FRA }
owned = { province = 1545 data = FRA }
owned = { province = 1544 data = FRA }
owned = { province = 1557 data = FRA }
owned = { province = 689 data = FRA }
owned = { province = 1542 data = FRA }
owned = { province = 1540 data = FRA }
owned = { province = 1541 data = FRA }
owned = { province = 1543 data = FRA }
owned = { province = 1539 data = FRA }
owned = { province = 641 data = FRA }
owned = { province = 635 data = FRA }
owned = { province = 645 data = FRA }
owned = { province = 643 data = FRA }
owned = { province = 646 data = FRA }
owned = { province = 1564 data = FRA }
owned = { province = 648 data = FRA }
owned = { province = 1561 data = FRA }
owned = { province = 651 data = FRA }
owned = { province = 647 data = FRA }
owned = { province = 650 data = FRA }
owned = { province = 1562 data = FRA }
owned = { province = 1558 data = FRA }
owned = { province = 1560 data = FRA }
owned = { province = 1563 data = FRA }
owned = { province = 1559 data = FRA }
owned = { province = 654 data = FRA }
owned = { province = 1565 data = FRA }
owned = { province = 652 data = FRA }
owned = { province = 1567 data = FRA }
owned = { province = 653 data = FRA }
owned = { province = 655 data = FRA }
owned = { province = 1556 data = FRA }
owned = { province = 1553 data = FRA }

owned = { province = 657 data = RUS }
owned = { province = 656 data = RUS }
owned = { province = 659 data = RUS }
owned = { province = 661 data = RUS }
owned = { province = 658 data = RUS }
owned = { province = 660 data = RUS }
owned = { province = 1566 data = RUS }
owned = { province = 657 data = RUS }
owned = { province = 1555 data = RUS }
owned = { province = 1545 data = RUS }
owned = { province = 1544 data = RUS }
owned = { province = 1557 data = RUS }
owned = { province = 689 data = RUS }
owned = { province = 1542 data = RUS }
owned = { province = 1540 data = RUS }
owned = { province = 1541 data = RUS }
owned = { province = 1543 data = RUS }
owned = { province = 1539 data = RUS }
owned = { province = 641 data = RUS }
owned = { province = 635 data = RUS }
owned = { province = 645 data = RUS }
owned = { province = 643 data = RUS }
owned = { province = 646 data = RUS }
owned = { province = 1564 data = RUS }
owned = { province = 648 data = RUS }
owned = { province = 1561 data = RUS }
owned = { province = 651 data = RUS }
owned = { province = 647 data = RUS }
owned = { province = 650 data = RUS }
owned = { province = 1562 data = RUS }
owned = { province = 1558 data = RUS }
owned = { province = 1560 data = RUS }
owned = { province = 1563 data = RUS }
owned = { province = 1559 data = RUS }
owned = { province = 654 data = RUS }
owned = { province = 1565 data = RUS }
owned = { province = 652 data = RUS }
owned = { province = 1567 data = RUS }
owned = { province = 653 data = RUS }
owned = { province = 655 data = RUS }
owned = { province = 1556 data = RUS }
owned = { province = 1553 data = RUS }

owned = { province = 657 data = USA }
owned = { province = 656 data = USA }
owned = { province = 659 data = USA }
owned = { province = 661 data = USA }
owned = { province = 658 data = USA }
owned = { province = 660 data = USA }
owned = { province = 1566 data = USA }
owned = { province = 657 data = USA }
owned = { province = 1555 data = USA }
owned = { province = 1545 data = USA }
owned = { province = 1544 data = USA }
owned = { province = 1557 data = USA }
owned = { province = 689 data = USA }
owned = { province = 1542 data = USA }
owned = { province = 1540 data = USA }
owned = { province = 1541 data = USA }
owned = { province = 1543 data = USA }
owned = { province = 1539 data = USA }
owned = { province = 641 data = USA }
owned = { province = 635 data = USA }
owned = { province = 645 data = USA }
owned = { province = 643 data = USA }
owned = { province = 646 data = USA }
owned = { province = 1564 data = USA }
owned = { province = 648 data = USA }
owned = { province = 1561 data = USA }
owned = { province = 651 data = USA }
owned = { province = 647 data = USA }
owned = { province = 650 data = USA }
owned = { province = 1562 data = USA }
owned = { province = 1558 data = USA }
owned = { province = 1560 data = USA }
owned = { province = 1563 data = USA }
owned = { province = 1559 data = USA }
owned = { province = 654 data = USA }
owned = { province = 1565 data = USA }
owned = { province = 652 data = USA }
owned = { province = 1567 data = USA }
owned = { province = 653 data = USA }
owned = { province = 655 data = USA }
owned = { province = 1556 data = USA }
owned = { province = 1553 data = USA }
}
}
deathdate = { day = 1 month = january year = 1870 }
action_a = {
name = "Blast!"
command = { type = relation which = ENG value = -100 }
command = { type = relation which = FRA value = -100 }
command = { type = relation which = RUS value = -100 }
command = { type = relation which = USA value = -100 }
command = { type = stability value = 1 }
command = { type = INF which = 1564 value = 15000 }
command = { type = CAV which = 1564 value = 5000 }
command = { type = ART which = 1564 value = 20 }
command = { type = INF which = 1560 value = 15000 }
command = { type = CAV which = 1560 value = 5000 }
command = { type = ART which = 1560 value = 20 }
command = { type = secedeprovince which = RUS value = 640 }
command = { type = secedeprovince which = RUS value = 639 }
command = { type = secedeprovince which = RUS value = 636 }
command = { type = secedeprovince which = RUS value = 638 }
command = { type = secedeprovince which = RUS value = 637 }
command = { type = secedeprovince which = RUS value = 626 }
command = { type = secedeprovince which = RUS value = 625 }
command = { type = secedeprovince which = RUS value = 624 }
command = { type = secedeprovince which = RUS value = 627 }
command = { type = secedeprovince which = RUS value = 628 }
command = { type = secedeprovince which = RUS value = 634 }
command = { type = secedeprovince which = RUS value = 633 }
command = { type = secedeprovince which = RUS value = 631 }
command = { type = secedeprovince which = RUS value = 1468 }
command = { type = secedeprovince which = RUS value = 630 }
command = { type = secedeprovince which = RUS value = 629 }
command = { type = domestic which = innovative value = 2 }
command = { type = trigger which = 19982 } #Self-Strengthening Movement#
}
}

#1861: Cixi's first political coup#
event = {
id = 19979
random = no
country = CHI
name = "Empress Dowager Cixi's Rise to Power"
desc = "Empress Dowager Cixi was born in 1835 in Lu'an Prefecture of Shanxi Province. She's of Manchurian nationality and her father was a provincial governor from South China. When she was 17 years old, she was selected to become a concubine of Emperor Xianfeng and moved into the Forbidden City. She gave birth to a son named Tong Zhi when she was 21 years old and was made a concubine the following year. She was one of the eight regents named by the emperor to rule during Tong Zhi's youth. For he was only 5 years old when he took the throne. The other seven regents could have removed her from power but she had allies. With the support of Jung Lu and his banner men, revoultionary eunichs, the empress seized control of the government. The Empress Dowager was afraid that the Self-Strengthening movement would reduce her power in court. As a result, she made every effort to stop the westernization of China."
style = 1
trigger = { event = 19983 } #self-strengthening movement#
date = { day = 23 month = august year = 1861 }
offset = 50
action_a = {
name = "Sounds like Sushi"
command = { type = domestic which = innovative value = -1 }
command = { type = domestic which = mercantilism value = 1 }
command = { type = domestic which = serfdom value = 1 }
command = { type = technology which = china }
}
action_b = {
name = "No wait! Make Prince Gong Regent!"
command = { type = domestic which = innovative value = 1 }
command = { type = domestic which = mercantilism value = -1 }
command = { type = domestic which = serfdom value = -1 }
command = { type = technology which = torthodox }
command = { type = stability which = -1 }
}
}

#1861: Cixi's first political coup - without self-strengthening#
event = {
id = 19980
random = no
country = CHI
name = "Empress Dowager Cixi's Rise to Power"
desc = "Empress Dowager Cixi was born in 1835 in Lu'an Prefecture of Shanxi Province. She's of Manchurian nationality and her father was a provincial governor from South China. When she was 17 years old, she was selected to become a concubine of Emperor Xianfeng and moved into the Forbidden City. She gave birth to a son named Tong Zhi when she was 21 years old and was made a concubine the following year. She was one of the eight regents named by the emperor to rule during Tong Zhi's youth. For he was only 5 years old when he took the throne. The other seven regents could have removed her from power but she had allies. With the support of Jung Lu and his banner men, revoultionary eunichs, the empress seized control of the government. The Empress Dowager was afraid that and westernization of the government would reduce her power in court. As a result, she made every effort to stop the westernization of China."
style = 1
trigger = {
NOT { event = 19983 } #self-strengthening movement#
}
date = { day = 23 month = august year = 1861 }
offset = 50
action_a = {
name = "Sounds like Sushi"
command = { type = domestic which = innovative value = -1 }
command = { type = domestic which = mercantilism value = 1 }
command = { type = domestic which = serfdom value = 1 }
command = { type = technology which = china }
}
action_b = {
name = "No wait! Make Prince Gong Regent!"
command = { type = domestic which = innovative value = 1 }
command = { type = domestic which = mercantilism value = -1 }
command = { type = domestic which = serfdom value = -1 }
command = { type = technology which = torthodox }
command = { type = stability which = -4 }
command = { type = trigger which = 19982 } #self-strengthening movement#
}
}

#1863: Leader - Major Charles Gordon (Chinese Gordon) of the Royal Engineers#
event = {
id = 19981
random = no
country = CHI
name = "Major Charles Gordon (Chinese Gordon)"
trigger = { event = 19958 } #Taiping Rebellion#
desc = "In February 1863 the command of the army, after many disputes, passed to Major Charles Gordon of the Royal Engineers. The englishman's task was a difficult one, but his firmness and courage soon made of the mixed force a disciplined body of men. Gordon had a detailed knowledge of the great network of rivers, lakes and canals in and about the area held by the rebels. As a result he was able to launch successful water-borne invasions and to surprise rebel strongholds by his swift and unexpected moves."
style = 1
date = { day = 1 month = february year = 1863 }
offset = 30
action_a = {
name = "He is a glorious fellow"
command = { type = leader which = 16486 } #Charles Gordon#
}
}

#1865: Defeat of the Taiping rebels#
event = {
id = 20014
random = no
country = CHI
name = "Taiping rebels defeated"
desc = "Chinese troops killed hundreds of Taipings in Nanjing. Many others killed themselves. Some fled. Among these was the Faithful Prince, who took with him Hong's little son. Having given his own swift horse to the boy, the Faithful Prince was soon captured and executed. This prince, brave, loyal and merciful, was loved by the country-folk. Alone among the rebel leaders he was willing to spare lives, for he, unlike other Taipings, believed in a merciful God. After the fall of Nanjing, the remaining rebels were quickly defeated."
style = 1
offset = 30
trigger = {
event = 19958 #taiping rebellion#
event = 19828 #Hong Xiuquan moves the capital to Nanjing#
control = { province = 654 data = CHI}
}
action_a = {
name = "Excellent"
command = { type = trigger which = 19829 } #Taiping admits defeat#
command = { type = conversion which = 654 }
}
}

#1862: Li Hungzhang's reformation of the Army#
event = {
id = 20015
random = no
country = CHI
name = "Li Hungzhang's Reformation of the Military"
desc = "As early as 1862, a division of musketeers equipped with Russian firearms was organised with Yung Lu as one of the commanders. After 1871, German officers, because of their exemplary performance in the Franco-Prussian War, were appointed to train the new provincial forces by Li Hungzhang and Zhang Zhidong. In 1876, seven army army officers were sent to Germany for further training. By 1885, Li Hungzhang founded a Military Academy in Tianjin. As to the building of the navy, an unsuccesful attempt was first made in 1863, when Horatio Nelson Lay, head of the Imperial Maritime Customs, bought seven vessels for the Chinese Empire. Disagreement about putting command of the small fleet in the hands of Imperial or provincial government resulted at its disbandment and return to the sellers. In 1875, students of the Fuzhou shipyard were sent to France for further training while Li Hungzhang was planning to buy naval vessels. By 1880, a Naval Academy was established in Tianjin."
style = 1
trigger = { event = 19982 } #self-strengthening movement#
date = { day = 1 month = january year = 1865 }
offset = 900
action_a = {
name = "Continue the modernization!"
command = { type = gainmanufactory which = 649 value = weapons }
command = { type = gainbuilding which = 655 value = shipyard }
command = { type = land value = 1000 }
command = { type = naval value = 10000 }
command = { type = leader which = @@@@ } #North Squadron#
command = { type = leader which = @@@@ } #Prince Shun#
}
}

#1865: Weapons manufactory in Shanghai#
event = {
id = 19984
random = no
country = CHI
name = "Self-Strengthening Movement"
desc = "The self-strengthening movement was naturally directed to China's military forces, already improved during the Taiping Rebellion by Zuo Zongtang, Li Hungzhang and Zeng Guofan. Arsenals for the manufacture of foreign arms were built at various places in China over the latter half of the 1860s. Arsenals were established at Chengdu in 1876, Qinan in 1877, at Guangzhou in 1887 at Hanyang in 1893, and at Kaifeng in 1904."
style = 1
trigger = { event = 19982 } #self-strengthening movement#
date = { day = 1 month = january year = 1865 }
offset = 900
action_a = {
name = "Gain weapons manufactory in Shanghai, Fuzhou and Nanjing"
command = { type = gainmanufactory which = 653 value = weapons }
command = { type = gainmanufactory which = 654 value = weapons }
command = { type = gainmanufactory which = 655 value = weapons }
command = { type = INF which = -1 value = 20000 }
command = { type = INF which = -1 value = 20000 }
command = { type = INF which = -1 value = 20000 }
command = { type = land value = 10000 }
}
}

#1868: Zhi Gang and Sun Jiagu's American Mission#
event = {
id = 19989
random = no
country = CHI
name = "The Sino-American Treaty"
desc = "China, by the Tianjin treaties, had acquired the right to send diplomats to various western states. Thus, in 1867, China named her first official envoys to the West. They were Zhi Gang, a Han Chinese, Sun Jiagu, a Manchu, and Anson Burlingame, an American. Burlingame, the head of the envoy, arranged the Sino-American Treay. The chief feature of this treaty, which proclaimed the 'inalienable right' of man to change his home, was the recognition of the reciprocal rights of Chinese and Americans to trade, reside and travel freely. The Chinese were so enthusiastic to exercise these rights, that it caused a trade depression - the hardworking Chinese, willing because of lower living standards to accept pitifully small wages, became a threat to labour and the object of hatred and shameful attacks."
style = 1
trigger = {
OR = {
event = 19977
event = 19974
}
} #Tianjin treaties#
date = { day = 1 month = january year = 1867 }
offset = 900
action_a = {
name = "Massive Emmigration Wave"
command = { type = trigger which = 19990 }
}
}

#1868: Zhi Gang and Sun Jiagu's American Mission#
event = {
id = 19990
random = no
country = USA
name = "The Sino-American Treaty"
desc = "Zhi Gang, a Han Chinese, Sun Jiagu, a Manchu, and Anson Burlingame, an American. Burlingame, the head of the envoy to the United States from China, arranged the Sino-American Treay. The chief feature of this treaty, which proclaimed the 'inalienable right' of man to change his home, was the recognition of the reciprocal rights of Chinese and Americans to trade, reside and travel freely. The Chinese were so enthusiastic to exercise these rights, that it caused a trade depression - the hardworking Chinese, willing because of lower living standards to accept pitifully small wages, became a threat to labour and the object of hatred and shameful attacks."
style = 1
trigger = {
event = 19989
} #Zhi Gang and Sun Jiagu's American Mission#
action_a = {
name = "Send in the Chinese"
command = { type = population which = 1476 value = 15000 }
command = { type = population which = 9 value = 15000 }
command = { type = population which = 8 value = 15000 }
command = { type = population which = 11 value = 15000 }
command = { type = population which = 10 value = 15000 }
command = { type = population which = 1475 value = 15000 }
}
}

#1870: Tianjin Massacre#
event = {
id = 19985
random = no
country = CHI
name = "The Tianjin Massacre"
desc = "A mob of anti-Christian Chinese appeared before the Sisters of Mercy Orphanage. Hearing false rumours about Catholics tearing out the eyes of children, and kidnappings, the mob was very angry and wanted Christian out of China. Many Chinese appeared before the French Consulate also. Shortly before they appeared, the French Consul, excited and angry, had fired his pistol in the presence of a Chinese official. The mob, enraged, burnt down the orphange and church and murdered the Consul. Twelve missionaries, several other foreigners and a number of Chinese servants emploted at the orphange were also killed. The Tianjin Massacre marked a return by the Western powers to gunboat diplomacy, happily abandoned for some years past. French, British and American warships proceeded to Dagu to demand compensation and apology."
style = 1
trigger = { event = 16498 } #Treaty of Huangpu with France#
date = { day = 21 month = june year = 1870 }
action_a = {
name = "Pay up and Apologize"
command = { type = treasury value = -300 }
command = { type = stability value = -1 }
command = { type = relation which = FRA value = -50 }
command = { type = relation which = ENG value = -50 }
command = { type = relation which = USA value = -50 }
}
action_a = {
name = "The Government is not responsible for the actions of her people"
command = { type = stability value = 1 }
command = { type = relation which = FRA value = -100 }
command = { type = relation which = ENG value = -100 }
command = { type = relation which = USA value = -100 }
}
}

#1871: Sino-Japanese Commercial Treaty (Treaty of Tianjin)#
event = {
id = 19993
random = no
country = CHI
name = "The Sino-Japanese Commercial Treaty"
desc = "By this treaty both countries agreed to open certain ports. Limited extraterritorial rights for Japanese in China and for Chinese in Japan were granted. Traders were not to go into the interior of either country and there was no most-favoured-nation clause. Chinese and Japanese officials of equivalent rank were to meet and correspond on terms of equality and the right to exchange ambassadors was included. The proud Middle Kingdom, it seemed, was admiting that Japan was her equal."
style = 1
date = { year = 1871 }
trigger = {
exists = NIP
event = 16889
} #Japan: Development#
action_a = {
name = "Japan is our equal"
command = { type = relation which = NIP value = 100 }
command = { type = trade value = -7000 }
}
}

#1874: Ryukyu Dispute with Japan#
event = {
id = 19994
random = no
country = CHI
name = "The Ryukyu Islands Dispute"
desc = "Natives of the Liuchiu, or Ryukyu Islands, the island chain stretching south from Kyushu, had been wrecked on the Taiwanese coast. There they were murdered by the aborigines. Taiwan was of course Chinese territories, having been conquered in the time of Kangxi. The status of the Ryukyus was uncertain, both China and Japan claiming overlordship of the islands. The inhabitants were in fact in the unhappy position of having to pay tribute to both China and Japan. Much tension followed the murder of the Ryukyu sailors. Japan, who claimed them as her subjects, sent troops to occupy part of Taiwan. War with China seemed imminent."
style = 1
date = { year = 1874 }
trigger = {
exists = NIP
event = 16889
} #Japan: Development#
action_a = {
name = "Let Japan have the Ryukyu islands"
command = { type = relation which = NIP value = -50 }
command = { type = treasury value = -50 }
}
action_b = {
name = "No! We will risk war for the Ryukyus!"
command = { type = casusbelli which = NIP value = 48 }
command = { type = relation which = NIP value = -150 }
}
}

#1876: Shanghai-Wusung Railway#
event = {
id = 19998
random = no
country = CHI
name = "The Shanghai-Wusung Railway"
desc = "The first railway line, between Shanghai and Wusung, completed in 1876, was foreign-owned. The outcry that followed the accidental death of a Chinese on this line led to its purchase, and later destruction, by the governor of the province."
style = 1
date = { year = 1876 }
trigger = { event = 19982 } #self-strengthening movement#
action_a = {
name = "Take down the railway"
command = { type = infra value = -100 }
}
action_b = {
name = "No! Keep the railway in the name of Progress!"
command = { type = revoltrisk value = 2 }
command = { type = revolt which = 653 }
command = { type = infra value = 200 }
}
}

#1876: Chefoo Convention with Britain#
event = {
id = 19999
random = no
country = CHI
name = "The Chefoo Convention"
desc = "The British, firmly established in India were desirous of developing trade relations with the Chinese provinces of Yunnan, Guizhou and Sichuan. In 1874 it was decided to send an expedition from Bhamo, on the Upper-Irrawaddy, to Yunnan, so that a practical trade route could be mapped out. In February 1875, he and his five Chinese servants were murdered in Yunnan, through which they had passed shortly before. It is clear that the Chinese provincial authorities made no attempt to protect Margary, although the Chinese government obliged them to do so. The indignation aroused by the murder led Britain to make various demands upon the Chinese government. The Convention of Chefoo resulted, with the following terms: British occupation of Yunnan, a heavy indemnity paid to the families of those murdered, and an Imperial Letter expressing regret for the murder of the expeditionaries, and the opening of four more trade ports.."
style = 1
date = { month = september year = 1876 }
action_a = {
name = "Sign the Convention"
command = { type = treasury value = -100 }
command = { type = relation which = ENG value = -100 }
command = { type = trade value = -1000 }
}
action_b = {
name = "Don't Sign"
command = { type = relation which = ENG value = -200 }
}
}

#1879: Infrastructure improvements#
event = {
id = 19986
random = no
country = CHI
name = "Self-Strengthening of Infrastructure"
desc = "Many new factories were established in the last decade of the 19th century. Under official patronage and with the investment of high officials, new industrial works were founded in many big cities in the country. In 1879, Zuo Zengtang established a weaving works of woolen goods in Gansu. In 1882, Li Hungzhang started a cotten weaving factory in Shanghai. In 1890, Zhang Zhidong founded the Hanyehping Iron and Steel Works. In 1893, Chang established in Wuchang, Hankow, Hanyang many cotton mills, weaving works, silk mills, tanneries and other factories. Li Hungzhang, Zuo Zengtang and Liu Mingzhuan memorialized to the Emperor urging the building of railways.The first telegraph line was built in 1881, connecting Tianjin and Shanghai. Later it was extended to Beijing. By 1896, the Imperial Post for mail for all China was established. A dockyard was also built at Port Arthur from 1881 to 1891."
style = 1
trigger = { event = 19982 } #self-strengthening movement#
date = { day = 1 month = january year = 1879 }
offset = 900
action_a = {
name = "Continue the modernization!"
command = { type = gainmanufactory which = -1 value = goods }
command = { type = gainmanufactory which = -1 value = goods }
command = { type = infra value = 10000 }
command = { type = gainbuilding which = 646 value = shipyard }
}
}

#1879: Deals with Russia#
event = {
id = 19987
random = no
country = CHI
name = "Let's Make a Deal"
desc = "In exchange for Russian help, Chong Hou, a former envoy to France, agreed to sign a treaty by which the greater part of Ili was to become Russian territory - the Treaty of Livadia. But for once the Chinese authorities stood firmly against their Russian friends; ratification of the treaty was refused by Beijing, and China mobilized troops. Chong Hou was sentenced to death, and after lengthy negotiations, Marquiz Zeng, son of Zeng Guofan, signed the Treaty of St. Petersburg, by which Russia obtained only a small part of Ili. Nevertheless, she continued to have considerable economic power in Xinjiang."
style = 1
offset = 30
trigger = {
control = { province = 1600 data = CHI}
control = { province = 1601 data = CHI}
control = { province = 1602 data = CHI}
control = { province = 1603 data = CHI}
}
action_a = {
name = "the Treaty of St. Petersburg"
command = { type = treasury which = -800 }
}
action_b = {
name = "the Treaty of Livadia"
command = { type = treasury value = -600 }
}
}

#1882: China assists the Black Flags#
event = {
id = 19996
random = no
country = CHI
name = "The Black Flags and Annam"
desc = "On hearing that Annam had transferred allegiances from China, the Emperor was not pleased. However, the Annamese King failed to observe this new arrangement. He sent costly tribute missions to China and appealed for help. Attacks were made upon French nationals by the Black Flags, a force of Chinese mercenaries, many of whom were originally Taiping refugees. Like the Taipings, they were bloodthirsty."
style = 1
trigger = {
exists = ANA
event = @@@@@ #Annam: Asking for Chinese Help#
}
action_a = {
name = "Send troops to assist the Black Flags"
command = { type = relation which = FRA value = -150}
command = { type = WAR which = FRA }
}
action_b = {
name = "Ignore the plea"
command = { type = relation which = ANA value = -50 }
command = { type = relation which = FRA value = 50 }
command = { type = sleepevent which = 19997 }
}
}

#1884: Border disputes with the French#
event = {
id = 19997
random = no
country = CHI
name = "Troubles with the French"
desc = "After the Sino-French war over Annam, relations between the Chinese and the French plummeted. Further misunderstandings, particularly border disputes, led to histilities, though neither side declared war. Zuo Zengtang's arsenal and the shipyard at Fuzhou were destroyed by the French, who also threatened Taiwan. The Chinese had some success in engagements in Indo-China. Both sides probably realised the futility of the undeclared war. The French, with the exception of their Prime Minister, had shown little enthusiasm for the venture. Negotiations conducted by Li Hungzhang and Sir Robert Hart resulted in the signing of the Convention of Tianjin and hostilities ended."
style = 1
date = { year = 1884 }
trigger = {
atwar = NO
event = 19983
}
action_a = {
name = "OK"
command = { type = relation which = FRA value = -100 }
command = { type = losebuilding which = 655 value = shipyard }
}
}

#June 1885: Li-Ito Convention with Japan#
event = {
id = 19995
random = no
country = CHI
name = "The Li-Ito Convention"
desc = "In a banquet in Seoul, Korea, December 1884, a Korean conservative leader was assassinated. Thereupon an attack was made on members of the progressive party. The party members called on the Japanese troops to assist them. Soon all was confusion. The King fled from his palace. The Japanese soldiers, overpowered by Chinese troops, were forced to fight their way to the sea and safety. Both China and Korea were obliged to sign conventions with Japan following the incidents of December 1884. The Tianjin, or Li-Ito Convention was signed by China. By this convention, both countries agreed to withdraw their garrisons from Korea. If serious disorders should later necessitate the sending of troops to Korea, neither Japan nor China was to dispatch a force without giving due notice to the other part to the convention. Japanese statesmen claimed that China, by signing the Li-Ito Convention, had recognised the independence of Korea. However, the Chinese disputed this claim."
style = 1
date = { year = 1874 }
trigger = {
exists = NIP
event = 16889
} #Japan: Development#
action_a = {
name = "Korea is still a vassal of China"
command = { type = relation which = NIP value = -50 }
}
action_a = {
name = "Korea is no longer a vassal of China"
command = { type = relation which = NIP value = -50 }
command = { type = relation which = KOR value = 50 }
command = { type = breakvassal which = KOR }
}
}
 

unmerged(5110)

Field Marshal
Jul 29, 2001
4.432
0
tse.dyndns.org
#1889: Cixi's corruption#
event = {
id = 19988
random = no
country = CHI
name = "Cixi Uses State Funds to build the Summer Palace"
desc = "Prince Shun, head of the Board of Admiralty diverted funds to the construction of the Summer Palace, to please the Empress Dowager, Cixi, and thus handicapped the growth of the Navy. Cixi also used the funds to build a very large and expensive jade boat."
style = 1
trigger = {
OR = {
event = 19979
event = 19980
}
} #Cixi comes to power#
date = { day = 1 month = january year = 1888 }
offset = 900
action_a = {
name = "Foolish Prince Shun!"
command = { type = naval value = -1000 }
command = { type = treasury value = -200 }
}
}

#1894: US Anti-Immigration Laws#
event = {
id = 19991
random = no
country = USA
name = "US Anti-Immigration Laws"
desc = "In the late 19th century, there was a massive flood of Chinese immigrants into the State of California. The Chinese were so enthusiastic to leave their homeland and work in the west, that it caused a trade depression - the hardworking Chinese, willing because of lower living standards to accept pitifully small wages, became a threat to labour and the object of hatred and shameful attacks. The United States therefore attempted, by various restrictive acts, to cut down the rights granted to Chinese citizens by the Sino-American Treaty - the 'inalienable' right of a Chinese national to emigrate to America became shadowy."
style = 1
trigger = {
event = 19989
} #Zhi Gang and Sun Jiagu's American Mission#
date = { year = 1894 }
offset = 900
action_a = {
name = "The Chinese shall no longer enter the US"
command = { type = trigger which = 19992 }
}
action_b = {
name = "Let the poor Chinese refugees in"
command = { type = population which = 1476 value = 1000 }
command = { type = population which = 9 value = 1000 }
command = { type = population which = 8 value = 1000 }
command = { type = population which = 11 value = 1000 }
command = { type = population which = 10 value = 1000 }
command = { type = population which = 1475 value = 1000 }
command = { type = revolt which = 1476 }
command = { type = revolt which = 8 }
command = { type = revolt which = 10 }
command = { type = revolt which = 1475 }
}
}

#1894: US Anti-Immigration Laws#
event = {
id = 19992
random = no
country = CHI
name = "US Anti-Immigration Laws"
desc = "Under United States Pressure, China agreed that no labourers should emigrate to the United States during the next ten years, though officials, students and merchants were to be admitted. This restrictive policy and the harsh treatment of Chinese in the western states of the United States caused much resentment."
style = 1
trigger = {
event = 19989
} #Zhi Gang and Sun Jiagu's American Mission#
action_a = {
name = "Grumble..."
command = { type = relation which = USA value = -100 }
}
}

#The Sino-Japanese War seems to be adequately handled in the Korean/Japanese events, so I won't touch them...

#1894: Sino-Japanese War#
event = {
id = 20004
random = no
country = CHI
name = "Naval Upgrade"
desc = "Prince Shun, head of the Board of the Admiralty has been saving up funds just in case war with Japan were to erupt. Now that it has, he presents us with his fleet that has just been completed."
style = 1
trigger = {
event = 16895
NOT = { event 19988 }
}
action_a = {
name = "Excellent!"
command = { type = warships which = 649 value = 7 }
}
}

#1895: Sun Yixian tries to seize provincial authorities' offices in Guangzhou#
event = {
id = 20000
random = no
country = CHI
name = "Sun Advocates Revolution"
desc = "Sun Yixian (Sun Yat-sen), who had graduated from the Hong Kong College of Medicine in 1892, tried to seize the offices of the provincial authorities in Guangzhou. He was one of a group demanding constitutional government and a republic. Not all Chinese were as radical as Sun and his followers, however."
style = 1
date = { year = 1895 }
action_a = {
name = "So we finally see Sun Yat-sen!"
command = { type = revolt which = 658 }
}
}

#1896-1903: South Manchurian Railway (Chinese Eastern Railway)#
event = {
id = 20001
random = no
country = CHI
name = "The Chinese Eastern Railway"
desc = "In 1896, amid the splendours of a coronation in what was still 'Old Russia', Li Hungzhang agreed to sign a treaty with Nicholas II, the new Tsar, who claimed, as his two predecessors had claimed, to be China's friend and protector. The 1896 treaty permitted the construction of a railway through Chinese territory: the Chinese Eastern Railway. The Trans-Siberian Railway was to wind its way along Russian territory to the Atlantic. The Chinese Eastern Railway was to take a shorter route across Manchuria. The climate of Manchuria was less harsh than that of the northern provinces that Russia controlled. And the railway, said the Tsar's advisers, would enable the Russians to provide military support for China in time of need. The real aim was of course to penetrate Manchuria. There offices and railway stations were to be built. Russian guards in large numbers were to police and protect the line. Lands needed for 'sand-digging' and all land for 10 miles on each side of the railway were to be the property of the Chinese Eastern Railway company. There was little 'Chinese' influence in the company. Li Hungzhang did make sure, however, that if Japan attacked either China or Russia's Far Eastern possessions, the two countries would assist each other."
style = 1
date = { year = 1896 }
trigger = {
event = @@@@@
} #Russia builds the Trans-Siberia Railway#
action_a = {
name = "Let them build it"
command = { type = relation which = RUS value = 100 }
command = { type = secedeprovince which = RUS value = 639 }
command = { type = relation which = NIP value = -100 }
command = { type = trade value = -100 }
}
action_b = {
name = "Maintain our sovereignty"
command = { type = relation which = RUS value = -50 }
}
}

#Mar 1898: Lease of Jiaozhou Bay to Germany#
event = {
id = 20003
random = no
country = CHI
name = "Lease of Jiaozhou Bay to Germany"
desc = "In November 1897, two German missionaries were murdered in Shandong. Four days later a German naval force steamed into Qingdao on Jiaozhou Bay. The murder of Margary in 1875 had resulted in an indemnity and a further commercial treaty, but there had been no cession of territory. In 1897 Germany indignantly denied that an indemnity was sufficient compensation for the murder of the unfortunate priests. China, faced with the Kaiser's gunboat policy, yielded to a demand for a 99 year lease of Jiaozhou Bay and the land surrounding it."
style = 1
date = { month = march year = 1898 }
trigger = {
exists = LAT
event = 16498
owned = { province = 652 data = CHI }
}
action_a = {
name = "Give them the lease"
command = { type = secedeprovince which = LAT value = 652 }
command = { type = revoltrisk value = 2 }
}
action_b = {
name = "Do not give them the lease"
command = { type = relation which = LAT value = -300 }
command = { type = sleepevent value = 20005 }
}
}

#1997: Lease expired!#
event = {
id = 20005
random = no
country = LAT
name = "Lease has expired!"
desc = "Germany's lease on Jiaozhou Bay has expired."
style = 1
date = { year = 1997 }
trigger = {
owned = { province = 652 data = LAT }
}
action_a = {
name = "OK"
command = { type = secedeprovince which = CHI value = 652 }
}
}

#1898: Lease of Liaodong Peninsula Bay to Russians#
event = {
id = 20006
random = no
country = CHI
name = "Lease of Liaodong Peninsula to Russians"
desc = "A few weeks later, while Russian warships, their decks cleared for action, lay off Port Arthur, the Emperor of China, to preserve existing good relations with the Tsar, granted to Russia a twenty-five year lease of the Liaodong Peninsula. The Tsar gained two ports - Dalianwan and Port Arthur. Dalianwan became a trading centre for Manchuria, whilst Port Arthur, ice-free, became a great naval base- we have seen that the Chinese had already built a dockyard and base there. Port Arthur threatened Japan. It also looked towards Beijing. Moreover, Russia was allowed to build the South Manchurian Railway, linking Dalianwan and Port Arthur to the Chinese Eastern Railway. This railway was completed in 1903."
style = 1
date = { year = 1898 }
trigger = {
exists = RUS
relation = { country = RUS value = 150 }
owned = { province = 646 data = CHI }
}
action_a = {
name = "Give them the lease"
command = { type = secedeprovince which = RUS value = 646 }
command = { type = revoltrisk value = 2 }
}
action_b = {
name = "Do not give them the lease"
command = { type = relation which = RUS value = -20 }
command = { type = sleepevent value = 20007 }
}
}

#1923: Lease expired!#
event = {
id = 20007
random = no
country = RUS
name = "Lease has expired!"
desc = "Russia's lease on the Liaodong Peninsula has expired."
style = 1
date = { year = 1923 }
trigger = {
owned = { province = 646 data = RUS }
}
action_a = {
name = "OK"
command = { type = secedeprovince which = CHI value = 646 }
}
}

#April 1898: Lease of Guangzhou Bay to France#
event = {
id = 20008
random = no
country = CHI
name = "Lease of Guangzhou Bay to France"
desc = "In April 1898, France was granted a 99 years lease of Guangzhou Bay in Guangdong. The French, with colonies in Indo-China, were naturally interested in the southern provinces of China. China also promised that she would not alienate to any other power than France Guangdong, Guangxi, Yunan or the island of Hainan, a so-called sphere of influence."
style = 1
date = { month = april year = 1898 }
trigger = {
exists = FRA
event = 19978
owned = { province = 658 data = CHI }
}
action_a = {
name = "Give them the lease"
command = { type = revoltrisk value = 2 }
}
action_b = {
name = "Do not give them the lease"
command = { type = relation which = FRA value = -300 }
command = { type = sleepevent value = 20009 }
command = { type = sleepevent value = 20010 }
}
}

#1997: Lease expired!#
event = {
id = 20009
random = no
country = FRA
name = "Lease has expired!"
desc = "France's lease on Guangzhou Bay has expired."
style = 1
date = { year = 1997 }
trigger = {
owned = { province = 652 data = LAT }
}
action_a = {
name = "OK"
command = { type = relation which = CHI value = 100 }
}
}

#China breaks treaty#
event = {
id = 20010
random = no
country = FRA
name = "China has broken the treaty!"
desc = "In April 1898, China signed a treaty with us, promising not to alienate Yunnan, Guangxi, Hainan or Guangdong to any other power. She has broken this treaty!"
style = 1
trigger = {
event = 20008
NOT = {
OR = {
owned = { province = 659 data = CHI }
owned = { province = 660 data = CHI }
owned = { province = 658 data = CHI }
owned = { province = 1553 data = CHI }
owned = { province = 1557 data = CHI }
}
}
NOT = {
OR = {
owned = { province = 659 data = FRA }
owned = { province = 660 data = FRA }
owned = { province = 658 data = FRA }
owned = { province = 1553 data = FRA }
owned = { province = 1557 data = FRA }
}
}
}
action_a = {
name = "Treacherous Chinese!"
command = { type = casusbelli which = CHI value = 36 }
}
}

#April 1898: Japanese Sphere of Influence established#
event = {
id = 20011
random = no
country = CHI
name = "Japan demands a sphere of Influence"
desc = "Japan, considering itself a modernised power, wanted in the fray. It received from China Fujian, the coastal province opposite Japanese-owned Taiwan."
style = 1
date = { month = april year = 1898 }
trigger = {
exists = NIP
event = 16889
owned = { province = 689 data = NIP }
owned = { province = 656 data = CHI }
}
action_a = {
name = "Fujian will not go to anyone else!"
command = { type = revoltrisk value = 1 }
command = { type = relation which = NIP value = 50 }
}
action_b = {
name = "Yes it will"
command = { type = relation which = NIP value = -100 }
command = { type = sleepevent value = 20005 }
}
}

#China breaks treaty#
event = {
id = 20012
random = no
country = NIP
name = "China has broken the treaty!"
desc = "In April 1898, China signed a treaty with us, promising not to alienate Fujian to any other power. She has broken this treaty!"
style = 1
trigger = {
event = 20011
NOT = {
OR = {
owned = { province = 656 data = CHI }
}
}
NOT = {
OR = {
owned = { province = 656 data = NIP }
}
}
}
action_a = {
name = "Treacherous Chinese!"
command = { type = casusbelli which = CHI value = 36 }
}
}

#11 June 1898: Hundred Days Reform#
event = {
id = 20017
random = no
country = CHI
name = "The Hundred Days' Reform"
desc = "On 11 June 1898, Emperor Guangxu, sincere, enthusiastic and deeply wounded by his country's disgrace, and a little excited at the thought of exercising real power, issued the first of his reform edicts. The combined effect of these edicts would have been to revolutionise Chinese life. 'Change,' said Guangxu, emabrking on his policy of national reform, 'is necessary. Does not the same man who wears grass-cloth in summer change into fur garments in the cold of winter?' The hopes of Kang Youwei and his disciples rose high; they saw in Guangxu a Peter the Great of China. From early June to late September edicts flew, thick as swallows in the summer, from the Dragon Throne Every branch of western learning must be investigated, said the emperor."
style = 1
date = { day = 11 month = june year = 1898 }
trigger = {
event = 20016
}
action_a = {
name = "The emperor has spoken"
command = { type = revoltrisk value = 4 }
command = { type = trade value = 50000 }
command = { type = infrastructure value = 50000 }
}
}

#June 1898: Lease of New Territories to Britain#
event = {
id = 20018
random = no
country = CHI
name = "Lease of the New Territories to Britain"
desc = "In June 1898, Great Britain obtained a 99 year lease of the New Territories, beside their other territories in Hong Kong. In July Britain somewhat reluctantly accepted a lease of Wei Hai Wei as a naval base for 'as long as Russia should occupy Port Arthur'. The Chinese, anxious to check the power of Russia, had themselves suggested that the British should take the lease. It was also agreed China was not to alienate the rich Yangtze provinces to any other power than Britain."
style = 1
date = { month = june year = 1898 }
trigger = {
exists = ENG
event = 16492
event = 20006
owned = { province = 650 data = CHI }
}
action_a = {
name = "Give them the lease"
command = { type = secedeprovince which = ENG value = 650 }
command = { type = revoltrisk value = 1 }
}
action_b = {
name = "Do not give them the lease"
command = { type = relation which = ENG value = -150 }
command = { type = sleepevent value = 20005 }
}
}

#1997: Lease expired!#
event = {
id = 20019
random = no
country = ENG
name = "Lease has expired!"
desc = "England's lease on Hong Kong has expired."
style = 1
date = { year = 1997 }
trigger = {
owned = { province = 657 data = ENG }
}
action_a = {
name = "OK"
command = { type = secedeprovince which = CHI value = 657 }
}
}

#China breaks treaty#
event = {
id = 20020
random = no
country = ENG
name = "China has broken the treaty!"
desc = "In April 1898, China signed a treaty with us, promising not to alienate the Yangtze provinces to any other power. She has broken this treaty!"
style = 1
trigger = {
event = 20018
NOT = {
OR = {
owned = { province = 653 data = CHI }
owned = { province = 654 data = CHI }
owned = { province = 1567 data = CHI }
owned = { province = 1566 data = CHI }
owned = { province = 1563 data = CHI }
owned = { province = 1565 data = CHI }
}
}
NOT = {
OR = {
owned = { province = 653 data = ENG }
owned = { province = 654 data = ENG }
owned = { province = 1567 data = ENG }
owned = { province = 1566 data = ENG }
owned = { province = 1563 data = ENG }
owned = { province = 1565 data = ENG }
}
}
}
action_a = {
name = "Treacherous Chinese!"
command = { type = casusbelli which = CHI value = 36 }
}
}

#22 Sept 1898: Cixi seizes Guangxi in coup d'etat#
event = {
id = 20021
random = no
country = CHI
name = "Cixi Seizes Guangxi in Coup d'Etat!"
desc = "The Empress Dowager had seemed at first to take little interest in the extraordinary Edicts issuing from the throne. In fact, she knew exactly what her nephew was doing. She was not pleased. She took the precaution of making certain strategic appointments, which Guangxi did not dare oppose. In particular, Cixi arranged that her trusted adviser and kinsman, the Manchu Jung Lu should be appointed Viceroy of Zhili; there he was in command of China's most modern and effective forces. Kang Youwei, knowing that Cixi was opposed to reform, advised the Emperor to take his aunt captive. The Emperor decided to do so. Instead he himself was made captive. On September 22, 1898, at dawn, guards and eunuchs in the employ of Cixi seized Guangxi as he was leaving the Throne Hall of Perfect Harmony. Guangxi's hour was over. Kang Youwei escaped the wrath of Cixi, fleeing to Hong Kong. Six other young reformers, the Six Gentlemen were executed. Save for the decrees ordering the establishment of Beijing University and the formation of militia forces, all of Guangxi's reform edicts were rescinded. The Self-Strengthening movement was over."
style = 1
date = { day = 22 month = september year = 1898 }
trigger = {
event = 20017
OR = {
event = 19979
event = 19980
}
}
action_a = {
name = "This party's over"
command = { type = sleepmonarch which = @@@@ }
command = { type = wakemonarch which = @@@@ }
command = { type = trigger which = 20022 } #end of the self-strengthening movement#
}
}

#Feb 1899: Lease of San Men Bay to Italy#
event = {
id = 20023
random = no
country = CHI
name = "Lease of San Men Bay to Italy"
desc = "In February 1899 Italy asked for a lease of San Men Bay, in Zhejiang."
style = 1
date = { month = march year = 1898 }
trigger = {
exists = PIS
event = 20018
owned = { province = 655 data = CHI }
}
action_a = {
name = "Do not give them the lease"
command = { type = relation which = PIS value = -300 }
command = { type = sleepevent value = 20022 }
}
action_b = {
name = "Give them the lease"
command = { type = secedeprovince which = PIS value = 655 }
command = { type = revoltrisk value = 2 }
}
}

#1998: Lease expired!#
event = {
id = 20024
random = no
country = PIS
name = "Lease has expired!"
desc = "Italy's lease on San Men Bay has expired."
style = 1
date = { year = 1997 }
trigger = {
owned = { province = 655 data = LAT }
}
action_a = {
name = "OK"
command = { type = secedeprovince which = CHI value = 655 }
}
}

#1900-1901: The Boxer Rebellion#
event = {
id = 20025
random = no
country = CHI
name = "The Boxer Rebellion"
desc = "It was in Shandong that the Boxers, peasant bands who feared and hated western aggression, struck their first blows. These men, usually known by their western nickname, the Boxers, belonged to a secret society, the Righteous and Harmonious Boxing Order, so called because its members practised a special kind of Oriental boxing. When Guangxu ordered the formation of militia bands for the purpose of 'strengthening the Empire', the Boxers became a legitimate militia - no longer a secret society. The Boxers attacked everything foreign and everything Christian. They were a menace to the Western powers in China, and would serve to bring these powers back to the East. On 11 January 1900, Cixi issued an edict regarding the Boxers"
style = 1
date = { year = 1900 }
trigger = {
event = 20021
event = 16491
}
action_a = {
name = "Issue an ambiguous edict"
command = { type = trigger which = 20026 }
command = { type = trigger which = 20027 }
command = { type = trigger which = 20028 }
command = { type = trigger which = 20029 }
command = { type = trigger which = 20030 }
command = { type = trigger which = 20031 }
command = { type = trigger which = 20032 }
command = { type = trigger which = 20033 }
}
action_b = {
name = "Issue a pro-Boxer edict"
command = { type = trigger which = 20026 }
command = { type = trigger which = 20027 }
command = { type = trigger which = 20028 }
command = { type = trigger which = 20029 }
command = { type = trigger which = 20030 }
command = { type = trigger which = 20031 }
command = { type = trigger which = 20032 }
command = { type = trigger which = 20033 }
command = { type = stability value = -3 }
command = { type = INF which = -1 value = 15000 }
command = { type = CAV which = -3 value = 15000 }
command = { type = ART which = -3 value = 100 }
command = { type = INF which = -1 value = 15000 }
command = { type = CAV which = -3 value = 15000 }
command = { type = ART which = -3 value = 100 }
command = { type = INF which = -1 value = 15000 }
command = { type = CAV which = -3 value = 15000 }
command = { type = ART which = -3 value = 100 }
command = { type = INF which = -1 value = 15000 }
command = { type = CAV which = -3 value = 15000 }
command = { type = ART which = -3 value = 100 }
command = { type = INF which = -1 value = 15000 }
command = { type = CAV which = -3 value = 15000 }
command = { type = ART which = -3 value = 100 }
command = { type = INF which = -1 value = 15000 }
command = { type = CAV which = -3 value = 15000 }
command = { type = ART which = -3 value = 100 }
command = { type = INF which = -1 value = 15000 }
command = { type = CAV which = -3 value = 15000 }
command = { type = ART which = -3 value = 100 }
command = { type = secedeprovince which = CHI value = 652 }
command = { type = secedeprovince which = CHI value = 646 }
command = { type = secedeprovince which = CHI value = 655 }
command = { type = secedeprovince which = CHI value = 657 }
}
action_c = {
name = "Issue an anti-Boxer edict"
command = { type = stability value = -10 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
command = { type = revolt which = -1 }
}
}

#1900: Boxer Rebellion: British Response#
event = {
id = 20026
random = no
country = ENG
name = "Boxer Rebellion!"
desc = "The Boxers attacked Christian missionaries and English citizens in the empire. Britain declared war on China in order to defend its citizens."
style = 1
trigger = {
event = 20025
}
action_a = {
name = "Declare War!"
command = { type = relation which = CHI value = -400 }
command = { type = war which = CHI }
command = { type = trigger which = 20033 }
}
action_b = {
name = "This is an internal Chinese affair"
command = { type = casusbelli which = CHI value = 36 }
}
}

#1900: Boxer Rebellion: Russian Response#
event = {
id = 20027
random = no
country = RUS
name = "Boxer Rebellion!"
desc = "The Boxers attacked Christian missionaries and Russian citizens in the empire. Russia declared war on China in order to defend its citizens."
style = 1
trigger = {
event = 20025
}
action_a = {
name = "Declare War!"
command = { type = relation which = CHI value = -400 }
command = { type = war which = CHI }
}
action_b = {
name = "This is an internal Chinese affair"
command = { type = casusbelli which = CHI value = 36 }
}
}

#1900: Boxer Rebellion: French Response#
event = {
id = 20028
random = no
country = FRA
name = "Boxer Rebellion!"
desc = "The Boxers attacked Christian missionaries and French citizens in the empire. France declared war on China in order to defend its citizens."
style = 1
trigger = {
event = 20025
}
action_a = {
name = "Declare War!"
command = { type = relation which = CHI value = -400 }
command = { type = war which = CHI }
}
action_b = {
name = "This is an internal Chinese affair"
command = { type = casusbelli which = CHI value = 36 }
}
}

#1900: Boxer Rebellion: German Response#
event = {
id = 20029
random = no
country = LAT
name = "Boxer Rebellion!"
desc = "The Boxers attacked Christian missionaries and German citizens in the empire. Germany declared war on China in order to defend its citizens."
style = 1
trigger = {
exists = LAT
event = 20025
}
action_a = {
name = "Declare War!"
command = { type = relation which = CHI value = -400 }
command = { type = war which = CHI }
}
action_b = {
name = "This is an internal Chinese affair"
command = { type = casusbelli which = CHI value = 36 }
}
}

#1900: Boxer Rebellion: US Response#
event = {
id = 20030
random = no
country = USA
name = "Boxer Rebellion!"
desc = "The Boxers attacked Christian missionaries and American citizens in the empire. The United States declared war on China in order to defend its citizens."
style = 1
trigger = {
event = 20025
}
action_a = {
name = "Declare War!"
command = { type = relation which = CHI value = -400 }
command = { type = war which = CHI }
}
action_b = {
name = "This is an internal Chinese affair"
command = { type = casusbelli which = CHI value = 36 }
}
}

#1900: Boxer Rebellion: Italian Response#
event = {
id = 20031
random = no
country = PIS
name = "Boxer Rebellion!"
desc = "The Boxers attacked Christian missionaries and Italian citizens in the empire. Italy declared war on China in order to defend its citizens."
style = 1
trigger = {
event = 20025
}
action_a = {
name = "Declare War!"
command = { type = relation which = CHI value = -400 }
command = { type = war which = CHI }
}
action_b = {
name = "This is an internal Chinese affair"
command = { type = casusbelli which = CHI value = 36 }
}
}

#1900: Boxer Rebellion: Austrian Response#
event = {
id = 20032
random = no
country = HAB
name = "Boxer Rebellion!"
desc = "The Boxers attacked Christian missionaries and Austrian citizens in the empire. Austria declared war on China in order to defend its citizens."
style = 1
trigger = {
event = 20025
}
action_a = {
name = "Declare War!"
command = { type = relation which = CHI value = -400 }
command = { type = war which = CHI }
}
action_b = {
name = "This is an internal Chinese affair"
command = { type = casusbelli which = CHI value = 36 }
}
}

#1900: Boxer Rebellion: Japanese Response#
event = {
id = 20033
random = no
country = NIP
name = "Boxer Rebellion!"
desc = "The Boxers attacked Christian missionaries and Japanese citizens in the empire. Japan declared war on China in order to defend its citizens."
style = 1
trigger = {
event = 20025
}
action_a = {
name = "Declare War!"
command = { type = relation which = CHI value = -400 }
command = { type = war which = CHI }
}
action_b = {
name = "This is an internal Chinese affair"
command = { type = casusbelli which = CHI value = 36 }
}
}

#1900: Boxer Rebellion: Chinese Response#
event = {
id = 20033
random = no
country = CHI
name = "Half-hearted War on the World"
desc = "Cixi's duplicative measures put China against the Western Powers once again."
style = 1
trigger = {
event = 20025
atwar = no
}
action_a = {
name = "Panic!"
command = { type = INF which = -1 value = 15000 }
command = { type = CAV which = -3 value = 15000 }
command = { type = ART which = -3 value = 100 }
command = { type = INF which = -1 value = 15000 }
command = { type = CAV which = -3 value = 15000 }
command = { type = ART which = -3 value = 100 }
}
}

#1901: Boxer Rebellion: Boxer Protocol#
event = {
id = 20034
random = no
country = CHI
name = "The Boxer Protocol"
desc = "More than 200 missionaries and 50 foreign children were murdered. Most horrible was the slaughter in a single day at Taiyuan, capital of Shanxi province, of 45 missionaries and a number of native converts - by order of the Governor, You Xian. The uprising also caused the deaths of many thousands of converts and harmless peasants and, of course, of many Boxers. The terms of the Boxer Protocol or settlement were finally agreed upon in September 1901. China's humilitaion was great. China was not to import arms or ammunition for a period of at least two years. The Legation Quarter in Beijing was to be permanently guarded by foreign troops. Edicts decreeing the death penalty for membership of any anti-foreign society were to be displayed in all cities. Certain further rights were to be enjoyed by the allied powers. Finally, an indemnity of 450 million taels was to be paid by China over a period of years."
style = 1
trigger = {
event = 20025
event = 20033
atwar = no
}
action_a = {
name = "Accept the Protocol"
command = { type = trade which = -5000 }
command = { type = land which = -5000 }
command = { type = naval which = -5000 }
command = { type = treasury which = -8000 }
command = { type = secedeprovince which = LAT value = 652 }
command = { type = secedeprovince which = RUS value = 646 }
command = { type = secedeprovince which = PIS value = 655 }
command = { type = secedeprovince which = ENG value = 657 }
}
action_b = {
name = "Accept the Protocol"
command = { type = trade which = -5000 }
command = { type = land which = -5000 }
command = { type = naval which = -5000 }
command = { type = treasury which = -8000 }
command = { type = secedeprovince which = LAT value = 652 }
command = { type = secedeprovince which = RUS value = 646 }
command = { type = secedeprovince which = PIS value = 655 }
command = { type = secedeprovince which = ENG value = 657 }
}
}

#1904-1905: Russo-Japanese War#
event = {
id = 20035
random = no
country = CHI
name = "The Russo-Japanese War"
desc = "The Russo-Japanese war, which was none of China's concern, took place on Chinese soil."
style = 1
trigger = {
event = @@@@ Japanese declares war
}
action_a = {
name = "Phooey"
command = { type = war which = NIP }
command = { type = war which = RUS }
}
}
[/code]

FLAVOR_CHI.txt
Code:
###Zhong Guo (China) AoN Flavor Events##
#     By Shawn Tse                     #
########################################

#1860: The Self-Strengthening Movement#
event = {
	id = 19982
	random = no
      country = CHI
	name = "The Self-Strengthening Movement"
	desc = "After China was forcefully cracked open by the Western Powers, it appeared that the dynasty was doomed.  After a decade, however, things looked up and the Qing Dynasty appeared to have retained the Mandate of Heaven.  Historians speak of this period of renewal of strength as the Tong Zhi Restoration, named after the Emperor who reigned at the time.  The movement as a whole, which lasted for the rest of the century, was known as the Self-Strengthening Movement.  During these years China seemed to turn towards the West, which she had shut out for so long.  Those with high hopes of her westernisation overlooked the fact, however, that the Chinese, exploited by the West, yet still proud and certain of their superiority, did not hold any love for the West at all."
	style = 1
      date = { day = 1 month = january year = 1850 }
      offset = 400
      trigger = {
                  OR = { 
                         domestic = { type = innovative value = 4 }
                         event = 19978 #The Arrow War: Treaties of Beijing#
                  }
                  event = 16495 #The Opium War: Treaty of Nanjing#
                }
	action_a = {
		name = "We must graft Chinese ways onto the Western system"
             command = { type = domestic which = innovative value = 3 }
             command = { type = domestic which = mercantilism value = -3 }
             command = { type = domestic which = serfdom value = -3 }
             command = { type = infra value = 30000 }
             command = { type = trade value = 30000 }
             command = { type = land value = 6000 }
             command = { type = naval value = 6000 }
             command = { type = stability value = -2 }
             command = { type = revoltrisk which = 120 value = 1 }
             command = { type = technology which = torthodox }
             command = { type = trigger which = 19983 } #the rise of the reformers#
	}
	action_b = {
		name = "We must learn all we can from the Westerners!"
             command = { type = domestic which = innovative value = 5 }
             command = { type = domestic which = mercantilism value = -5 }
             command = { type = domestic which = serfdom value = -5 }
             command = { type = infra value = 50000 }
             command = { type = trade value = 50000 }
             command = { type = land value = 8000 }
             command = { type = naval value = 8000 }
             command = { type = stability value = -4 }
             command = { type = revoltrisk which = 120 value = 3 }
             command = { type = technology which = torthodox }
             command = { type = trigger which = 19983 } #the rise fo the reformers#
	}
	action_c = {
		name = "The Western way is not to be trusted"
             command = { type = stability value = 6 }
             command = { type = sleepevent which = 19983 } #the rise of the reformers#
      }
}
 

unmerged(5110)

Field Marshal
Jul 29, 2001
4.432
0
tse.dyndns.org
#The rise of the reformers#
event = {
id = 19983
random = no
country = CHI
name = "The Rise of the Reformers"
desc = "Soon, officials all over China were advocating the modernization of China. The main proponents were Feng Guifen, Zeng Guofan, Zuo Zengtang and Li Hungzhang. Unsurprisingly, the latter three generals were experienced generals which had seen firsthand the superiority of Western forces in combat. These reformers attempted to revolutionize China."
style = 1
action_a = {
name = "Excellent!"
command = { type = land value = 2000 }
command = { type = naval value = 2000 }
}
}

#1872: China Merchants' Steam Navigation Shipping Company#
event = {
id = 19984
random = no
country = CHI
name = "China Merchants' Steam Navigation Shipping Company"
desc = "In 1872, Li Hungzhang started the establishment of the China Merchants' Steam Navigation Shipping Company, with the aim of competing against British shipping firms. By 1875 the company had 30 vessels with a total tonnage of 29,000 tons. the need for local coal supplies then became obvious and the Kaiping mine was opened in 1878; the line leading from this mine."
style = 1
trigger = { event = 19983 } #the rise of the reformers#
date = { day = 1 month = january year = 1879 }
offset = 900
action_a = {
name = "Continue the modernization!"
command = { type = gainmanufactory which = -1 value = navalequipment }
command = { type = infra value = 10000 }
command = { type = naval value = 1000 }
}
}

event = {
id = 20016
random = no
country = CHI
name = "Beginning of the Reform Edicts"
desc = "There was a division of opinion between the Dowager Empress and her nephew, Emperor Guangxu. The people of Beijing, gossiping of palace affairs, joked about 'the two sets' - the Old Mother Set and the Young Lad Set, the Dowager's Party and the Emperor's Party. The former group, consisteing largely of Manchus and northern Chinese was reactionary. The Young Lad set numbered among many southern Chinese. These men, whose contacts with the west were relatively long and close, sincerely invested in reform. In June 1898, Kang Youwei, a Cantonese, after sending various memorials to the throne, was granted an audience with the emperor. Though a monarchist, Kang held advanced ideas; he spoke of the necessity for educational change in China, whose existence, because of its inefficient scholar-administrators, was threatened. The emperor was moved by his speech."
style = 1
date = { day = 1 month = june year = 1898 }
trigger = {
event = 19983
event = 19978
}
action_a = {
name = "Carry out the Edicts!"
command = { type = domestic which = innovative value = 1 }
command = { type = domestic which = mercantilism value = -1 }
command = { type = domestic which = serfdom value = -1 }
}
action_b = {
name = "Imprison Kang Youwei"
command = { type = sleepevent value = 20017 } #hundred days' reform#
command = { type = trigger value = 20022 } #end of self-strengthening movement#
}
}

event = {
id = 20022
random = no
country = CHI
name = "End of the Self-Strengthening Movement
desc = "The Self-Strengthening Movement came to an end. With the reformers powerless, no one carried on the torch. Perhaps it was the conservative Chinese way that was to blame. For years, neo-Confucian thought pervaded the courts, and resisted change. Perhaps it was the Chinese people - Western ideas and inventions were odd, alien. Already the Western powers were hated as they exploited China. But for whatever happened, the great movement simply faded away..."
style = 1
date = { day = 1 month = june year = 1898 }
trigger = {
event = 19983
event = 19978
}
action_a = {
name = "Awww......"
command = { type = domestic which = innovative value = -3 }
command = { type = domestic which = mercantilism value = 3 }
command = { type = domestic which = serfdom value = 3 }

}
}
[/CODE]

MAJOR_KAZ.txt
Code:
#######Kashgaria AoN Major Events#######
#     By Shawn Tse                     #
########################################

#1862-1873: Muslim Revolts#
event = {
	id = 19771
	random = no
      country = RUS
	name = "Yakub Beg"
	desc = "Yakub Beg (1820-1877) led a successful Uighur revolt in East Turkestan against the Manchu Chinese empire in 1864.  The revolt threatened the Russian Chinese borders, as Yakub claimed areas within both countries.  Russia felt that it had the right to place troops in order to stop the rebellion."
	style = 1
      trigger = { exists = KAZ }
	date = { day = 1 month = january year = 1854 }
      offset = 600
      deathdate = { day = 31 month = december year = 1873 }
	action_a = {
		name = "Send troops in"
             command = { type = war which = KAZ }
             command = { type = INF value = 75000 which = 1599 }
             command = { type = CAV value = 50000 which = 1599 }
             command = { type = ART value = 50 which = 1599 }
             command = { type = trigger which = 19772 } #Russian Intervention event#
	}
      action_b = {
             name = "Who cares?  Let China deal with it"
             command = { type = relation which = CHI value = 50 }
             command = { type = revolt which = 1599 }
             command = { type = revolt which = 1598 }
      }
}

#1862-1873: Muslim Revolts#
event = {
	id = 19772
	random = no
      country = CHI
	name = "Russian Intervention"
	desc = "The expansion of the new Uighur state was stopped by the Russian push into the Ili region in 1871.  Fear of Russian expansion led Great Britain provide the impoverished Chinese government with huge loans. Large forces under the overall command of General Zho Zhung Tang, attacked East Turkestan in 1876. Yakub Beg was poisoned and died the next year, and by 1878, the Uighurs were once again under Chinese rule."
	style = 1
	date = { day = 1 month = january year = 1854 }
      offset = 600
      deathdate = { day = 31 month = december year = 1873 }
	action_a = {
		name = "Crush the rebellion and make a deal with the Russians"
             command = { type = relation which = ENG value = 100 }
             command = { type = relation which = RUS value = 100 }
             command = { type = treasury value = 2000 }
	}
	action_b = {
		name = "Crush the rebellion and don't make a deal with the Russians"
             command = { type = relation which = ENG value = 150 }
             command = { type = relation which = RUS value = -100 }
             command = { type = treasury value = 2000 }
             command = { type = sleepevent which = @@@@ } #one where russians make a deal with China#
	}
	action_c = {
		name = "Let the Russians take Ili (Do nothing)"
             command = { type = relation which = ENG value = -100 }
             command = { type = relation which = RUS value = 150 }
             command = { type = sleepevent which = @@@@ } #one where russians make a deal with China#
	}
}

MAJOR_PUR.txt
Code:
########Taiping AoN Major Events########
#     By Shawn Tse                     #
########################################

#Events that are unclear to me#
#May 1856: Shi Dakai leaves the Tai Pings and the Tai Pings lose coherence and direction.#

#Asking for assistance#
event = {
	id = 19821
	random = no
      country = PUR
	name = "The Christian Cause"
	desc = "Being a Christian nation, Hong Xiuquan expected help to come from Christian Europa."
	style = 1
      trigger = {
                  control = { province = 654 data = PUR }
      }
	action_a = {
		name = "Ask the Christian nations for assistance"
             command = { type = desertion which = -1 value = 15 }
	}
	action_b = {
		name = "This is an internal affair"
             command = { type = sleepevent which = @@@@ }
             command = { type = sleepevent which = @@@@ }
             command = { type = sleepevent which = @@@@ }
             command = { type = sleepevent which = @@@@ }
	}
}

#Asking for assistance#
event = {
	id = 19822
	random = no
      country = ENG
	name = "The Taiping Heavenly Kingdom requests your help"
	desc = "As a fellow Christian nation, Hong Xiuquan in East Asia is fighting an uphill battle against the numerically superior forces of the heathen Manchu emperor.  This is your time to bring Christianity to China and help save its peoples from damnation.  On the other hand, joining in a war with China could drastically reduce the reparations payments we get from China."
	style = 1
	action_a = {
		name = "Do nothing"
		command = { type = relation which = CHI value = 50 }
	}
	action_b = {
		name = "Join the war against China"
             command = { type = treasury value = -1000 }
		command = { type = relation which = CHI value = -400 }
		command = { type = alliance which = PUR }
		command = { type = war which = CHI }
	}
}

#Asking for assistance#
event = {
	id = 19823
	random = no
      country = FRA
	name = "The Taiping Heavenly Kingdom requests your help"
	desc = "As a fellow Christian nation, Hong Xiuquan in East Asia is fighting an uphill battle against the numerically superior forces of the heathen Manchu emperor.  This is your time to bring Christianity to China and help save its peoples from damnation.  On the other hand, joining in a war with China could drastically reduce the reparations payments we get from China."
	style = 1
	action_a = {
		name = "Do nothing"
		command = { type = relation which = CHI value = 50 }
	}
	action_b = {
		name = "Join the war against China"
             command = { type = treasury value = -1000 }
		command = { type = relation which = CHI value = -400 }
		command = { type = alliance which = PUR }
		command = { type = war which = CHI }
	}
}

#Asking for assistance#
event = {
	id = 19824
	random = no
      country = HAB
	name = "The Taiping Heavenly Kingdom requests your help"
	desc = "As a fellow Christian nation, Hong Xiuquan in East Asia is fighting an uphill battle against the numerically superior forces of the heathen Manchu emperor.  This is your time to bring Christianity to China and help save its peoples from damnation.  On the other hand, joining in a war with China could drastically reduce the reparations payments we get from China."
	style = 1
	action_a = {
		name = "Do nothing"
		command = { type = relation which = CHI value = 50 }
	}
	action_b = {
		name = "Join the war against China"
             command = { type = treasury value = -1000 }
		command = { type = relation which = CHI value = -400 }
		command = { type = alliance which = PUR }
		command = { type = war which = CHI }
	}
}

#Asking for assistance#
event = {
	id = 19825
	random = no
      country = USA
	name = "The Taiping Heavenly Kingdom requests your help"
	desc = "As a fellow Christian nation, Hong Xiuquan in East Asia is fighting an uphill battle against the numerically superior forces of the heathen Manchu emperor.  This is your time to bring Christianity to China and help save its peoples from damnation.  On the other hand, joining in a war with China could drastically reduce the reparations payments we get from China."
	style = 1
	action_a = {
		name = "Do nothing"
		command = { type = relation which = CHI value = 50 }
	}
	action_b = {
		name = "Join the war against China"
             command = { type = treasury value = -1000 }
		command = { type = relation which = CHI value = -400 }
		command = { type = alliance which = PUR }
		command = { type = war which = CHI }
	}
}

#Asking for assistance#
event = {
	id = 19826
	random = no
      country = RUS
	name = "The Taiping Heavenly Kingdom requests your help"
	desc = "As a fellow Christian nation, Hong Xiuquan in East Asia is fighting an uphill battle against the numerically superior forces of the heathen Manchu emperor.  This is your time to bring Christianity to China and help save its peoples from damnation.  On the other hand, joining in a war with China could drastically reduce the reparations payments we get from China."
	style = 1
	action_a = {
		name = "Do nothing"
		command = { type = relation which = CHI value = 50 }
	}
	action_b = {
		name = "Join the war against China"
             command = { type = treasury value = -1000 }
		command = { type = relation which = CHI value = -400 }
		command = { type = alliance which = PUR }
		command = { type = war which = CHI }
	}
}

#Asking for assistance#
event = {
	id = 19827
	random = no
      country = POR
	name = "The Taiping Heavenly Kingdom requests your help"
	desc = "As a fellow Christian nation, Hong Xiuquan in East Asia is fighting an uphill battle against the numerically superior forces of the heathen Manchu emperor.  This is your time to bring Christianity to China and help save its peoples from damnation.  On the other hand, joining in a war with China could drastically reduce the reparations payments we get from China."
	style = 1
	action_a = {
		name = "Do nothing"
		command = { type = relation which = CHI value = 50 }
	}
	action_b = {
		name = "Join the war against China"
             command = { type = treasury value = -1000 }
		command = { type = relation which = CHI value = -400 }
		command = { type = alliance which = PUR }
		command = { type = war which = CHI }
	}
}

#1853: Moving the Capital#
event = {
	id = 19828
	random = no
      country = PUR
	name = "The Heavenly Capital"
	desc = "Having exploded a mine that breached the 50-foot-thick wall of Nanjing, the rebel army, then numbering some 80,000 men, women and children, swept into the city.  Nanjing's Manchu garrison consisted of 5,000 soldiers; with their wives and children they only numbered about 20,000.  Of these about 100 escaped from the Long Hairs (Taiping Soldiers).  The rest were slaughtered; the river, it is said, was blocked by their bodies, so that the Dragon Boat of Hong had difficulty in making its way to the city.  The city that had been the capital of the early Ming emperors became Tianjing, the Heavenly Capital."
	style = 1
      trigger = {
                  control = { province = 654 data = PUR }
      }
	action_a = {
		name = "Move the capital to Nanjing"
             command = { type = population which = 654 value = -50000 }
             command = { type = capital which = 654 }
		command = { type = conversion which = 654 }
		command = { type = stability value = 2 }
	}
	action_b = {
		name = "Keep the capital in Jintian"
             command = { type = population which = 654 value = -50000 }
		command = { type = domestic which = centralization value = -2 }
	}
}

#1864: Defeated#
event = {
	id = 19829
	random = no
      country = PUR
	name = "The Heavenly Capital is taken"
	desc = "Chinese troops killed hundreds of Taipings in Nanjing.  Many others killed themselves.  Some fled.  Among these was the Faithful Prince, who took with him Hong's little son.  Having given his own swift horse to the boy, the Faithful Prince was soon captured and executed.  This prince, brave, loyal and merciful, was loved by the country-folk.  Alone among the rebel leaders he was willing to spare lives, for he, unlike other Taipings, believed in a merciful God.  After the fall of Nanjing, the remaining rebels were quickly defeated."
	style = 1
      trigger = {
                  control = { province = 654 data = PUR }
      }
	action_a = {
		name = "Admit defeat"
             command = { type = inherit which = PUR }
             command = { type = conversion which = 661 }

	}
	action_b = {
		name = "Fight on!"
             command = { type = stability value = -2 }
             command = { type = capital which = -1 }
             command = { type = secedeprovince which = CHI value = 654 }
	}
}

MAJOR_annam.txt
Code:
#########Annam AoN Major Events#########
#     By Shawn Tse                     #
########################################

#Asking for Chinese Help#
event = {
	id = @@@@@
	random = no
      country = CHI
	name = "The seizure of Hanoi"
	desc = "Hanoi was seized by the french.  The King in effect was forced to transfer his allegiance from China to France, whose rights in Cochin China and Cambodia were formally admitted and whose foreign policy he bound himself to follow.  He also promised to protect all foreign missionaries in his territories.  The French, following the agreement with the King of Annam, withdrew from Hanoi."
	style = 1
      trigger = { 
                  control = { province = 662 data = FRA }
                }
	action_a = {
		name = "Ask for help from the Chinese"
             command = { type = relation which = CHI value = 50 }
             command = { type = relation which = FRA value = -50 }
             command = { type = INF which = 662 value = 15000 }
             command = { type = CAV which = 662 value = 15000 }
             command = { type = ART which = 662 value = 50 }
             command = { type = leader which = 16492 }
             command = { type = trigger which = @@@@@ } #Chinese help is coming#
	}
	action_b = {
		name = "Go with the French"
             command = { type = relation which = NIP value = -50 }
             command = { type = relation which = KOR value = 50 }
             command = { type = breakvassal which = KOR }
	}
}

Now this is a work in progress, so in one or two events there will be a @@@@, that's when I trigger events that I don't know the ID for, or trigger monarchs, etc. So these files probably won't work until they're all gone! But anyways, here they are.
 

unmerged(1047)

Commander, US Pacific Fleet
Feb 21, 2001
5.167
1
I'm to understand the Burlingame Treaty and the Exclusion Act are the only events you've got for that? Okays.

I'll get to work on those as well. And we're going to need a seperate version of some of the events for an independent California. (U18)
 

unmerged(1047)

Commander, US Pacific Fleet
Feb 21, 2001
5.167
1
Mostly a few minor population reductions in the areas near Canton, during the 1860s. Total reduction probably around 5-10 % of one to three coastal provinces. I've looked at the area's population and it certainly appears to be able to stand it. (besides, it's historical).

Much (perhaps half or more) would then be gained back in the 1890s when a lot of the Chinese returned to China.
 

unmerged(1047)

Commander, US Pacific Fleet
Feb 21, 2001
5.167
1
Sorry about that. Got the placenames from a California history book. It mentioned the area as being "near Canton", and also metioned a "Fukien" province. These must be the English versions of the placenames that were used at the time.

(And we all know that anglicized names aren't always accurate.) I didn't have so much as a map of China on hand though, so I had to go with what I had.

You could certainly use the Chinese placenames - even the ones for California - in the China side of the events...
 
Jul 18, 2001
1.108
0
Visit site
eh...Empress Cixi was never in control of the government......
 

unmerged(5110)

Field Marshal
Jul 29, 2001
4.432
0
tse.dyndns.org
Here is my list of leaders. They should all be average, except for Major Charles Gordon, who was adept at manuvering. By the way, their dates should be taken with a grain of salt... it's hard to find information like that on Chinese ppl.

16481: Lu Kun (1866-1834)
16482: F. H. Ward (June 1860-1862)
16483: Ever Victorious Army (June 1860-1864)
16484: Zeng Guofan (Nov 1852-1872)
16485: Hunan Braves (Nov 1852-1898)
16486: Major Charles Gordon (1862-1864)
16487: Zuo Zongtang (1852-1885)
16488: Li Hungzhang (1852-1901)
16489: Yung Lu (1862-1898)
16490: Hu Linyi (1862-1898)
16491: Zhang Zhidong (1862-oct 4 1909)
16492: Prince Shun (Navy Leader) (1885-sept 4 1907) (when he takes office)
 

unmerged(5110)

Field Marshal
Jul 29, 2001
4.432
0
tse.dyndns.org
Originally posted by ZheShiWO
eh...Empress Cixi was never in control of the government......

She totally was - she was regent. She literally locked the emperor up in a little small tower and only let him out to perform various ritual ceremonies - but all decrees and edicts from that point on were Cixi's decrees.
 
Jul 18, 2001
1.108
0
Visit site
*Sigh*
Yes. The evil concubine who subverted the true emperor and ruined China....
 

Vulture

Aerandir Eärfalas
42 Badges
Mar 20, 2001
31.960
0
www.europa-universalis.com
  • Crusader Kings II
  • Europa Universalis IV: Third Rome
  • Hearts of Iron II: Beta
  • Europa Universalis IV: Pre-order
  • 500k Club
  • Hearts of Iron II: Armageddon
  • Semper Fi
  • Europa Universalis: Rome
  • Europa Universalis IV: Res Publica
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Hearts of Iron III
  • For the Motherland
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Heir to the Throne
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III
  • Hearts of Iron IV: Together for Victory
  • Europa Universalis IV: Mandate of Heaven
  • Europa Universalis 4: Emperor
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Cradle of Civilization
  • Hearts of Iron IV: Expansion Pass
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Golden Century
  • Crusader Kings III
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Common Sense
  • Europa Universalis: Rome Collectors Edition
  • Europa Universalis III: Collection
  • 200k Club
  • Rome: Vae Victis
  • Europa Universalis IV: El Dorado
Originally posted by XieChengnuo
And... pending my tag changes, I will be done all Chinese events tomorrow. Then I will start to work on China's starting conditions.

Posted the scripted leaders in another thread
 

unmerged(5110)

Field Marshal
Jul 29, 2001
4.432
0
tse.dyndns.org
ok, i've got all the events done but i have problems getting them to work.

In particular event 20042 shows up as an error in syntax, but I can't find the problem. Can you spot it?

Code:
#Dec 1911: Proclamation of the Republic of China# 
event = { 
	id = 20042
	random = no 
	country = CHI 
	name = "Republic of China forms!" 
	desc = "Sun Yixian, who was in the United States, exiled from China for his revolutionary activities, returned in haste to China.  An assembly of delegates from the provinces that had revolted met in Nanjing, proclaimed a republic and elected Sun Provisional President.  Meanwhile, Emperor Xuantong ordered the retired Yuan Shikai to return and suppress the revolution.  Yuan did not choose to suppress the revolutionaries.  Instead, astute and ambitious, he came to terms with them.  Shortly thereafter, Xuantong, on the advice of Yuan, abdicated.  After reference to the sorrows of China he delivered sovereignty into the hands of the people - the Han Chinese, the Manchus, the Mongols, the Muslims, and the Tibetans." 
	style = 1 
	trigger = { 
		event = 20041 #Chinese Revolution#
	} 
      offset = 400
	action_a = { 
		name = Ai ya!" 
		command = { type = stability value = 2 }
		command = { type = independence which = MCH } #Republic of China#
		command = { type = breakvassal which = MCH } #Republic of China#
	} 
}

Now, sometimes the events generate an error because the event description is too long. So I shortened it and still got an error. The program said it had something to do with the command to change stability.

Anyways, I just removed it to see if the rest of the event file worked - but it just ended up crashing on startup. I'm pretty sure that it is only major_chi.txt that has a bug. The other events I've made work fine. I'll post the links to these files as soon as I upload them.