
和平条约
夺取TARGET COUNTRY宣称
依据条约与自身权利,我们应宣告自己为帖木儿伟大遗产的继承人,以及所有曾向其臣服之物的继承者。
宣称帖木儿领地宣战理由potential定义in_game/common/peace_treaties/claim_timurid_empire.txt:1
3cost = {
4add = {
5desc = "DIPLOREASON_BASE" 基础
6value = 5
}
8add = {
9desc = "game_concept_population" 人口
10value = scope:loser.total_population
11multiply = 0.009
}
}
21effect = {
22custom_tooltip = {
23text = claim_timurid_empire_tooltip 我们将吞并它们并成立TARGET COUNTRY
24annex_country = {
25country = scope:loser
}
28form_country = formable_country:TIM_f
}
}
32ai_desire = {
33if = {
34limit = {
35scope:winner = {
36is_rival_of = scope:loser
}
}
39add = {
40desc = "game_concept_rival"
41value = 10
}
}
44if = {
45limit = {
46scope:winner.prestige < scope:loser.prestige
}
48add = {
49desc = "DIPLOREASON_LOWER_PRESTIGE"
50value = scope:loser.prestige
51subtract = scope:winner.prestige
}
}
}