
Interakcja krajowaNowość w tej wersji
Unieważnienie casus belli
W ten sposób możemy usunąć casus belli, jakie ten kraj posiada przeciw nam.
Definicjain_game/common/country_interactions/annul_casus_belli.txt:1
2type = diplomacy
3category = CATEGORY_COVERT_ACTIONS
5diplomatic_cost = steal_maps_cost
7potential = {
8scope:actor = {
9has_reform = government_reform:hermit_country_reform
}
}
13allow = {
14scope:actor = {
15has_reform = government_reform:hermit_country_reform
}
}
19block_when_at_war = yes
21select_trigger = {
22looking_for_a = country
23target_flag = recipient
24name = "choose_country" Wybierz Country:
25column = {
26data = name
}
28visible = {
}
30enabled = {
31has_casus_belli_on = scope:actor
}
}
35select_trigger = {
36looking_for_a = casus_belli
37target_flag = target
38name = "annul_casus_belli_select_title" Wybierz Casus Belli do usunięcia:
39none_available_msg_key = "annul_casus_belli_no_casus_belli"
40column = {
41data = name
}
43visible = {
44scope:recipient = {
45has_casus_belli_of_type_on = {
46target = scope:actor
47type = ROOT
}
}
}
51enabled = {
52scope:recipient = {
53has_casus_belli_of_type_on = {
54target = scope:actor
55type = ROOT
}
}
}
}
61effect = {
62if = {
63limit = {
63exists = scope:target
}
64scope:recipient = {
65remove_casus_belli = {
66target = scope:actor
67type = scope:target
}
}
70scope:actor = {
71drop_antagonism_bomb = {
72target = scope:recipient.capital
73modifier = antagonism_casus_belli_annulled
}
}
}
}