Mergable Event Ships
Purpose:
Allow the player to merge and upgrade all event ships. It’s mostly a quality of life adjustment, but adds tactical value and extends the "lifetime" of the ships.
It is based off the explanation by Han363 in their mod found here: https://steamcommunity.com/sharedfiles/filedetails/?id=2034863988
Method:
find all appropriate occurences of:
upgradable = no and set to "yes"
"can_change_leader" and set value to Yes, creating an entry if needed
can_change_leader = yes
"can_change_composition" and set value to Yes, creating an entry if needed
can_change_composition = yes
"can_upgrade" and set value to Yes, creating an entry if needed
can_upgrade = yes
Concerns:
not entirely sure which settings allow the merging, so ensured the above variables were set, adding them if necessary. not sure if this will affect any thing, but assuming it won’t. It might make the ships scale better tho
5/13/2022
Cepheus 3.4*
events*
ancient_relics_arcsite_events_1.txt
anomaly_events_1.txt
anomaly_events_2.txt
aquatics_events.txt
central_crystal_events.txt
crisis_events_1.txt
crisis_events_3.txt
distant_stars_events_1.txt
distant_stars_events_2.txt
distant_stars_events_3.txt
leviathans_events_1.txt
overlord_enclaves_events.txt
situation_events.txt
utopia_shroud_events.txt
"Testing"
research_all_technologies
max_resources
– Runs Immediately
event crisis.2473 0
event crisis.105 0
event crisis.71 0
event anomaly.2561 0
event distar.156 0
event utopia.3020 0
– have to wait for these to return from MIA
— undead
event aquatics.115 0
event distar.315 0
event distar.218 0
event distar.5016 0
event leviathans.675 0
event ancrel.4026 0
— ahab
event distar.214 0
– event chain
event enclave.312 0
event enclave.4250 0
— shroud touched event chain
event enclave.5145 0
event enclave.5145 0
event enclave.5065 0
lost amoeba
event distar.50 0
— amoeba evoles
event distar.51 0
— 100 years
event distar.304 0
which l-cluster:
effect if = { limit = { has_global_flag = gray_goo_crisis_set } custom_tooltip = "Gray Tempest"}
else_if = { limit = { has_global_flag = dragon_season } custom_tooltip = "L-Drake" }
else_if = { limit = { has_global_flag = gray_goo_empire_set } custom_tooltip = "Dessanu Consonance" }
else = { custom_tooltip = "Gray" }