@@ -12,6 +12,8 @@
|
||||
amount: 2
|
||||
- id: ClothingShoesColorBlack
|
||||
amount: 2
|
||||
- id: ClothingMaskMuzzle
|
||||
amount: 1
|
||||
|
||||
#- type: entity
|
||||
# id: WardrobePajamaFilled
|
||||
@@ -75,8 +77,8 @@
|
||||
prob: 0.5
|
||||
- id: CrowbarRed #The jojoke - hit video game Half-Life
|
||||
prob: 0.1
|
||||
|
||||
|
||||
|
||||
|
||||
- type: entity
|
||||
id: WardrobeBotanistFilled
|
||||
suffix: Filled
|
||||
@@ -139,7 +141,7 @@
|
||||
amount: 1
|
||||
- id: ClothingUniformJumpskirtChaplain
|
||||
amount: 1
|
||||
|
||||
|
||||
|
||||
- type: entity
|
||||
id: WardrobeSecurityFilled
|
||||
@@ -182,7 +184,7 @@
|
||||
amount: 1
|
||||
- id: ClothingUniformJumpskirtCargo
|
||||
amount: 1
|
||||
|
||||
|
||||
|
||||
# - type: entity
|
||||
# id: WardrobeAtmosphericsFilled
|
||||
|
||||
@@ -72,3 +72,18 @@
|
||||
sprite: Clothing/Mask/sterile.rsi
|
||||
- type: BreathMask
|
||||
- type: IngestionBlocker
|
||||
|
||||
- type: entity
|
||||
parent: ClothingMaskBase
|
||||
id: ClothingMaskMuzzle
|
||||
name: muzzle
|
||||
description: To stop that awful noise.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Mask/muzzle.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Mask/muzzle.rsi
|
||||
- type: IngestionBlocker
|
||||
- type: AddAccentClothing
|
||||
accent: ReplacementAccent
|
||||
replacement: mumble
|
||||
|
||||
@@ -23,3 +23,10 @@
|
||||
- Piep!
|
||||
- Chuu!
|
||||
- Eeee!
|
||||
|
||||
- type: accent
|
||||
id: mumble
|
||||
words:
|
||||
- Mmfph!
|
||||
- Mmmf mrrfff!
|
||||
- Mmmf mnnf!
|
||||
|
||||
BIN
Resources/Textures/Clothing/Mask/muzzle.rsi/equipped-MASK.png
Normal file
BIN
Resources/Textures/Clothing/Mask/muzzle.rsi/equipped-MASK.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 350 B |
BIN
Resources/Textures/Clothing/Mask/muzzle.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Mask/muzzle.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 166 B |
BIN
Resources/Textures/Clothing/Mask/muzzle.rsi/inhand-left.png
Normal file
BIN
Resources/Textures/Clothing/Mask/muzzle.rsi/inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 221 B |
BIN
Resources/Textures/Clothing/Mask/muzzle.rsi/inhand-right.png
Normal file
BIN
Resources/Textures/Clothing/Mask/muzzle.rsi/inhand-right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 216 B |
26
Resources/Textures/Clothing/Mask/muzzle.rsi/meta.json
Normal file
26
Resources/Textures/Clothing/Mask/muzzle.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-MASK",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user