
国家関与
宮廷資金の接収
アパナージュの宮廷から資金を接収すると、両者の関係を大きく損なう。しかし、相手が強力な従属国である場合、危険性を上回る利益が得られるかもしれない。
アパナージュ従属国タイプselect trigger定義in_game/common/country_interactions/appanage_seize_court_resources.txt:1
2type = subject
3category = CATEGORY_SUBJECT_ACTIONS
5potential = {
}
8allow = {
9scope:actor = {
10custom_tooltip = {
11text = is_not_benefitting_from_seize_court_resources 宮廷資金の接収による利益を得ていない。
12AND = {
}
}
}
}
22select_trigger = {
23looking_for_a = country
24interaction_source_list = {
25scope:actor = {
26every_subject = {
27add_to_list = source
}
}
}
31target_flag = recipient
32name = "choose_country" 国家を選択:
33column = {
34data = name
}
40enabled = {
44any_owned_location = {
45OR = {
46integration_level = integrated
47integration_level = core
}
49count > 5
}
}
}
54effect = {
55scope:recipient = {
56add_country_modifier = {
}
}
58scope:actor = {
59reverse_add_opinion = {
60target = scope:recipient
61modifier = opinion_seized_our_courts_resources
}
}
64if = {
65limit = {
66scope:recipient = {
67any_owned_location = {
68OR = {
69integration_level = integrated
70integration_level = core
}
72count > 5
}
}
}
76hidden_effect = {
77scope:actor = {
78add_country_modifier = {
}
}
}
}
82if = {
83limit = {
84scope:recipient = {
85any_owned_location = {
86OR = {
87integration_level = integrated
88integration_level = core
}
90count > 10
}
}
}
94hidden_effect = {
95scope:actor = {
96add_country_modifier = {
}
}
}
}
101if = {
102limit = {
103scope:recipient = {
104any_owned_location = {
105OR = {
106integration_level = integrated
107integration_level = core
}
109count > 16
}
}
}
113hidden_effect = {
114scope:actor = {
115add_country_modifier = {
}
}
}
}
120if = {
121limit = {
122scope:recipient = {
123any_owned_location = {
124OR = {
125integration_level = integrated
126integration_level = core
}
128count > 24
}
}
}
132hidden_effect = {
133scope:actor = {
134add_country_modifier = {
}
}
}
}
139scope:actor = {
140custom_tooltip = seize_court_benefit_based_on_subject_integrated_provinces 内閣の効率にボーナスを獲得する。アパナージュが所有する統合されたロケーションまたは中核ロケーションの数が多いほど、そのアパナージュから接収する宮廷資金による利益が大きくなる。
}
}
143ai_will_do = {
144add = -10
}