Skip to content

Commit 35deea5

Browse files
committed
SIS v1.14
Updated for 1.12 Iberian Twilight
1 parent 5480003 commit 35deea5

40 files changed

+64
-60
lines changed

Subject Interaction Suite/common/ai_strategies/MoG_diplomatic_strategies_SIS.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Updated and included from: Koa's Colonial Government
22

3-
ai_strategy_territorial_expansion = {
3+
# Cannot INJECT weights in the correct sequence.
4+
REPLACE_OR_CREATE:ai_strategy_territorial_expansion = {
45
icon = "gfx/interface/icons/ai_strategy_icons/territorial_expansion.dds"
56

67
type = diplomatic
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
can_consolidate_subject = {}
1+
REPLACE_OR_CREATE:can_consolidate_subject = {}

Subject Interaction Suite/common/alert_types/yMoG_SIS_alert_types.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reminder to expand your area of influence
22

3-
unused_interests_alert = {
3+
REPLACE_OR_CREATE:unused_interests_alert = {
44
texture = "gfx/interface/icons/alert_icons/has_decreasing_interests.dds"
55
script_context = player_country
66

@@ -13,7 +13,7 @@ unused_interests_alert = {
1313
color = green
1414
}
1515

16-
overlord_can_consolidate_subject = {
16+
REPLACE_OR_CREATE:overlord_can_consolidate_subject = {
1717
texture = "gfx/interface/icons/diplomatic_action_icons/consolidate_subject.dds"
1818
script_context = player_subject
1919

Subject Interaction Suite/common/diplomatic_actions/04_trade_statez.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
trade_states = {
1+
REPLACE_OR_CREATE:trade_states = {
22
groups= {
33
general
44
}

Subject Interaction Suite/common/diplomatic_actions/16_bankrollz.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bankroll = {
1+
REPLACE_OR_CREATE:bankroll = {
22
groups= {
33
overlord
44
}

Subject Interaction Suite/common/diplomatic_actions/30_fund_lobbyz.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fund_lobbies = {
1+
REPLACE_OR_CREATE:fund_lobbies = {
22
groups= {
33
general
44
}

Subject Interaction Suite/common/diplomatic_actions/32_subjects_raise_paymentz.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
raise_payments = {
1+
REPLACE_OR_CREATE:raise_payments = {
22
requires_approval = no
33
groups= { overlord subject } # this is a subject action only for the sake of breaking it if LD is high enough
44

Subject Interaction Suite/common/diplomatic_actions/33_subjects_decrease_paymentz.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
decrease_payments = {
1+
REPLACE_OR_CREATE:decrease_payments = {
22
requires_approval = no
33
groups= { overlord }
44

Subject Interaction Suite/common/diplomatic_actions/35_subjects_appoint_governorz.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
da_appoint_colonial_governor = {
1+
REPLACE_OR_CREATE:da_appoint_colonial_governor = {
22
groups= { overlord }
33

44
requires_approval = no

Subject Interaction Suite/common/diplomatic_actions/39_subjectz_support_regime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
da_support_regime = {
1+
REPLACE_OR_CREATE:da_support_regime = {
22
groups= {
33
overlord
44
}

0 commit comments

Comments
 (0)