
Działanie
Wypowiedzenie wojny o niepodległość
Czas zrzucić kajdany opresji i ogłosić niepodległość od naszego suwerena!
Rewolucja kolonialnaSytuacjaselect triggerDefinicjain_game/common/generic_actions/colonial_revolution.txt:63
64type = situation
66ai_tick = daily
67ai_tick_frequency = 80
68automation_tick = monthly
69automation_tick_frequency = 1
71potential = {
72scope:actor ?= {
73is_colonial_subject = yes
}
}
76allow = {
77scope:actor ?= {
78at_war = no
79subject_loyalty < 50
80NOT = {
80has_truce_with = overlord
}
}
}
84price = price:declare_independence_war
86select_trigger = {
87looking_for_a = situation
88target_flag = recipient
89name = "choose_situation" Wybierz Concept:
90column = {
91data = name
}
}
99effect = {
100scope:actor ?= {
101leave_all_wars_with = scope:actor.overlord
102declare_war_with_cb = {
103target = scope:actor.overlord
}
}
}
109ai_will_do = {
111add = {
112value = 50
113subtract = scope:actor.subject_loyalty
114multiply = 2
}
117add = {
118scope:actor = {
119value = "opinion(overlord)"
120multiply = -0.025
}
}
124add = {
125scope:actor = {
126if = {
127limit = {
128relative_strength(overlord) < 0.05
}
130value = -1000
}
}
}
}