Skip to content

Commit

Permalink
Merge pull request #134 from 1Stepka1/smes-prikol
Browse files Browse the repository at this point in the history
фикс вместительности смэса
  • Loading branch information
Schrodinger71 authored Nov 18, 2023
2 parents 8ab822a + 8adc3b6 commit 5a98841
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- type: entity
parent: BaseSMES
id: ADTSMESIndustrial
suffix: Basic, 8MW
suffix: Basic, 80MW
components:
- type: Sprite
sprite: ADT/Structures/Power/smes.rsi
Expand All @@ -19,6 +19,13 @@
- map: ["enum.SmesVisualLayers.Output"]
state: "smes-op1"
shader: unshaded
- type: Smes
- type: UpgradeBattery
maxChargeMultiplier: 2
baseMaxCharge: 80000000
- type: UpgradePowerSupplyRamping
scaling: Linear
supplyRampingMultiplier: 1
- type: Battery
maxCharge: 80000000
startingCharge: 80000000
Expand Down

0 comments on commit 5a98841

Please sign in to comment.