
Peace Treaty
Take Mandate of Heaven
Take the leadership of the Middle Kingdom.
Claim Mandate of HeavenCasus Bellipotential
Middle KingdomInternational OrganizationpotentialDefinitionin_game/common/peace_treaties/take_mandate_of_heaven.txt:1
3cost = {
4add = {
5desc = "DIPLOREASON_BASE" Base
6value = 5
}
8add = {
9desc = "game_concept_population" Population
10value = scope:loser.total_population
11divide = scope:winner.total_population
12multiply = 5
}
}
16potential = {
}
23allow = {
}
26effect = {
28if = {
29limit = {
30scope:winner = {
31NOT = {
31is_member_of_international_organization = prev
}
}
}
34add_country_to_international_organization = scope:winner
}
36set_leader_country = scope:winner
}
}
40ai_desire = {
41if = {
42limit = {
43scope:winner = {
44is_rival_of = scope:loser
}
}
47add = {
48desc = "game_concept_rival"
49value = 10
}
}
52if = {
53limit = {
54scope:winner.prestige < scope:loser.prestige
}
56add = {
57desc = "DIPLOREASON_LOWER_PRESTIGE"
58value = scope:loser.prestige
59subtract = scope:winner.prestige
}
}
}