Machine Battery Scaling (SMES/Substation) (#11662)
Co-authored-by: CommieFlowers <rasmus.cedergren@hotmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user