Recharger tweaks. (#38138)

* Recharger tweaks.

* Remove note.

* Fix Potato blacklist.

---------

Co-authored-by: RedBookcase <Usualmoves@gmail.com>
This commit is contained in:
RedBookcase
2025-09-24 13:33:45 -07:00
committed by GitHub
parent aa828b96ab
commit f6cd8673d3
2 changed files with 15 additions and 2 deletions

View File

@@ -72,6 +72,7 @@
parent: BaseItemRecharger
id: PowerCellRecharger
name: cell recharger
description: An older model recharger that can recharge power cells.
components:
- type: Sprite
sprite: Structures/Power/cell_recharger.rsi
@@ -105,11 +106,15 @@
tags:
- PowerCell
- PowerCellSmall
blacklist:
tags:
- PotatoBattery
- type: entity
parent: [ BaseItemRecharger, ConstructibleMachine ]
id: PowerCageRecharger
name: cage recharger
description: A specialized machine made for recharging the heavy cage batteries used by ship-mounted weapons.
components:
- type: Fixtures
fixtures:
@@ -150,12 +155,12 @@
parent: BaseItemRecharger
id: WeaponCapacitorRecharger
name: recharger
description: A modern recharging station that can fit both power cells and small electronic devices.
components:
- type: Sprite
sprite: Structures/Power/recharger.rsi
- type: Machine
board: WeaponCapacitorRechargerCircuitboard
# no powercellslot since stun baton etc arent powercells
- type: ItemSlots
slots:
charger_slot:
@@ -165,12 +170,16 @@
- HitscanBatteryAmmoProvider
- ProjectileBatteryAmmoProvider
- Stunbaton
- PowerCell
blacklist:
tags:
- PotatoBattery
- type: entity
parent: BaseItemRecharger
id: TurboItemRecharger
name: turbo recharger
description: An overclocked recharger that's been adapted with a global port.
description: An overclocked recharger. Not recommended for use around asthmatics.
components:
- type: Sprite
sprite: Structures/Power/turbo_recharger.rsi
@@ -196,6 +205,7 @@
parent: [ BaseItemRecharger, BaseWallmount ]
id: WallWeaponCapacitorRecharger
name: wall recharger
description: A compact wall-mounted recharger. It can only recharge electronic devices and has no space for power cells.
components:
- type: Sprite
sprite: Structures/Power/wall_recharger.rsi
@@ -216,6 +226,9 @@
- HitscanBatteryAmmoProvider
- ProjectileBatteryAmmoProvider
- Stunbaton
blacklist:
tags:
- PotatoBattery
- type: entity
parent: BaseRecharger

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 154 B