
和平条約このバージョンで追加
Target Apを破壊
相手国の総主教庁は条約によって解体され、その聖職階位制度は崩壊し、所属する者たちは新たな宗教的指導者を探すことになる。
独立総主教区国際組織allow, cost, effect定義in_game/common/peace_treaties/destroy_autocephalous_patriarchate.txt:1
2cost = {
3add = {
4desc = "DIPLOREASON_BASE" 基本値
5value = 30
}
7add = {
8desc = "DIPLOREASON_IO_SIZE" 国際組織の規模
9value = 0
10scope:loser = {
11every_international_organizations_member_of = {
12limit = {
14leader_country ?= prev
}
16add = total_members
}
}
19multiply = 4
}
}
23potential = {
24scope:winner = {
25religion = scope:loser.religion
26religion = {
26has_autocephalous_patriarchates = yes
}
}
}
30allow = {
31scope:loser = {
32any_international_organizations_member_of = {
34leader_country ?= prev
35NOT = {
35has_member = scope:winner
}
}
}
}
40base_antagonism = 1.0
41antagonism_type = antagonism_destroyed_autocephalous_patriarchate
43effect = {
44scope:loser = {
45random_international_organizations_member_of = {
46limit = {
48leader_country ?= prev
}
50save_scope_as = target_ap
}
}
53custom_tooltip = {
54text = peace_destroy_autocephalous_patriarchate_members_tt Target Apの各メンバーのわが国に対する評価がDestroyed My Autocephalous Patriarchate低下し、我々への敵対心がAntagonism Destroyed Autocephalous Patriarchate上昇する
55scope:target_ap = {
56every_international_organization_member = {
57add_opinion = {
58target = scope:winner
59modifier = destroyed_my_autocephalous_patriarchate
}
61add_antagonism = {
62target = scope:winner
63modifier = antagonism_destroyed_autocephalous_patriarchate
}
}
}
}
68scope:winner = {
69destroy_international_organization = {
69target = scope:target_ap
}
}
}
73ai_desire = {
74add = 100
}