Skip to content

Commit

Permalink
Update objects.xml
Browse files Browse the repository at this point in the history
- change Effect of Heavy Industry Tech 11 (Tier 5): no longer +1 primary module, changed logistic increase from +5 to +3, added secondary outputs to Astronaut Training camps
- change required population of Arctic Astronaut trainings camp for 100% productivity from 500 to 2500
- change required population of Moon and Tundra Astronaut trainings camp for 100% productivity from 500 to 1000
  • Loading branch information
Taludas committed Jun 1, 2024
1 parent 964f8ee commit 953d9a2
Showing 1 changed file with 43 additions and 7 deletions.
50 changes: 43 additions & 7 deletions data/dlc02/config/game/asset/objects.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
</InactiveCosts>
</Maintenance>
<Selection>
<GUIType>Production</GUIType>
<PortraitProfileAsset>12013287</PortraitProfileAsset>
</Selection>
<Text>
Expand All @@ -99,7 +100,15 @@
</Text>
<Factory>
<Output>
<Item />
<Item>
<Type>AstronautsEarth</Type>
<Amount>103438</Amount>
</Item>
<Item>
<Type>Androids</Type>
<Amount>341336</Amount>
<NeededUnlock>12000349</NeededUnlock>
</Item>
</Output>
<LogisticUsage>-4096</LogisticUsage>
</Factory>
Expand Down Expand Up @@ -432,6 +441,7 @@
</InactiveCosts>
</Maintenance>
<Selection>
<GUIType>Production</GUIType>
<PortraitProfileAsset>12013288</PortraitProfileAsset>
</Selection>
<Text>
Expand All @@ -446,7 +456,15 @@
</Text>
<Factory>
<Output>
<Item />
<Item>
<Type>AstronautsArctic</Type>
<Amount>103438</Amount>
</Item>
<Item>
<Type>CannedFood</Type>
<Amount>341336</Amount>
<NeededUnlock>12000349</NeededUnlock>
</Item>
</Output>
<LogisticUsage>-4096</LogisticUsage>
</Factory>
Expand Down Expand Up @@ -486,7 +504,7 @@
<UpgradeList />
<Energy>
<RadiusUsed>106496</RadiusUsed>
<NeededPopulationForMaxProductivity>500</NeededPopulationForMaxProductivity>
<NeededPopulationForMaxProductivity>2500</NeededPopulationForMaxProductivity>
</Energy>
<UnlockTreeInfotipVisualization />
<InternalStorage>
Expand Down Expand Up @@ -596,6 +614,7 @@
</InactiveCosts>
</Maintenance>
<Selection>
<GUIType>Production</GUIType>
<PortraitProfileAsset>12013289</PortraitProfileAsset>
</Selection>
<Text>
Expand All @@ -610,7 +629,15 @@
</Text>
<Factory>
<Output>
<Item />
<Item>
<Type>AstronautsMoon</Type>
<Amount>103438</Amount>
</Item>
<Item>
<Type>AntiGravCompensators</Type>
<Amount>341336</Amount>
<NeededUnlock>12000349</NeededUnlock>
</Item>
</Output>
<LogisticUsage>-4096</LogisticUsage>
</Factory>
Expand Down Expand Up @@ -650,7 +677,7 @@
<UpgradeList />
<Energy>
<RadiusUsed>106496</RadiusUsed>
<NeededPopulationForMaxProductivity>500</NeededPopulationForMaxProductivity>
<NeededPopulationForMaxProductivity>1000</NeededPopulationForMaxProductivity>
</Energy>
<UnlockTreeInfotipVisualization />
<InternalStorage>
Expand Down Expand Up @@ -758,6 +785,7 @@
</InactiveCosts>
</Maintenance>
<Selection>
<GUIType>Production</GUIType>
<PortraitProfileAsset>12013288</PortraitProfileAsset>
</Selection>
<Text>
Expand All @@ -772,7 +800,15 @@
</Text>
<Factory>
<Output>
<Item />
<Item>
<Type>AstronautsArctic</Type>
<Amount>103438</Amount>
</Item>
<Item>
<Type>VRGenerators</Type>
<Amount>341336</Amount>
<NeededUnlock>12000349</NeededUnlock>
</Item>
</Output>
<LogisticUsage>-4096</LogisticUsage>
</Factory>
Expand Down Expand Up @@ -812,7 +848,7 @@
<UpgradeList />
<Energy>
<RadiusUsed>106496</RadiusUsed>
<NeededPopulationForMaxProductivity>500</NeededPopulationForMaxProductivity>
<NeededPopulationForMaxProductivity>1000</NeededPopulationForMaxProductivity>
</Energy>
<UnlockTreeInfotipVisualization />
<InternalStorage>
Expand Down

0 comments on commit 953d9a2

Please sign in to comment.