##################################################################################################
# scriptable and usable for event-system below.
##################################################################################################
#
# ICONS:
#
# Good 			<=> 		Bad
#
#  1 - Martial 				- 19
#  2 - Learning 			- 20
#  3 - Diplomacy 			- 21
#  4 - Stewardship 			- 22
#  5 - Intrigue 			- 23
#  6 - Money 				- 24
#  7 - Prestige 			- 25
#  8 - Piety 				- 26
#  9 - Titles 				- 27
# 10 - Council 				- 28 
# 11 - Laws 				- 29
# 12 - Tech 				- 30 
# 13 - Military 			- 31
# 14 - Plots 				- 32
# 15 - Messages 			- 33
# 16 - Diplomatic actions 	- 34
# 17 - Church 				- 35
# 18 - Characters 			- 36
# 37 - Prison 				- 38
# 39 - Love 				- 40
# 41 - Death 				- 42
# 43 - Indian religion 		- 44
# 45 - Dog					- 65
# 46 - Cat					- 66
# 47 - Owl					- 67
# 48 - Pagan religion       - 49
# 50 - Staff of Asclepius   - 51
# 52 - Mystic               - 53
# 54 - Bonesaw              - 55
# 56 - Horseshoe            - 57
# 58 - Parrot				- 68
# 59 - Ham					- 60
# 61 - Anchor				- 62
# 63 - Jewish religion		- 64
# 69 - Bed					- 70
# 71 - Wolf					- 72
# 73 - Raven				- 74
# 75 - Demon horns			- 76
# 77 - Trident				- 78
# 79 - Stars				- 80
# 81 - Eye					- 82
# 83 - Test-tubes			- 84
# 85 - Science flask		- 86
# 87 - Flower				- 88
# 89 - Rats		 			- 90
# 91 - Otter				- 92
# 93 - Hedgehog				- 94
# 95 - Taoist				- 96
# 97 - Paper				- 98
# 99 - Bamboo Book			- 100
# 101 - Pagoda				- 102
# 103 - Firework			- 104
# 105 - Torch				- 106
# 107 - Panda				- 108
# 109 - Dragon				- 110
# 111 - Eagle				- 112
# 113 - Pregnancy			- 114
# 115 - Evil Sword			- 116
# 117 - Combat Skill		- 118
# 119 - Broken Bone			- 120
# 121 - Chicken				- 122
# 123 - Combat Skill (New)	- 124
# 125 - Bear 				- 126
# 127 - Lion 				- 128
# 129 - Rain Good           - 130
# 131 - Rain Storm          - 132
# 133 - Sun   	            - 134

chinese_missionaries_good = {
	icon = 16
	global_tax_modifier = -0.05
	monthly_character_piety = 2
}

chinese_missionaries_bad = {
	icon = 16
	global_tax_modifier = -0.05
	monthly_character_piety = 2
	monthly_grace = -2
}

kcc_happy_china_merchant = {
	icon = 99
	multiplicative_trade_post_income_modifier = 0.1
}

kcc_angry_china_merchant = {
	icon = 100
	multiplicative_trade_post_income_modifier = -0.2
}

kcc_socialist_good = {
	icon = 18
	tax_income = -0.1
	build_cost_modifier = -0.15
	build_time_modifier = -0.15
	monthly_grace = 1
}

kcc_socialist_bad = {
	icon = 18
	tax_income = -0.1
	build_cost_modifier = -0.15
	build_time_modifier = -0.15
	monthly_grace = -1
}

kcc_socialist_horrible = {
	icon = 18
	tax_income = -0.1
	build_cost_modifier = -0.15
	build_time_modifier = -0.15
	monthly_grace = -3
}

kcc_sneaky_missionaries = {
	icon = 5
	intrigue = 2
}

kcc_honest_missionaries = {
	icon = 17
	church_opinion = 15
}

kcc_asian_diplomacy = {
	icon = 101
	diplomacy = 1
	learning = 1
}

kcc_asian_martial = {
	icon = 101
	martial = 1
	learning = 1
}

kcc_asian_stewardship = {
	icon = 101
	stewardship = 1
	learning = 1
}

kcc_asian_intrigue = {
	icon = 101
	intrigue = 1
	learning = 1
}

kcc_recent_dragontaming = {
	icon = 101
}