Skip to content

Commit

Permalink
2.2 Initial Compatibility Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
draconas1 committed Dec 9, 2018
1 parent 42d5478 commit 04a2dcb
Show file tree
Hide file tree
Showing 27 changed files with 88 additions and 1,627 deletions.
666 changes: 0 additions & 666 deletions common/buildings/staggered-habitats-buildings.txt

Large diffs are not rendered by default.

56 changes: 44 additions & 12 deletions common/deposits/staggered-habitats-deposits.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,49 @@
# Possible Deposit Variables
# modifier - weight, will replace the weight value
# modifier - factor, will multiply the weight value
# resources, resource and amount
# station = station class in orbit to gather
# if you mix resources that are not supposed to be collected by an orbital station remember to put is_orbital_slot = no
# Blockers that can appear on staggered habs

d_stag_hab_sync_orbit = {
d_stag_hab_unbuilt_habitat = {
time = 270

is_for_colonizeable = yes
category = deposit_cat_blockers

resources = {
sr_stag_hab_sync_orbit = 1
category = deposit_blockers
cost = {
energy = 100
minerals = 1000
}
}

planet_modifier = {
planet_max_districts_add = -1
}

ai_weight = {
weight = 1
}
is_orbital_slot = no
}

d_stag_hab_unbuilt_habitat_voidborn = {
time = 270

is_for_colonizeable = yes
category = deposit_cat_blockers

drop_weight = {
weight = 0
resources = {
category = deposit_blockers
cost = {
energy = 100
minerals = 1000
}
}
}

planet_modifier = {
planet_max_districts_add = -1
}

ai_weight = {
weight = 1
}

prerequisites = { "tech_stag_hab_increase_size1" }
}
Loading

0 comments on commit 04a2dcb

Please sign in to comment.