Skip to content

Commit

Permalink
gas giant config, regen bs
Browse files Browse the repository at this point in the history
  • Loading branch information
InvalidArgument3 committed Oct 19, 2024
1 parent f00d22c commit 552c793
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 5 deletions.
24 changes: 24 additions & 0 deletions Storage/2053202808.sbm_BlockRestrictions/BlockRestrictions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6776,5 +6776,29 @@
<AllowedForPlayerStaticOnly>false</AllowedForPlayerStaticOnly>
<AllowedForUnownedStaticOnly>false</AllowedForUnownedStaticOnly>
</SerializableBlockSetting>
<SerializableBlockSetting>
<Type>MyObjectBuilder_Collector/Quantum_Tether_Small</Type>
<PlayerMaxCount>0</PlayerMaxCount>
<GridMaxCount>0</GridMaxCount>
<FactionMaxCount>0</FactionMaxCount>
<AllowedForNPC>true</AllowedForNPC>
<AllowedForPlayer>true</AllowedForPlayer>
<AllowedForUnowned>true</AllowedForUnowned>
<AllowedForNPCStaticOnly>false</AllowedForNPCStaticOnly>
<AllowedForPlayerStaticOnly>false</AllowedForPlayerStaticOnly>
<AllowedForUnownedStaticOnly>false</AllowedForUnownedStaticOnly>
</SerializableBlockSetting>
<SerializableBlockSetting>
<Type>MyObjectBuilder_Collector/Quantum_Tether_Medium</Type>
<PlayerMaxCount>0</PlayerMaxCount>
<GridMaxCount>0</GridMaxCount>
<FactionMaxCount>0</FactionMaxCount>
<AllowedForNPC>true</AllowedForNPC>
<AllowedForPlayer>true</AllowedForPlayer>
<AllowedForUnowned>true</AllowedForUnowned>
<AllowedForNPCStaticOnly>false</AllowedForNPCStaticOnly>
<AllowedForPlayerStaticOnly>false</AllowedForPlayerStaticOnly>
<AllowedForUnownedStaticOnly>false</AllowedForUnownedStaticOnly>
</SerializableBlockSetting>
</Settings>
</BlockSaveData>
16 changes: 12 additions & 4 deletions Storage/3041302865.sbm_TetherBlock/Quantum_Tether_Config.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
[Config]
;Default: 1.0f - Minimum Required Power at the Lowest Range in MW
;[Large Grid] Default: 1.0f - Minimum Required Power at the Lowest Range in MW
MinimumPowerRequirement=1
;Default: 50.0f - Maximum Required Power at the Longest Range in MW
;[Large Grid] Default: 50.0f - Maximum Required Power at the Longest Range in MW
MaximumPowerRequirement=50
;Default: 5 - Minimum Block Range in Meters as a Diameter
;[Large Grid] Default: 5 - Minimum Block Range in Meters as a Diameter
MinBlockRange=5
;Default: 500 - Maximum Block Range in Meters as a Diameter
;[Large Grid] Default: 500 - Maximum Block Range in Meters as a Diameter
MaxBlockRange=500
;[Small Grid] Default: 0.25f - Minimum Required Power at the Lowest Range in MW
Small_MinimumPowerRequirement=0.25
;[Small Grid] Default: 12.5f - Maximum Required Power at the Longest Range in MW
Small_MaximumPowerRequirement=12.5
;[Small Grid] Default: 2 - Minimum Block Range in Meters as a Diameter
Small_MinBlockRange=2
;[Small Grid] Default: 125 - Maximum Block Range in Meters as a Diameter
Small_MaxBlockRange=125
;Default: 1 - Minimum Stock Amount for Components
MinStockAmount=1
;Default: 50 - Maximum Stock Amount for Components
Expand Down
2 changes: 1 addition & 1 deletion Storage/3232085677.sbm_RealGasGiants/Config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<HasRing>true</HasRing>
<RingSkin>Default2</RingSkin>
<RingNormal X="1" Y="10" Z="0.5" />
<RingColor X="50" Y="50" Z="50" />
<RingColor X="10" Y="10" Z="10" />
<RingLightMult>0.1</RingLightMult>
<RingShadowMult>0.1</RingShadowMult>
<RingInnerScale>1.2</RingInnerScale>
Expand Down

0 comments on commit 552c793

Please sign in to comment.