-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
Dev
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
areas = { | ||
|
||
forodwaith = { | ||
continents = { | ||
forodwaith | ||
} | ||
} | ||
|
||
lindon = { | ||
continents = { | ||
lindon | ||
} | ||
} | ||
|
||
eriador = { | ||
continents = { | ||
eriador | ||
} | ||
} | ||
|
||
rhovanion = { | ||
continents = { | ||
rhovanion | ||
} | ||
} | ||
|
||
erebor = { | ||
continents = { | ||
erebor | ||
} | ||
} | ||
|
||
rhun = { | ||
continents = { | ||
rhun | ||
} | ||
} | ||
|
||
mordor = { | ||
continents = { | ||
mordor | ||
} | ||
} | ||
|
||
harad = { | ||
continents = { | ||
harad | ||
} | ||
} | ||
|
||
rohan = { | ||
continents = { | ||
rohan | ||
} | ||
} | ||
|
||
gondor = { | ||
|
||
continents = { | ||
gondor | ||
} | ||
} | ||
|
||
mirkwood = { | ||
|
||
continents = { | ||
mirkwood | ||
} | ||
} | ||
|
||
enedwaith = { | ||
|
||
continents = { | ||
enedwaith | ||
} | ||
} | ||
|
||
vale = { | ||
|
||
continents = { | ||
vale | ||
} | ||
} | ||
|
||
hollin = { | ||
|
||
continents = { | ||
hollin | ||
} | ||
} | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,6 @@ | ||
|
||
ai_historical_focus_list_GON = { | ||
ai_national_focuses = { | ||
honorisildurslegacy | ||
prepareforwarwithmordor | ||
buildupdefensesatosgiliath | ||
antinazgulmeasures | ||
lightthebeacons | ||
restorethekingdom | ||
declarearagorntherightfulheir | ||
seekoutthespookyghosts | ||
getridofdenethor | ||
invitearagornintominastirith | ||
crownaragornkingofgondor | ||
|
||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,40 @@ | ||
|
||
ai_historical_focus_list_LTH = { | ||
ai_national_focuses = { | ||
thefateoflothlorien | ||
acknowledgethemordorthreat | ||
prioritizeselfpreservation | ||
lth_acknowledgethemordorthreat | ||
lth_immortalendurance | ||
lth_preservationofknowledge | ||
lth_thelibraryofcarasgaladhon | ||
lth_limitedintervention | ||
lth_aegisoflight | ||
lth_deterrence | ||
lth_maintainstabilityinthewest | ||
lth_sendaidtohelmsdeep | ||
lth_bideourtime | ||
|
||
lth_territorialadministration | ||
lth_sacredtreesofthenhail | ||
lth_mallorntreearchiotecture | ||
lth_conscecratecarasgaladhon | ||
lth_conscecratecerinamroth | ||
lth_thetwinheartsoflothlorien | ||
lth_impregnablefortresses | ||
lth_resourcestorage | ||
lth_territorialdefense | ||
lth_guardiansoftheriveranduin | ||
lth_strengthenfortifications | ||
lth_defensiveperimeter | ||
|
||
lth_elvenknowledge | ||
lth_echoesoftheeldendays | ||
lth_thearchivesofagespast | ||
lth_cryptsofmemory | ||
|
||
lth_ensurefoodsecurity | ||
|
||
lth_thecallofvalinor | ||
lth_offerpassagetothehalflings | ||
lth_thetwilightgarden | ||
lth_thelasteldar | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
GON_default_strategy = { | ||
enable = { | ||
always = yes | ||
} | ||
allowed = { | ||
original_tag = GON | ||
} | ||
|
||
abort_when_not_enabled = yes | ||
|
||
ai_strategy = { | ||
type = prepare_for_war | ||
id = MOR | ||
value = 50 | ||
} | ||
|
||
ai_strategy = { | ||
type = contain | ||
id = MOR | ||
value = 50 | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
LTH_prioritize_homeland = { | ||
enable = { | ||
always = yes | ||
} | ||
allowed = { | ||
original_tag = LTH | ||
} | ||
|
||
abort_when_not_enabled = yes | ||
|
||
ai_strategy = { | ||
type = area_priority | ||
id = hollin | ||
value = 50 | ||
} | ||
} | ||
|
||
LTH_build_civs_in_caras = { | ||
enable = { | ||
has_war = no | ||
threat < 0.5 # Things are getting too hot, time to build mils | ||
} | ||
allowed = { | ||
original_tag = LTH | ||
} | ||
|
||
abort_when_not_enabled = yes | ||
|
||
ai_strategy = { | ||
type = build_building | ||
id = industrial_complex | ||
target = 75 | ||
value = 15 # Get *at least* 12 civs into state 75 first, that way we can get the most out of the "twin hearts" focus | ||
} | ||
|
||
ai_strategy = { | ||
type = factory_build_score_factor | ||
target = 75 | ||
value = 100 | ||
} | ||
|
||
ai_strategy = { | ||
type = building_target | ||
id = industrial_complex | ||
value = 23 | ||
} | ||
} | ||
|
||
LTH_build_mils_in_amroth = { | ||
enable = { | ||
OR = { | ||
75 = { check_variable = { industrial_complex_level > 12 } } | ||
has_war = yes | ||
threat > 0.49 | ||
} | ||
} | ||
allowed = { | ||
original_tag = LTH | ||
} | ||
|
||
abort_when_not_enabled = yes | ||
|
||
ai_strategy = { | ||
type = build_building | ||
id = arms_factory | ||
target = 222 | ||
value = 50 # as many as will fit | ||
} | ||
|
||
ai_strategy = { | ||
type = factory_build_score_factor | ||
target = 222 | ||
value = 50 | ||
} | ||
|
||
ai_strategy = { | ||
type = building_target | ||
id = arms_factory | ||
value = 20 | ||
} | ||
} | ||
|
||
LTH_oath_of_feanor = { | ||
enable = { | ||
has_completed_focus = lth_theoathoffeanor | ||
} | ||
allowed = { | ||
original_tag = LTH | ||
} | ||
|
||
abort_when_not_enabled = yes | ||
|
||
ai_strategy = { | ||
type = antagonize | ||
id = MOR | ||
value = -100 | ||
} | ||
} | ||
|
||
LTH_act_aggressively = { | ||
enable = { | ||
has_government = belligerent | ||
is_subject = no | ||
} | ||
allowed = { | ||
original_tag = LTH | ||
} | ||
|
||
abort_when_not_enabled = yes | ||
|
||
ai_strategy = { | ||
type = consider_weak | ||
id = MOA | ||
value = 10 | ||
} | ||
|
||
ai_strategy = { | ||
type = consider_weak | ||
id = MOC | ||
value = 10 | ||
} | ||
|
||
ai_strategy = { | ||
type = consider_weak | ||
id = VAL | ||
value = 10 | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
MOR_default_strategy = { | ||
enable = { | ||
always = yes | ||
} | ||
allowed = { | ||
original_tag = MOR | ||
} | ||
|
||
abort_when_not_enabled = yes | ||
|
||
ai_strategy = { | ||
type = build_building | ||
id = infrastructure | ||
target = 863 | ||
value = 100 | ||
} | ||
ai_strategy = { | ||
type = build_building | ||
id = infrastructure | ||
target = 862 | ||
value = 100 | ||
} | ||
ai_strategy = { | ||
type = build_building | ||
id = infrastructure | ||
target = 861 | ||
value = 100 | ||
} | ||
|
||
ai_strategy = { | ||
type = prepare_for_war | ||
id = GON | ||
value = 50 | ||
} | ||
|
||
ai_strategy = { | ||
type = area_priority | ||
id = erebor | ||
value = -50 | ||
} | ||
|
||
ai_strategy = { | ||
type = area_priority | ||
id = rhovanion | ||
value = -50 | ||
} | ||
} | ||
|
||
MOR_time_to_conquer_gondor = { | ||
enable = { | ||
date > "3022.1.1" | ||
strength_ratio = { | ||
tag = GON | ||
ratio > 2 | ||
} | ||
} | ||
allowed = { | ||
original_tag = MOR | ||
} | ||
|
||
abort_when_not_enabled = yes | ||
|
||
ai_strategy = { | ||
type = antagonize | ||
id = GON | ||
value = -100 | ||
} | ||
|
||
ai_strategy = { | ||
type = conquer | ||
id = GON | ||
value = 100 | ||
} | ||
} |
Large diffs are not rendered by default.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
GON_historical_plan = { | ||
name = "Gondor historical plan" | ||
desc = "Historical behavior for Gondor" | ||
|
||
allowed = { | ||
original_tag = GON | ||
} | ||
|
||
enable = { | ||
is_historical_focus_on = yes | ||
} | ||
abort = { | ||
always = no | ||
} | ||
|
||
ai_national_focuses = { | ||
GON_internal_policy_department | ||
GON_reinforce_osgilliath | ||
GON_where_is_the_string | ||
GON_university_of_minas_tirith | ||
|
||
GON_honor_isildurs_legacy | ||
GON_prepare_for_the_king_return | ||
GON_rally_support_from_the_people | ||
GON_limit_denethor_militair_power | ||
|
||
GON_prepare_for_the_growing_theat_north | ||
GON_improve_infrastructure_west | ||
|
||
GON_limit_denethor_political_power | ||
GON_declare_aragorn_the_rightful_heir | ||
|
||
GON_invite_aragorn_to_minas_tirith | ||
GON_crown_aragorn_king | ||
GON_restore_the_kingdom_of_gondor | ||
} | ||
|
||
focus_factors = { | ||
GON_have_boromir_steal_the_ring = 0 | ||
GON_send_faramir_with_the_fellowship = 0 | ||
GON_delegitimize_aragorns_claim = 0 | ||
GON_persuade_aragorn_to_come_to_Gondor = 0 | ||
} | ||
} | ||
|
||
GON_cooperative_unhistorical = { | ||
name = "Gondor cooperative unhistorical" | ||
desc = "" | ||
|
||
allowed = { | ||
original_tag = GON | ||
} | ||
|
||
enable = { | ||
is_historical_focus_on = no | ||
has_country_flag = gameplan_going_cooperative | ||
} | ||
abort = { | ||
always = no | ||
} | ||
|
||
focus_factors = { | ||
GON_delegitimize_aragorns_claim = 0 | ||
} | ||
} | ||
|
||
GON_revolutionary_unhistorical = { | ||
name = "Gondor revolutionary unhistorical" | ||
desc = "" | ||
|
||
allowed = { | ||
original_tag = GON | ||
} | ||
|
||
enable = { | ||
is_historical_focus_on = no | ||
has_country_flag = gameplan_going_revolutionary | ||
} | ||
abort = { | ||
always = no | ||
} | ||
|
||
ai_national_focuses = { | ||
GON_ensure_popular_support | ||
GON_defame_isildurs_lineage | ||
GON_gondor_needs_no_king | ||
GON_purge_the_aristocracy | ||
GON_meritocracy | ||
GON_the_tolfalas_stalemate | ||
GON_prepare_an_invasion_force | ||
GON_the_peoples_fleet | ||
} | ||
|
||
focus_factors = { | ||
GON_delegitimize_aragorns_claim = 2 | ||
GON_purge_the_crown_loyalists = 2 | ||
GON_honor_isildurs_legacy = 0 | ||
GON_the_steward_of_gondor = 0 | ||
} | ||
} | ||
|
||
GON_unaligned_unhistorical = { | ||
name = "Gondor unaligned unhistorical" | ||
desc = "" | ||
|
||
allowed = { | ||
original_tag = GON | ||
} | ||
|
||
enable = { | ||
is_historical_focus_on = no | ||
has_country_flag = gameplan_going_unaligned | ||
} | ||
abort = { | ||
always = no | ||
} | ||
|
||
focus_factors = { | ||
GON_honor_isildurs_legacy = 0 | ||
GON_gondor_needs_no_king = 0 | ||
} | ||
} |
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
generic_slow_buildup = { | ||
name = "Generic Slow Buildup" | ||
desc = "Behaviour for AIs with generic focus tree" | ||
|
||
allowed = { | ||
OR = { | ||
tag = CAR | ||
tag = DAL | ||
tag = DOR | ||
tag = ENE | ||
tag = GUN | ||
tag = LIN | ||
tag = RHD | ||
tag = VAL | ||
} | ||
} | ||
|
||
enable = { | ||
has_country_flag = gameplan_slow_buildup | ||
} | ||
abort = { | ||
always = no | ||
} | ||
|
||
ai_national_focuses = { | ||
industrial_effort | ||
construction_effort | ||
construction_effort_2 | ||
infrastructure_effort | ||
construction_effort_3 | ||
generic_construction_effort_4 | ||
infrastructure_effort_2 | ||
extra_tech_slot | ||
} | ||
|
||
research = { | ||
construction1 = 3 | ||
construction2 = 3 | ||
metalworking = 3 | ||
improved_machine_tools = 3 | ||
concentrated_industry = 3 | ||
} | ||
|
||
traits = { | ||
level_headed_financier = 10 | ||
construction_engineer = 10 | ||
ruthless_pillager = 5 | ||
backalley_dealer = 5 | ||
} | ||
} | ||
|
||
generic_fast_rearm = { | ||
name = "Generic Fast Rearm" | ||
desc = "Behaviour for AIs with generic focus tree" | ||
|
||
allowed = { | ||
OR = { | ||
tag = CAR | ||
tag = DAL | ||
tag = DOR | ||
tag = ENE | ||
tag = GUN | ||
tag = LIN | ||
tag = RHD | ||
tag = VAL | ||
} | ||
} | ||
|
||
enable = { | ||
has_country_flag = gameplan_fast_rearm | ||
} | ||
abort = { | ||
always = no | ||
} | ||
|
||
ai_national_focuses = { | ||
industrial_effort | ||
production_effort | ||
production_effort_2 | ||
production_effort_3 | ||
generic_production_effort_4 | ||
army_effort | ||
equipment_effort | ||
} | ||
|
||
research = { | ||
metalworking = 3 | ||
improved_machine_tools = 3 | ||
advanced_machine_tools = 3 | ||
} | ||
|
||
traits = { | ||
military_industrialist = 3 | ||
military_researcher = 3 | ||
military_architect = 10 | ||
} | ||
} | ||
|
||
generic_fast_ideology_switch = { | ||
name = "Generic historical plan" | ||
desc = "Behaviour for AIs with generic focus tree" | ||
|
||
allowed = { | ||
OR = { | ||
tag = CAR | ||
tag = DAL | ||
tag = DOR | ||
tag = ENE | ||
tag = GUN | ||
tag = LIN | ||
tag = RHD | ||
tag = VAL | ||
} | ||
} | ||
|
||
enable = { | ||
has_country_flag = gameplan_fast_ideology_switch | ||
} | ||
abort = { | ||
always = no | ||
} | ||
|
||
focus_factors = { | ||
political_effort = 10 | ||
collectivist_ethos = 10 | ||
nationalism_focus = 10 | ||
internationalism_focus = 10 | ||
liberty_ethos = 10 | ||
} | ||
|
||
traits = { | ||
superiority_preacher = 3 | ||
rabble_rouser = 3 | ||
cautious_stoicist = 3 | ||
benevolent_protector = 3 | ||
} | ||
} |
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
autonomy_state = { | ||
id = autonomy_ea_hegemony_subject | ||
|
||
is_puppet = no | ||
|
||
min_freedom_level = 0.7 | ||
|
||
manpower_influence = 0.7 | ||
|
||
rule = { | ||
desc = "RULE_DESC_IS_A_SUBJECT" | ||
|
||
can_not_declare_war = yes | ||
can_decline_call_to_war = no | ||
can_be_spymaster = no | ||
contributes_operatives = no | ||
can_create_collaboration_government = no | ||
} | ||
|
||
modifier = { | ||
autonomy_manpower_share = 0.7 | ||
can_master_build_for_us = 1 | ||
extra_trade_to_overlord_factor = 0.6 | ||
overlord_trade_cost_factor = -0.6 | ||
cic_to_overlord_factor = 0.25 | ||
autonomy_gain_global_factor = -0.3 | ||
} | ||
|
||
ai_subject_wants_higher = { | ||
factor = 1.0 | ||
} | ||
|
||
ai_overlord_wants_lower = { | ||
factor = 1.0 | ||
} | ||
|
||
ai_overlord_wants_garrison = { | ||
always = no | ||
} | ||
|
||
allowed = { | ||
always = no | ||
} | ||
|
||
can_take_level = { | ||
|
||
} | ||
|
||
can_lose_level = { | ||
#trigger here | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
autonomy_state = { | ||
id = autonomy_fiefdom | ||
|
||
is_puppet = yes | ||
|
||
min_freedom_level = 0.75 | ||
|
||
manpower_influence = 0.9 | ||
|
||
rule = { | ||
desc = "RULE_DESC_IS_A_SUBJECT" | ||
|
||
can_not_declare_war = yes | ||
can_decline_call_to_war = yes | ||
units_deployed_to_overlord = no | ||
can_be_spymaster = no | ||
contributes_operatives = yes | ||
can_create_collaboration_government = no | ||
} | ||
|
||
modifier = { | ||
can_master_build_for_us = 1 | ||
extra_trade_to_overlord_factor = 1.0 | ||
overlord_trade_cost_factor = -0.9 | ||
cic_to_overlord_factor = 0.25 | ||
mic_to_overlord_factor = 0.25 | ||
license_subject_master_purchase_cost = -1 | ||
} | ||
|
||
ai_subject_wants_higher = { | ||
factor = 1.0 | ||
} | ||
|
||
ai_overlord_wants_lower = { | ||
factor = 0.0 | ||
} | ||
|
||
ai_overlord_wants_garrison = { | ||
always = yes | ||
} | ||
|
||
can_take_level = { | ||
#trigger here | ||
} | ||
|
||
can_lose_level = { | ||
#trigger here | ||
} | ||
} |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
|
||
ring_corruption_balance = { | ||
|
||
initial_value = 0.0 | ||
|
||
left_side = ring_corruption_good | ||
right_side = ring_corruption_bad | ||
|
||
decision_category = ring_corruption_decisions_bop | ||
|
||
range = { | ||
id = corruption_neutral | ||
min = -0.25 | ||
max = 0.25 | ||
modifier = { | ||
belligerent_drift = 0.03 | ||
} | ||
} | ||
side = { | ||
id = ring_corruption_good | ||
icon = GFX_idea_one_ring | ||
|
||
range = { | ||
id = corruption_good_high | ||
min = -1.0 | ||
max = -0.65 | ||
on_activate = { | ||
MOR = { set_country_flag = fs_disable_corruption_decision } | ||
custom_effect_tooltip = corruption_good_high_tt | ||
} | ||
on_deactivate = { | ||
MOR = { clr_country_flag = fs_disable_corruption_decision } | ||
custom_effect_tooltip = corruption_good_high_off_tt | ||
} | ||
modifier = { | ||
army_attack_factor = 0.1 | ||
army_defence_factor = 0.1 | ||
} | ||
} | ||
range = { | ||
id = corruption_good_low | ||
min = -0.65 | ||
max = -0.25 | ||
modifier = { | ||
army_attack_factor = 0.05 | ||
army_defence_factor = 0.05 | ||
} | ||
} | ||
} | ||
side = { | ||
id = ring_corruption_bad | ||
icon = GFX_idea_sauron_eye | ||
range = { | ||
id = corruption_bad_low | ||
min = 0.25 | ||
max = 0.65 | ||
modifier = { | ||
belligerent_drift = 0.05 | ||
stability_weekly = -0.02 | ||
} | ||
} | ||
range = { | ||
id = corruption_bad_high | ||
min = 0.65 | ||
max = 0.99 | ||
on_activate = { | ||
var:global.fs_ring_owner = { set_country_flag = fs_disable_ring_destruction } | ||
custom_effect_tooltip = corruption_bad_high_tt | ||
|
||
hidden_effect = { | ||
country_event = fs.107 | ||
} | ||
} | ||
on_deactivate = { | ||
var:global.fs_ring_owner = { clr_country_flag = fs_disable_ring_destruction } | ||
custom_effect_tooltip = corruption_bad_high_off_tt | ||
} | ||
modifier = { | ||
belligerent_drift = 0.08 | ||
stability_weekly = -0.03 | ||
} | ||
} | ||
range = { | ||
id = corruption_bad_corrupted | ||
min = 0.99 | ||
max = 1.0 | ||
on_activate = { | ||
ring_give_sauron_ring = yes | ||
} | ||
on_deactivate = { | ||
|
||
} | ||
} | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
characters={ | ||
DAM_imrahil={ | ||
name="Prince Imrahil" | ||
portraits={ | ||
civilian={ | ||
large="GFX_portrait_dol_amroth_imrahil" | ||
small="GFX_idea_portrait_dol_amroth_imrahil" | ||
} | ||
} | ||
country_leader={ | ||
ideology=protective | ||
expire="1980.1.1.1" | ||
id=-1 | ||
} | ||
country_leader={ | ||
ideology=isolationist | ||
expire="1980.1.1.1" | ||
id=-1 | ||
} | ||
country_leader={ | ||
ideology=expansionist | ||
expire="1980.1.1.1" | ||
id=-1 | ||
} | ||
country_leader={ | ||
ideology=collectivist | ||
expire="1980.1.1.1" | ||
id=-1 | ||
} | ||
|
||
field_marshal={ | ||
traits={ thorough_planner } | ||
skill=3 | ||
attack_skill=2 | ||
defense_skill=2 | ||
planning_skill=4 | ||
logistics_skill=3 | ||
} | ||
} | ||
DAM_amrothos={ | ||
name="Prince Amrothos" | ||
portraits={ | ||
civilian={ | ||
large="GFX_portrait_dol_amroth_amrothos" | ||
small="GFX_idea_portrait_dol_amroth_amrothos" | ||
} | ||
} | ||
|
||
field_marshal={ | ||
traits={ panzer_leader } | ||
skill=2 | ||
attack_skill=3 | ||
defense_skill=2 | ||
planning_skill=3 | ||
logistics_skill=2 | ||
} | ||
country_leader={ | ||
ideology=isolationist | ||
expire="1980.1.1.1" | ||
id=-1 | ||
} | ||
} | ||
DAM_lothiriel={ | ||
name="Lothíriel" | ||
portraits={ | ||
civilian={ | ||
large="GFX_portrait_dol_amroth_lothiriel" | ||
small="GFX_idea_portrait_dol_amroth_lothiriel" | ||
} | ||
} | ||
advisor = { | ||
idea_token = DAM_lothiriel | ||
slot = political_advisor | ||
cost = 150 | ||
traits = { rohan_ambassador } | ||
available = { | ||
NOT = { has_government = revolutionary } | ||
} | ||
} | ||
} | ||
} |
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
graphical_culture = commonwealth_gfx | ||
graphical_culture_2d = southamerican_2d | ||
|
||
color = { 255 204 204 } |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
|
||
graphical_culture = eastern_european_gfx | ||
graphical_culture_2d = eastern_european_2d | ||
|
||
color = { 10 219 191 } |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
|
||
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
################ | ||
##### GON ###### | ||
################ | ||
GON_army_of_the_death = { | ||
GON_seek_out_the_spooky_ghosts = { | ||
icon = GFX_decision_generic_civil_support | ||
cost = 200 | ||
|
||
visible = { | ||
|
||
} | ||
|
||
available = { | ||
163 = { is_controlled_by = GON } | ||
has_war = yes | ||
} | ||
|
||
fire_only_once = yes | ||
fixed_random_seed = no | ||
complete_effect = { | ||
news_event = { hours = 12 id = news.365 } | ||
set_country_flag = GON_called_on_dead_men_of_dunharrow | ||
custom_effect_tooltip = "King of the Dead will be available as a general" | ||
custom_effect_tooltip = "10 divisions of ghosts will spawn next to Minas Tirith" | ||
add_ideas = GON_army_of_the_death | ||
hidden_effect = { | ||
load_oob = "GON_Ghosts" | ||
} | ||
} | ||
ai_will_do = { | ||
factor = 10 | ||
} | ||
} | ||
GON_complete_their_oath = { | ||
icon = GFX_decision_generic_civil_support | ||
cost = 25 | ||
|
||
visible = { | ||
|
||
} | ||
|
||
available = { | ||
has_idea = GON_army_of_the_death | ||
has_country_flag = GON_called_on_dead_men_of_dunharrow | ||
} | ||
|
||
fire_only_once = yes | ||
fixed_random_seed = no | ||
complete_effect = { | ||
remove_unit_leader = 13 | ||
remove_ideas = GON_army_of_the_death | ||
set_country_flag = GON_men_of_dunharrow_fullfiled_their_oath | ||
delete_unit_template_and_units = { division_template = "Dead Infantry" } | ||
} | ||
ai_will_do = { | ||
factor = 10 | ||
} | ||
} | ||
} | ||
|
||
political_actions = { | ||
GON_increase_taxation = { | ||
icon = GFX_decision_generic_4 | ||
cost = 100 | ||
|
||
visible = { | ||
original_tag = GON | ||
NOT = { has_idea = high_taxes } | ||
} | ||
|
||
available = { | ||
always = yes | ||
} | ||
|
||
fire_only_once = yes | ||
fixed_random_seed = no | ||
complete_effect = { | ||
if = { | ||
limit = { has_idea = low_taxes } | ||
add_ideas = medium_taxes | ||
} | ||
else_if = { | ||
limit = { has_idea = medium_taxes } | ||
add_ideas = high_taxes | ||
} | ||
|
||
add_stability = -0.1 | ||
add_popularity = { | ||
ideology = unaligned | ||
popularity = -0.1 | ||
} | ||
add_popularity = { | ||
ideology = revolutionary | ||
popularity = 0.1 | ||
} | ||
} | ||
ai_will_do = { | ||
base = 0 | ||
modifier = { | ||
add = 25 | ||
is_going_revolutionary = yes | ||
has_completed_focus = GON_defame_isildurs_lineage | ||
} | ||
} | ||
} | ||
} |