-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #183 from Wheatley11/master
血肉机械起源特供版基因飞升和传统
- Loading branch information
Showing
16 changed files
with
347 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
tradition_couplingyg = { | ||
tree_template = "tree_tt_1_1_1_1_1" | ||
adoption_bonus = "tr_couplingyg_adopt" | ||
finish_bonus = "tr_couplingyg_finish" | ||
|
||
potential = { | ||
OR = { | ||
has_origin = origin_heterozygous_structure | ||
# has_valid_civic = civic_machine_assimilator | ||
} | ||
} | ||
traditions = { | ||
"tr_couplingyg_data_coupling" | ||
"tr_couplingyg_similar_coupling" | ||
"tr_couplingyg_diseases_coupling" | ||
"tr_couplingyg_different_coupling" | ||
"tr_couplingyg_overall_coupling" | ||
} | ||
|
||
ai_weight = { | ||
factor = 1000 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
@ap_genetic_opener_POINTS = 2 | ||
@ap_genetic_finisher_POINTS = 2 | ||
|
||
tr_couplingyg_adopt = { | ||
possible = { | ||
has_ascension_perk = ap_engineered_evolution_yg | ||
# has_technology = tech_gene_tailoring | ||
} | ||
unlocks_agenda = agenda_genetic_pursuit | ||
modifier = { | ||
description_parameters = { | ||
POINTS = @ap_genetic_opener_POINTS | ||
} | ||
MACHINE_species_trait_points_add = 1 | ||
} | ||
# Unlocks Clone Vats | ||
} | ||
|
||
tr_couplingyg_finish = { | ||
modifier = { | ||
ascension_perks_add = 1 | ||
description = tr_couplingyg_finish_modifier_desc | ||
description_parameters = { | ||
POINTS = @ap_genetic_finisher_POINTS | ||
} | ||
MACHINE_species_trait_points_add = 1 | ||
} | ||
|
||
tradition_swap = { | ||
name = tr_genetics_finish_extra_traits | ||
inherit_icon = yes | ||
inherit_name = yes | ||
trigger = { | ||
has_genetic_dlc = yes | ||
} | ||
|
||
|
||
modifier = { | ||
ascension_perks_add = 1 | ||
description = tr_genetics_finish_extra_traits_modifier_desc | ||
description_parameters = { | ||
POINTS = @ap_genetic_finisher_POINTS | ||
} | ||
BIOLOGICAL_species_trait_points_add = @ap_genetic_finisher_POINTS | ||
} | ||
} | ||
} | ||
|
||
tr_couplingyg_data_coupling = { | ||
modifier = { | ||
modify_species_cost_mult = -0.50 | ||
MACHINE_species_trait_points_add = 1 | ||
} | ||
} | ||
|
||
tr_couplingyg_similar_coupling = { | ||
possible = { | ||
has_tradition = tr_couplingyg_data_coupling | ||
} | ||
custom_tooltip_with_modifiers = tr_couplingyg_similar_coupling_desc | ||
} | ||
|
||
tr_couplingyg_diseases_coupling = { | ||
possible = { | ||
has_tradition = tr_couplingyg_similar_coupling | ||
} | ||
# Can alter organic pop appearance within the same archtype | ||
custom_tooltip = tr_genetics_enhanced_expression_desc | ||
} | ||
|
||
tr_couplingyg_different_coupling = { | ||
possible = { | ||
has_tradition = tr_couplingyg_similar_coupling | ||
} | ||
custom_tooltip = tr_couplingyg_different_coupling_desc | ||
} | ||
|
||
tr_couplingyg_overall_coupling = { | ||
possible = { | ||
has_tradition = tr_couplingyg_diseases_coupling | ||
has_tradition = tr_couplingyg_different_coupling | ||
} | ||
modifier = { | ||
MACHINE_species_trait_picks_add = 1 | ||
} | ||
} |
Oops, something went wrong.