Machine Battery Scaling (SMES/Substation) (#11662)

Co-authored-by: CommieFlowers <rasmus.cedergren@hotmail.com>
This commit is contained in:
rolfero
2022-10-04 02:59:39 +02:00
committed by GitHub
parent 0c24f8b69b
commit f8c4c2d449
4 changed files with 67 additions and 8 deletions

View File

@@ -20,11 +20,13 @@
layers:
- state: smes
- type: Smes
- type: UpgradeBattery
maxChargeMultiplier: 2
baseMaxCharge: 8000000
- type: Appearance
visuals:
- type: SmesVisualizer
- type: Battery
maxCharge: 10000000
startingCharge: 0
- type: ExaminableBattery
- type: NodeContainer
@@ -66,11 +68,11 @@
- type: entity
parent: BaseSMES
id: SMESBasic
suffix: Basic, 10MW
suffix: Basic, 8MW
components:
- type: Battery
maxCharge: 10000000
startingCharge: 10000000
maxCharge: 8000000
startingCharge: 8000000
- type: entity
parent: SMESBasic

View File

@@ -17,8 +17,10 @@
shader: unshaded
- state: full
shader: unshaded
- type: UpgradeBattery
maxChargeMultiplier: 2
baseMaxCharge: 2500000
- type: Battery
maxCharge: 4000000
startingCharge: 0
- type: ExaminableBattery
- type: PointLight
@@ -163,11 +165,11 @@
- type: entity
parent: BaseSubstation
id: SubstationBasic
suffix: Basic, 4MW
suffix: Basic, 2.5MW
components:
- type: Battery
maxCharge: 4000000
startingCharge: 4000000
maxCharge: 2500000
startingCharge: 2500000
- type: entity
parent: SubstationBasic