Makes SMES and Substation construct with no charge (#6242)
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
- type: ApcVisualizer
|
- type: ApcVisualizer
|
||||||
- type: Battery
|
- type: Battery
|
||||||
maxCharge: 10000
|
maxCharge: 10000
|
||||||
startingCharge: 10000
|
startingCharge: 0
|
||||||
- type: ExaminableBattery
|
- type: ExaminableBattery
|
||||||
- type: NodeContainer
|
- type: NodeContainer
|
||||||
examinable: true
|
examinable: true
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
- type: SmesVisualizer
|
- type: SmesVisualizer
|
||||||
- type: Battery
|
- type: Battery
|
||||||
maxCharge: 1000
|
maxCharge: 1000
|
||||||
startingCharge: 1000
|
startingCharge: 0
|
||||||
- type: ExaminableBattery
|
- type: ExaminableBattery
|
||||||
- type: NodeContainer
|
- type: NodeContainer
|
||||||
examinable: true
|
examinable: true
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
shader: unshaded
|
shader: unshaded
|
||||||
- type: Battery
|
- type: Battery
|
||||||
maxCharge: 1000
|
maxCharge: 1000
|
||||||
startingCharge: 1000
|
startingCharge: 0
|
||||||
- type: ExaminableBattery
|
- type: ExaminableBattery
|
||||||
- type: PointLight
|
- type: PointLight
|
||||||
radius: 1.5
|
radius: 1.5
|
||||||
|
|||||||
Reference in New Issue
Block a user