Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CrimeMoot authored Dec 17, 2024
1 parent 102c020 commit b640e41
Showing 1 changed file with 61 additions and 61 deletions.
122 changes: 61 additions & 61 deletions Resources/Prototypes/_SpaceCats/Entities/Objects/Tools/tools.yml
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
- type: entity
id: SecRCD
parent: [ BaseItem, BaseEngineeringContraband ]
name: охранный РЦД
description: Устройство rapid construction можно использовать для быстрой установки и демонтажа различных конструкций и приспособлений станции. Для работы требуется спрессованный материал.
components:
- type: RCD
availablePrototypes:
- WallSolid
- FloorSteel
- Plating
- Catwalk
- Grille
- Window
- WindowDirectional
- WindowReinforcedDirectional
- ReinforcedWindow
- Airlock
- AirlockGlass
- Firelock
- TubeLight
- BulbLight
- LVCable
- MVCable
- HVCable
- CableTerminal
- Deconstruct
- type: LimitedCharges
maxCharges: 40
charges: 40
- type: UseDelay
- type: Sprite
sprite: _SpaceCats/Objects/Tools/rcd.rsi
state: icon
- type: Item
size: Normal
- type: Clothing
sprite: _SpaceCats/Objects/Tools/rcd.rsi
quickEquip: false
slots:
- Belt
- type: PhysicalComposition
materialComposition:
Steel: 600
Plastic: 100
- type: StaticPrice
price: 110
- type: UserInterface
interfaces:
enum.RcdUiKey.Key:
type: RCDMenuBoundUserInterface
- type: ActivatableUI
inHandsOnly: true
key: enum.RcdUiKey.Key

- type: entity
id: SecRCDEmpty
parent: SecRCD
suffix: Empty
components:
- type: LimitedCharges
- type: entity
id: SecRCD
parent: [ BaseItem, BaseEngineeringContraband ]
name: охранный РЦД
description: Устройство rapid construction можно использовать для быстрой установки и демонтажа различных конструкций и приспособлений станции. Для работы требуется спрессованный материал.
components:
- type: RCD
availablePrototypes:
- WallSolid
- FloorSteel
- Plating
- Catwalk
- Grille
- Window
- WindowDirectional
- WindowReinforcedDirectional
- ReinforcedWindow
- Airlock
- AirlockGlass
- Firelock
- TubeLight
- BulbLight
- LVCable
- MVCable
- HVCable
- CableTerminal
- Deconstruct
- type: LimitedCharges
maxCharges: 40
charges: 40
- type: UseDelay
- type: Sprite
sprite: _SpaceCats/Objects/Tools/rcd.rsi
state: icon
- type: Item
size: Normal
- type: Clothing
sprite: _SpaceCats/Objects/Tools/rcd.rsi
quickEquip: false
slots:
- Belt
- type: PhysicalComposition
materialComposition:
Steel: 600
Plastic: 100
- type: StaticPrice
price: 110
- type: UserInterface
interfaces:
enum.RcdUiKey.Key:
type: RCDMenuBoundUserInterface
- type: ActivatableUI
inHandsOnly: true
key: enum.RcdUiKey.Key

- type: entity
id: SecRCDEmpty
parent: SecRCD
suffix: Empty
components:
- type: LimitedCharges
charges: 0

0 comments on commit b640e41

Please sign in to comment.