Starting gear for vox crewmembers (#29685)

* tank harness

* weh

* Suit Storage Whitelist

* Revert "Suit Storage Whitelist"

This reverts commit b1f503573c2936642a2d7627c4852153ec71ce79.

* suit storage filter

* vox spawn gear

* weh
This commit is contained in:
Errant
2024-07-04 04:01:03 +02:00
committed by GitHub
parent 0d80021433
commit 223ade9b3f
14 changed files with 269 additions and 8 deletions

View File

@@ -78,3 +78,15 @@
sprite: Clothing/OuterClothing/Vests/vest.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Vests/vest.rsi
#Tank Harness
- type: entity
parent: [ClothingOuterBase, AllowSuitStorageClothingGasTanks]
id: ClothingOuterVestTank
name: tank harness
description: A simple harness that can hold a gas tank.
components:
- type: Sprite
sprite: Clothing/OuterClothing/Vests/tankharness.rsi
- type: Clothing
sprite: Clothing/OuterClothing/Vests/tankharness.rsi

View File

@@ -25,6 +25,15 @@
components:
- type: AllowSuitStorage
- type: entity
abstract: true
id: AllowSuitStorageClothingGasTanks
components:
- type: AllowSuitStorage
whitelist:
tags:
- GasTank
# for clothing that has a single item slot to insert and alt click out.
# inheritors add a whitelisted slot named item
- type: entity

View File

@@ -9,6 +9,9 @@
- type: Item
size: Normal
sprite: Objects/Tanks/generic.rsi
- type: Tag
tags:
- GasTank
- type: Clothing
quickEquip: false
sprite: Objects/Tanks/generic.rsi