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
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:
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:
- 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
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
- HitscanBatteryAmmoProvider
- ProjectileBatteryAmmoProvider
- Stunbaton
+ blacklist:
+ tags:
+ - PotatoBattery
- type: entity
parent: BaseRecharger