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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user