Skip to content

Commit

Permalink
unindent
Browse files Browse the repository at this point in the history
  • Loading branch information
Tryded committed Jan 16, 2025
1 parent 88fdbce commit 0381fa7
Showing 1 changed file with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
name: advanced compact defibrillator
description: A belt-equipped state-of-the-art defibrillator that can be rapidly deployed in all enviroments. Uses an experimental self-charging cell, meaning that it will (probably) never stop working.
components:
- type: Sprite
sprite: _DV/Objects/Medical/advancedcompactdefib.rsi
layers:
- state: icon
- state: screen
map: [ "enum.ToggleVisuals.Layer" ]
visible: false
shader: unshaded
- type: Appearance
- type: GenericVisualizer
visuals:
enum.ToggleVisuals.Toggled:
enum.ToggleVisuals.Layer:
True: { visible: true }
False: { visible: false }
- type: Clothing
slots: [belt]
- type: Item
size: Normal
- type: MultiHandedItem
- type: StaticPrice
price: 500
- type: Sprite
sprite: _DV/Objects/Medical/advancedcompactdefib.rsi
layers:
- state: icon
- state: screen
map: [ "enum.ToggleVisuals.Layer" ]
visible: false
shader: unshaded
- type: Appearance
- type: GenericVisualizer
visuals:
enum.ToggleVisuals.Toggled:
enum.ToggleVisuals.Layer:
True: { visible: true }
False: { visible: false }
- type: Clothing
slots: [belt]
- type: Item
size: Normal
- type: MultiHandedItem
- type: StaticPrice
price: 500

0 comments on commit 0381fa7

Please sign in to comment.