Skip to content

Commit

Permalink
Emergency power unit
Browse files Browse the repository at this point in the history
  • Loading branch information
DebugOk committed Feb 29, 2024
1 parent 8967329 commit 8c32ffa
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Structures/Power/smes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- type: entity
id: SMESEmergency
name: Emergency Power Unit
description: Supplies emergency power. Cannot be recharged.
suffix: Basic, 1.6MJ
parent: BaseSMES
components:
- type: Sprite
color: "#FF7777FF"
- type: Battery
maxCharge: 1600000
startingCharge: 1600000
- type: PowerNetworkBattery
maxChargeRate: 0

- type: entity
id: SMESEmergencyHighCapacity
suffix: High-Capacity, 5MJ
parent: SMESEmergency
components:
- type: Battery
maxCharge: 5000000
startingCharge: 5000000

0 comments on commit 8c32ffa

Please sign in to comment.