Implement magboots. (#2988)

Got an alert and action and everything.
This commit is contained in:
Pieter-Jan Briers
2021-01-11 19:24:09 +01:00
committed by GitHub
parent 32c14b0e51
commit 052ea49884
15 changed files with 380 additions and 23 deletions

View File

@@ -1,15 +1,3 @@
- type: entity
parent: ClothingShoesBase
id: ClothingShoesBootsMag
name: magboots
description: Magnetic boots, often used during extravehicular activity to ensure the user remains safely attached to the vehicle.
components:
- type: Sprite
sprite: Clothing/Shoes/Boots/magboots.rsi
state: icon
- type: Clothing
sprite: Clothing/Shoes/Boots/magboots.rsi
- type: entity
parent: ClothingShoesBase
id: ClothingShoesBootsWork

View File

@@ -0,0 +1,15 @@
- type: entity
parent: ClothingShoesBase
id: ClothingShoesBootsMag
name: magboots
description: Magnetic boots, often used during extravehicular activity to ensure the user remains safely attached to the vehicle.
components:
- type: Sprite
sprite: Clothing/Shoes/Boots/magboots.rsi
state: icon
- type: Clothing
sprite: Clothing/Shoes/Boots/magboots.rsi
- type: Magboots
- type: ItemActions
actions:
- actionType: ToggleMagboots