@@ -79,6 +79,8 @@
|
|||||||
prob: 0.001
|
prob: 0.001
|
||||||
- id: ClothingHeadHatCatEars
|
- id: ClothingHeadHatCatEars
|
||||||
prob: 0.01
|
prob: 0.01
|
||||||
|
- id: ClothingHeadHatDogEars
|
||||||
|
prob: 0.01
|
||||||
# TRAITOR EQUIPMENT (0.01%)
|
# TRAITOR EQUIPMENT (0.01%)
|
||||||
- id: Telecrystal10
|
- id: Telecrystal10
|
||||||
prob: 0.0001
|
prob: 0.0001
|
||||||
|
|||||||
@@ -183,6 +183,23 @@
|
|||||||
sprite: Clothing/Head/Hats/catears.rsi
|
sprite: Clothing/Head/Hats/catears.rsi
|
||||||
- type: AddAccentClothing
|
- type: AddAccentClothing
|
||||||
accent: OwOAccent
|
accent: OwOAccent
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingHeadBase
|
||||||
|
id: ClothingHeadHatDogEars
|
||||||
|
name: doggy ears
|
||||||
|
description: Only for good boys.
|
||||||
|
suffix: DO NOT MAP
|
||||||
|
components:
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- DroneUsable
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Head/Hats/dogears.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Head/Hats/dogears.rsi
|
||||||
|
- type: AddAccentClothing
|
||||||
|
accent: BarkAccent
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBase
|
||||||
|
|||||||
@@ -324,6 +324,8 @@
|
|||||||
orGroup: GiftPool
|
orGroup: GiftPool
|
||||||
- id: ClothingHeadHatCatEars
|
- id: ClothingHeadHatCatEars
|
||||||
orGroup: GiftPool
|
orGroup: GiftPool
|
||||||
|
- id: ClothingHeadHatDogEars
|
||||||
|
orGroup: GiftPool
|
||||||
- id: ToySword
|
- id: ToySword
|
||||||
orGroup: GiftPool
|
orGroup: GiftPool
|
||||||
- id: RevolverCapGun
|
- id: RevolverCapGun
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 963 B |
BIN
Resources/Textures/Clothing/Head/Hats/dogears.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Head/Hats/dogears.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 374 B |
Binary file not shown.
|
After Width: | Height: | Size: 417 B |
Binary file not shown.
|
After Width: | Height: | Size: 434 B |
32
Resources/Textures/Clothing/Head/Hats/dogears.rsi/meta.json
Normal file
32
Resources/Textures/Clothing/Head/Hats/dogears.rsi/meta.json
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Created by TheShuEd for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-HELMET",
|
||||||
|
"directions": 4,
|
||||||
|
"delays": [
|
||||||
|
[0.2, 0.2, 0.2, 0.2],
|
||||||
|
[0.2, 0.2, 0.2, 0.2],
|
||||||
|
[0.2, 0.2, 0.2, 0.2],
|
||||||
|
[0.2, 0.2, 0.2, 0.2]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user