File tree Expand file tree Collapse file tree 4 files changed +58
-0
lines changed
Diplomatic Interaction Suite
gfx/interface/icons/lens_toolbar_icons Expand file tree Collapse file tree 4 files changed +58
-0
lines changed Original file line number Diff line number Diff line change 1+ # Adopted from Kate the Sibyl's "Break Truce" mod [ABANDONED]
2+ break_truce = {
3+ groups = {
4+ general
5+ }
6+ show_confirmation_box = yes
7+
8+ potential = {
9+ is_diplomatic_play_committed_participant = no
10+ is_revolutionary = no
11+ has_truce_with = scope:target_country
12+ aggressive_diplomatic_plays_permitted = yes
13+ }
14+
15+ accept_effect = {
16+ hidden_effect = {
17+ end_truce = scope:target_country
18+ }
19+ custom_tooltip = {
20+ text = break_truce_custom_tooltip
21+ subject = scope:target_country
22+ }
23+ root = {
24+ create_incident = {
25+ country = scope:target_country
26+ value = break_truce_cost
27+ }
28+ }
29+ }
30+
31+ ai = {
32+ will_propose = { always = no }
33+ }
34+
35+ is_hostile = yes
36+ }
Original file line number Diff line number Diff line change 1+ # Adopted from Kate the Sibyl's "Break Truce" mod [ABANDONED]
2+ break_truce_cost = {
3+ add = scope:target_country.total_population
4+ divide = 1000000
5+ min = 5
6+ max = infamy_threshold:infamous
7+ multiply = {
8+ add = 1
9+ add = modifier:country_infamy_generation_mult
10+ }
11+ }
Original file line number Diff line number Diff line change 1+ l_english :
2+
3+ break_truce.tt:0 "Break the truce with [SCOPE.sCountry('target_country_scope').GetName]"
4+ break_truce:0 "Break Truce"
5+ break_truce_action_name:0 "Break Truce"
6+ break_truce_desc:0 "This [concept_diplomatic_action] allows the initiator to break a truce, causing a [concept_diplomatic_incident]."
7+ break_truce_action_notification_name:0 "[INITIATOR_COUNTRY.GetAdjective] Breaks Truce"
8+ break_truce_action_notification_desc:0 "[INITIATOR_COUNTRY.GetName] has broken their truce with us."
9+ break_truce_action_notification_third_party_name:0 "[INITIATOR_COUNTRY.GetAdjective] Breaks Truce"
10+ break_truce_action_notification_third_party_desc:0 "[INITIATOR_COUNTRY.GetName] has broken their truce with [TARGET_COUNTRY.GetName]."
11+ break_truce_custom_tooltip:0 "[SCOPE.sCountry('actor').GetName] breaks their truce with [SCOPE.sCountry('target_country').GetName]."
You can’t perform that action at this time.
0 commit comments