Skip to content

Commit

Permalink
Update removable_file_blocks_tfe.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jan 5, 2025
1 parent 61b1b8d commit 1b43124
Showing 1 changed file with 72 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,41 @@
# Other
{
#### Starting events stuff
if = {
limit = {
game_start_date = 361.11.17
}
character:145237 = {
add_character_flag = {
flag = immune_to_disease
years = 5
}
}
character:145232 = {
add_character_flag = {
flag = immune_to_disease
years = 5
}
}
character:145231 = {
add_character_flag = {
flag = immune_to_disease
years = 5
}
}
}
if = {
limit = {
game_start_date = 361.11.17
title:e_roman_empire.holder = character:145237
}
character:145237 = {
trigger_event = {
id = western_roman.0081
days = 2
}
}
}
if = {
limit = {
game_start_date = 395.1.17
Expand Down Expand Up @@ -1592,6 +1627,9 @@
title:e_byzantium.holder ?= {
add_gold = 1000
}
character:200290 = {
remove_claim = title:d_muntenia
}
character:balamer_01 ?= {
add_prestige = 3000
spawn_army = {
Expand Down Expand Up @@ -2359,11 +2397,13 @@
# Restore the main branch of the Vakataka Dynasty

reclaim_vakataka_decision = {
picture = "gfx/interface/illustrations/decisions/decision_dynasty_house.dds"
picture = {
reference = "gfx/interface/illustrations/decisions/decision_dynasty_house.dds"
}
decision_group_type = major

desc = reclaim_vakataka_decision_desc
selection_tooltip = reclaim_vakataka_decision_tooltip
major = yes

ai_check_interval = 120

Expand All @@ -2388,7 +2428,7 @@ reclaim_vakataka_decision = {

is_valid_showing_failures_only = {
is_available_adult = yes
is_landed = yes
is_landed_or_landless_administrative = yes
}

cost = {
Expand Down Expand Up @@ -2435,17 +2475,19 @@ reclaim_vakataka_decision = {
{
#Restore the Three Crowned Kings
muvendhar_restoration_decision = {
picture = "gfx/interface/illustrations/decisions/decision_dynasty_house.dds"
picture = {
reference = "gfx/interface/illustrations/decisions/decision_dynasty_house.dds"
}
decision_group_type = cultural

desc = muvendhar_restoration_decision_desc
selection_tooltip = muvendhar_restoration_decision_tooltip
major = yes

ai_check_interval = 120

is_shown = {
is_ruler = yes
is_landed = yes
is_landed_or_landless_administrative = yes
OR = {
culture = culture:tamil
culture = culture:malaiya
Expand Down Expand Up @@ -2524,10 +2566,12 @@ muvendhar_restoration_decision = {
"common\decisions\TFE_rome_decisions.txt" = {
{
recall_belisarius = {
picture = "gfx/interface/illustrations/decisions/decision_roman_knight.dds"
major = yes
picture = {
reference = "gfx/interface/illustrations/decisions/decision_roman_knight.dds"
}
decision_group_type = roman

ai_check_interval = 12
ai_check_interval = 6

desc = recall_belisarius_desc
selection_tooltip = recall_belisarius_tooltip
Expand All @@ -2539,18 +2583,13 @@ recall_belisarius = {
target = flag:recall_belisarius
}
}
OR = {
root = global_var:justinian
has_trait = paranoid
}
#OR = {
# root = global_var:justinian
# has_trait = paranoid
#}
has_global_variable = vandalic_war_won
current_date >= 530.1.1
current_date <= 600.1.1
character:belisarius_001 = title:k_africae.holder
game_start_date = 532.2.1
}

is_valid = {
OR = {
has_title = title:e_byzantium
has_title = title:e_roman_empire
Expand All @@ -2559,6 +2598,11 @@ recall_belisarius = {
title:k_africae.holder = {
is_vassal_of = root
}
game_start_date = 532.2.1
}

is_valid = {
character:belisarius_001 = title:k_africae.holder
}

effect = {
Expand Down Expand Up @@ -2620,10 +2664,12 @@ recall_belisarius = {

{
start_amalasuntha_coup = {
picture = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
major = yes
picture = {
reference = "gfx/interface/illustrations/decisions/decision_destiny_goal.dds"
}
decision_group_type = roman

ai_check_interval = 1
ai_goal = yes

desc = start_amalasuntha_coup_desc
selection_tooltip = start_amalasuntha_coup_tooltip
Expand Down Expand Up @@ -2712,13 +2758,14 @@ start_amalasuntha_coup = {
base = 100
}
}

}

{
vandalic_war = {
picture = "gfx/interface/illustrations/decisions/decision_vandalic_war.dds"
major = yes
picture = {
reference = "gfx/interface/illustrations/decisions/decision_vandalic_war.dds"
}
decision_group_type = roman

ai_check_interval = 12

Expand Down Expand Up @@ -2797,7 +2844,7 @@ vandalic_war = {
}

ai_potential = {
is_at_war = no
always = yes
}
ai_will_do = {
base = 100
Expand Down

0 comments on commit 1b43124

Please sign in to comment.