Powercell adjustment (#7828)

Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
Ripmorld
2022-05-13 07:49:52 +08:00
committed by GitHub
parent 91bb48eec9
commit c672183e21
5 changed files with 267 additions and 9 deletions

View File

@@ -63,6 +63,7 @@
name: small standard power cell
description: A rechargeable standardized power cell, size S. This is the cheapest kind you can find.
id: PowerCellSmallStandard
suffix: Full
parent: PowerCellSmallBase
components:
- type: Sprite
@@ -77,10 +78,20 @@
- type: PowerCellVisualizer
prefix: s_st
- type: entity
id: PowerCellSmallStandardPrinted
suffix: Empty
parent: PowerCellSmallStandard
components:
- type: Battery
maxCharge: 360
startingCharge: 0
- type: entity
name: small high-capacity power cell
description: A rechargeable standardized power cell, size S. This is the popular and reliable version.
id: PowerCellSmallHigh
suffix: Full
parent: PowerCellSmallBase
components:
- type: Sprite
@@ -95,10 +106,20 @@
- type: PowerCellVisualizer
prefix: s_hi
- type: entity
id: PowerCellSmallHighPrinted
suffix: Empty
parent: PowerCellSmallHigh
components:
- type: Battery
maxCharge: 720
startingCharge: 0
- type: entity
name: small super-capacity power cell
description: A rechargeable standardized power cell, size S. This premium high-capacity brand stores up to 50% more energy than the competition.
id: PowerCellSmallSuper
suffix: Full
parent: PowerCellSmallBase
components:
- type: Sprite
@@ -113,11 +134,20 @@
- type: PowerCellVisualizer
prefix: s_sup
- type: entity
id: PowerCellSmallSuperPrinted
suffix: Empty
parent: PowerCellSmallSuper
components:
- type: Battery
maxCharge: 1080
startingCharge: 0
- type: entity
name: small hyper-capacity power cell
description: A rechargeable standardized power cell, size S. This one looks like a rare and powerful prototype.
id: PowerCellSmallHyper
suffix: Full
parent: PowerCellSmallBase
components:
- type: Sprite
@@ -132,10 +162,20 @@
- type: PowerCellVisualizer
prefix: s_hy
- type: entity
id: PowerCellSmallHyperPrinted
suffix: Empty
parent: PowerCellSmallHyper
components:
- type: Battery
maxCharge: 1800
startingCharge: 0
- type: entity
name: small microreactor cell
description: A rechargeable standardized microreactor cell, size S. Intended for low-power devices, it slowly recharges by itself.
id: PowerCellSmallAutorecharge
suffix: Full
parent: PowerCellSmallBase
components:
- type: Sprite
@@ -157,6 +197,7 @@
name: hardsuit helmet power cell
description: A small cell that recharges itself intended for hardsuit helmets.
id: PowerCellHardsuitHelmet
suffix: Full
parent: PowerCellSmallBase
components:
- type: Sprite
@@ -199,6 +240,7 @@
name: medium standard power cell
description: A rechargeable standardized power cell, size M. This is the cheapest kind you can find.
id: PowerCellMediumStandard
suffix: Full
parent: PowerCellMediumBase
components:
- type: Sprite
@@ -213,10 +255,20 @@
- type: PowerCellVisualizer
prefix: m_st
- type: entity
id: PowerCellMediumStandardPrinted
suffix: Empty
parent: PowerCellMediumStandard
components:
- type: Battery
maxCharge: 2160
startingCharge: 0
- type: entity
name: medium high-capacity power cell
description: A rechargeable standardized power cell, size M. This is the popular and reliable version.
id: PowerCellMediumHigh
suffix: Full
parent: PowerCellMediumBase
components:
- type: Sprite
@@ -231,10 +283,20 @@
- type: PowerCellVisualizer
prefix: m_hi
- type: entity
id: PowerCellMediumHighPrinted
suffix: Empty
parent: PowerCellMediumHigh
components:
- type: Battery
maxCharge: 2880
startingCharge: 0
- type: entity
name: medium super-capacity power cell
description: A rechargeable standardized power cell, size M. This premium high-capacity brand stores up to 50% more energy than the competition.
id: PowerCellMediumSuper
suffix: Full
parent: PowerCellMediumBase
components:
- type: Sprite
@@ -249,10 +311,20 @@
- type: PowerCellVisualizer
prefix: m_sup
- type: entity
id: PowerCellMediumSuperPrinted
suffix: Empty
parent: PowerCellMediumSuper
components:
- type: Battery
maxCharge: 3600
startingCharge: 0
- type: entity
name: medium hyper-capacity power cell
description: A rechargeable standardized power cell, size M. This one looks like a rare and powerful prototype.
id: PowerCellMediumHyper
suffix: Full
parent: PowerCellMediumBase
components:
- type: Sprite
@@ -267,10 +339,20 @@
- type: PowerCellVisualizer
prefix: m_hy
- type: entity
id: PowerCellMediumHyperPrinted
suffix: Empty
parent: PowerCellMediumHyper
components:
- type: Battery
maxCharge: 5400
startingCharge: 0
- type: entity
name: large standard power cell
description: A rechargeable standardized power cell, size L. This is the cheapest kind you can find.
id: PowerCellLargeStandard
suffix: Full
parent: PowerCellLargeBase
components:
- type: Sprite
@@ -285,10 +367,20 @@
- type: PowerCellVisualizer
prefix: l_st
- type: entity
id: PowerCellLargeStandardPrinted
suffix: Empty
parent: PowerCellLargeStandard
components:
- type: Battery
maxCharge: 9000
startingCharge: 0
- type: entity
name: large high-capacity power cell
description: A rechargeable standardized power cell, size L. This is the popular and reliable version.
id: PowerCellLargeHigh
suffix: Full
parent: PowerCellLargeBase
components:
- type: Sprite
@@ -303,10 +395,20 @@
- type: PowerCellVisualizer
prefix: l_hi
- type: entity
id: PowerCellLargeHighPrinted
suffix: Empty
parent: PowerCellLargeHigh
components:
- type: Battery
maxCharge: 18000
startingCharge: 0
- type: entity
name: large super-capacity power cell
description: A rechargeable standardized power cell, size M. This premium high-capacity brand stores up to 50% more energy than the competition.
id: PowerCellLargeSuper
suffix: Full
parent: PowerCellLargeBase
components:
- type: Sprite
@@ -321,10 +423,20 @@
- type: PowerCellVisualizer
prefix: l_sup
- type: entity
id: PowerCellLargeSuperPrinted
suffix: Empty
parent: PowerCellLargeSuper
components:
- type: Battery
maxCharge: 54000
startingCharge: 0
- type: entity
name: large hyper-capacity power cell
description: A rechargeable standardized power cell, size L. This one looks like a rare and powerful prototype.
id: PowerCellLargeHyper
suffix: Full
parent: PowerCellLargeBase
components:
- type: Sprite
@@ -338,3 +450,12 @@
visuals:
- type: PowerCellVisualizer
prefix: l_hy
- type: entity
id: PowerCellLargeHyperPrinted
suffix: Empty
parent: PowerCellLargeHyper
components:
- type: Battery
maxCharge: 72000
startingCharge: 0

View File

@@ -193,6 +193,15 @@
- FlashPayload
- Signaller
- SignalTrigger
- PowerCellSmallStandard
- PowerCellSmallHigh
- PowerCellSmallSuper
- PowerCellMediumStandard
- PowerCellMediumHigh
- PowerCellMediumSuper
- PowerCellLargeStandard
- PowerCellLargeHigh
- PowerCellLargeSuper
- type: ActivatableUI
key: enum.LatheUiKey.Key #Yes only having 1 of them here doesn't break anything
- type: ActivatableUIRequiresPower