
和平条約
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
}
}
}