Skip to content

Commit

Permalink
There is no ending to TFE fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains committed Jan 23, 2025
1 parent d801b74 commit 8a4719b
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34041,4 +34041,65 @@ restore_palmyrene_empire_decision = {
}
}
}
}


"common/scripted_modifiers/00_voter_strength_scripted_modifiers.txt" = {
# from error.log:
# Error: "Unknown trigger type: divide, near line: 1010
# Unknown trigger type: round, near line: 1011" in file: "common/scripted_modifiers/00_voter_strength_scripted_modifiers.txt" near line: 1016
{
modifier = { #Being a good general.
desc = tooltip_hunnic_vote_strength_elector_marshal
add = prowess
add = martial
divide = 2
round = yes
OR = {
is_knight_of = scope:holder
has_council_position = councillor_marshal
is_diarch_of_target = scope:holder
}
}
}
}


"common/vassal_contracts/eranshar.txt" = {
# from error.log:
# Error: "Unexpected token: liege_opinion, near line: 126" in file: "common/vassal_contracts/eranshar.txt" near line: 126
{
liege_opinion = -30
}
}


"common/vassal_contracts/gupta.txt" = {
# from error.log:
# Error: "Unexpected token: liege_opinion, near line: 89" in file: "common/vassal_contracts/gupta.txt" near line: 89
{
liege_opinion = -30
}
}


"common/vassal_contracts/islamic.txt" = {
# from error.log:
# Error: "Unexpected token: if, near line: 91" in file: "common/vassal_contracts/islamic.txt" near line: 104
{
if = {
limit = {
AND = {
NOT = {
scope:vassal.faith = scope:liege.faith
}
scope:liege = {
has_religion = religion:islam_religion
}
}
}
tax = 0.2
vassal_opinion = -20
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1274,4 +1274,136 @@ scripted_trigger valid_migrator = {
}
} # end of after
}
}


"events/celtic_events.txt" = {
# from error.log:
# Error: religion_tag trigger [ Invalid religion tag 'pagan_religion' ]
replace = {
before = {
faith = { religion_tag = pagan_religion }
}
after = {
faith = { religion_tag = paganism_religion }
}
}
}


"gfx/portraits/accessory_variations/EPE_etrxa_accessory.txt" = {
# from error.log:
# Could not find texture due to 'VFSOpen Error: gfx/portraits/accessory_variations/textures/color_palette_female_headgear_western_nobility_05.dds not found'
replace = {
before = {
texture = "gfx/portraits/accessory_variations/textures/color_palette_female_headgear_western_nobility_05.dds"
}
after = {
texture = "gfx/portraits/accessory_variations/textures/color_palette_fp2_iberian_christian_low_headgear_female_01.dds"
}
}
}


"common/bookmark_portraits/bookmark_reconquest_belisarius.txt" = {
replace = {
before = {
clothes={ "male_clothes_roman_nobility_03" 0 "most_clothes" 0 }
headgear={ "no_headgear" 0 "no_headgear" 0 }
hairstyles={ "fp2_hairstyles_iberian_muslim_wavy" 85 "all_hairstyles" 0 }
clothes={ "male_clothes_roman_nobility_03" 79 "most_clothes" 0 }
} # end of before

after = {
clothes={ "male_clothes_roman_nobility_03" 0 "most_clothes" 0 }
headgear={ "no_headgear" 0 "no_headgear" 0 }
hairstyles={ "fp2_hairstyles_iberian_muslim_wavy" 85 "all_hairstyles" 0 }
} # end of after
}
}


"common/men_at_arms_types/TFE_maa_types.txt" = {
# from error.log:
# Error: "Variable name 'provisions_cost_infantry_cheap' is already taken: gold, near line: 59 (expanded from file: common/men_at_arms_types/TFE_maa_types.txt line: 58)
# Unexpected token: =, near line: 59" in file: "common/men_at_arms_types/TFE_maa_types.txt" near line: 59
replace = {
before = {
high_maintenance_cost = { gold = 0.45 }
@provisions_cost_infantry_cheap = 3
}
after = {
high_maintenance_cost = { gold = 0.45 }
provision_cost = @provisions_cost_infantry_cheap
}
}
}


"common/men_at_arms_types/TFE_cultural_maa_types.txt" = {
# from error.log:
# Error: "Malformed token: provisions_cost_infantry_bankrupting, near line: 91" in file: "common/men_at_arms_types/TFE_cultural_maa_types.txt" near line: 91
replace = {
before = {
provision_cost = provisions_cost_infantry_bankrupting
}
after = {
provision_cost = @provisions_cost_infantry_bankrupting
}
}

# from error.log:
# Error: "Malformed token: provisions_cost_cavalry_bankrupting, near line: 133" in file: "common/men_at_arms_types/TFE_cultural_maa_types.txt" near line: 133
replace = {
before = {
provision_cost = provisions_cost_cavalry_bankrupting
}
after = {
provision_cost = @provisions_cost_cavalry_bankrupting
}
}

# from error.log:
# Error: "Malformed token: provisions_cost_infantry_expensive, near line: 54" in file: "common/men_at_arms_types/TFE_cultural_maa_types.txt" near line: 54
replace = {
before = {
provision_cost = provisions_cost_infantry_expensive
}
after = {
provision_cost = @provisions_cost_infantry_expensive
}
}

# from error.log:
# Error: "Malformed token: provisions_cost_infantry_cheap, near line: 163" in file: "common/men_at_arms_types/TFE_cultural_maa_types.txt" near line: 163
replace = {
before = {
provision_cost = provisions_cost_infantry_cheap
}
after = {
provision_cost = @provisions_cost_infantry_cheap
}
}

# from error.log:
# Error: "Malformed token: provisions_cost_infantry_moderate, near line: 515" in file: "common/men_at_arms_types/TFE_cultural_maa_types.txt" near line: 515
replace = {
before = {
provision_cost = provisions_cost_infantry_moderate
}
after = {
provision_cost = @provisions_cost_infantry_moderate
}
}

# from error.log:
# Error: "Malformed token: provisions_cost_cavalry_cheap, near line: 722" in file: "common/men_at_arms_types/TFE_cultural_maa_types.txt" near line: 722
replace = {
before = {
provision_cost = provisions_cost_cavalry_cheap
}
after = {
provision_cost = @provisions_cost_cavalry_cheap
}
}
}

0 comments on commit 8a4719b

Please sign in to comment.