@@ -79,6 +79,8 @@
|
||||
prob: 0.001
|
||||
- id: ClothingHeadHatCatEars
|
||||
prob: 0.01
|
||||
- id: ClothingHeadHatDogEars
|
||||
prob: 0.01
|
||||
# TRAITOR EQUIPMENT (0.01%)
|
||||
- id: Telecrystal10
|
||||
prob: 0.0001
|
||||
|
||||
@@ -183,6 +183,23 @@
|
||||
sprite: Clothing/Head/Hats/catears.rsi
|
||||
- type: AddAccentClothing
|
||||
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
|
||||
parent: ClothingHeadBase
|
||||
|
||||
@@ -324,6 +324,8 @@
|
||||
orGroup: GiftPool
|
||||
- id: ClothingHeadHatCatEars
|
||||
orGroup: GiftPool
|
||||
- id: ClothingHeadHatDogEars
|
||||
orGroup: GiftPool
|
||||
- id: ToySword
|
||||
orGroup: GiftPool
|
||||
- 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