Skip to content

Commit

Permalink
Added tradition swaps for starborn
Browse files Browse the repository at this point in the history
  • Loading branch information
draconas1 committed Feb 26, 2022
1 parent 212de38 commit 5249465
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 0 deletions.
1 change: 1 addition & 0 deletions Steam-description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ By using the Satellite Complex megastructure it is entirely possible to have a h
This mod makes changes to:
[list]
[*] Vanilla "expand habitat" decisions
[*] All void-dweller tradition swaps (only the swapped stages) to count starborn as void dwellers.
[*] Adjusts the final Worm in Waiting event to not do stupid things to the Oribtal City.
[/list]

Expand Down
120 changes: 120 additions & 0 deletions common/traditions/starborn-tradition-overrides.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
tr_expansion_finish = {
modifier = {
planet_non_artificial_max_districts_add = 1
ascension_perks_add = 1
}

tradition_swap = {
name = tr_expansion_finish_void
inherit_name = yes
inherit_icon = yes
trigger = {
OR = {
has_origin = origin_void_dwellers
has_starborn = yes
}
}
modifier = {
megastructures_habitat_cost_mult = -0.20
ascension_perks_add = 1
}
weight = {
factor = 1
}
}
}

tr_prosperity_public_works = {
possible = {
has_tradition = tr_prosperity_sct
}

tradition_swap = {
name = tr_prosperity_extended_hives
inherit_icon = yes
trigger = {
is_hive_empire = yes
}
weight = {
factor = 1
}
}

tradition_swap = {
name = tr_prosperity_optimized_nexus
trigger = {
is_machine_empire = yes
}
weight = {
factor = 1
}
}

tradition_swap = {
name = tr_prosperity_void_works
inherit_icon = yes

# Effects are implemented in 00_capital_buildings.txt

trigger = {
OR = {
has_origin = origin_void_dwellers
has_starborn = yes
}
}
weight = {
factor = 1
}
}

ai_weight = {
factor = 5000
}
}


tr_domination_adopt = {
modifier = {
deposit_blockers_cost_mult = -0.33
}

tradition_swap = {
name = tr_domination_adopt_void
inherit_name = yes
inherit_icon = yes
trigger = {
OR = {
has_origin = origin_void_dwellers
has_starborn = yes
}
}
# Effects are implemented in 00_capital_buildings.txt
weight = {
factor = 1
}
}
}

tr_adaptability_finish = {
modifier = {
ascension_perks_add = 1
}

tradition_swap = {
name = tr_adaptability_void_finish
inherit_icon = yes
inherit_name = yes
trigger = {
OR = {
has_origin = origin_void_dwellers
has_starborn = yes
}
}
modifier = {
ascension_perks_add = 1
}
weight = {
factor = 1
}
}
}

0 comments on commit 5249465

Please sign in to comment.