Adds cat ears as rare loot and traitor item (#6939)
* adds cat ears that give uwu accent * error * Updated to 20tc Web edit yoink * 21 TC now
This commit is contained in:
@@ -75,6 +75,8 @@
|
|||||||
# - Skub
|
# - Skub
|
||||||
- id: Skub
|
- id: Skub
|
||||||
prob: 0.001
|
prob: 0.001
|
||||||
|
- id: ClothingHeadHatCatEars
|
||||||
|
prob: 0.01
|
||||||
# TRAITOR EQUIPMENT (0.01%)
|
# TRAITOR EQUIPMENT (0.01%)
|
||||||
- id: Telecrystal10
|
- id: Telecrystal10
|
||||||
prob: 0.0001
|
prob: 0.0001
|
||||||
|
|||||||
@@ -371,6 +371,15 @@
|
|||||||
category: Misc
|
category: Misc
|
||||||
itemId: ClothingBackpackDuffelSyndicatePyjamaBundle
|
itemId: ClothingBackpackDuffelSyndicatePyjamaBundle
|
||||||
price: 4
|
price: 4
|
||||||
|
|
||||||
|
- type: uplinkListing
|
||||||
|
id: UplinkCatEars
|
||||||
|
category: Misc
|
||||||
|
itemId: ClothingHeadHatCatEars
|
||||||
|
listingName: Cat Ears
|
||||||
|
description: UwU.
|
||||||
|
price: 21
|
||||||
|
|
||||||
|
|
||||||
- type: uplinkListing
|
- type: uplinkListing
|
||||||
id: UplinkGigacancerScanner
|
id: UplinkGigacancerScanner
|
||||||
|
|||||||
@@ -111,3 +111,16 @@
|
|||||||
sprite: Clothing/Head/Misc/cone.rsi
|
sprite: Clothing/Head/Misc/cone.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Head/Misc/cone.rsi
|
sprite: Clothing/Head/Misc/cone.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingHeadBase
|
||||||
|
id: ClothingHeadHatCatEars
|
||||||
|
name: cat ears
|
||||||
|
description: "NYAH!"
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Head/Hats/catears.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Head/Hats/catears.rsi
|
||||||
|
- type: AddAccentClothing
|
||||||
|
accent: OwOAccent
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
- BalloonCorgi
|
- BalloonCorgi
|
||||||
- PonderingOrb
|
- PonderingOrb
|
||||||
- Skub
|
- Skub
|
||||||
|
- ClothingHeadHatCatEars
|
||||||
rareChance: 0.01
|
rareChance: 0.01
|
||||||
prototypes:
|
prototypes:
|
||||||
- Lighter
|
- Lighter
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 552 B |
BIN
Resources/Textures/Clothing/Head/Hats/catears.rsi/icon.png
Normal file
BIN
Resources/Textures/Clothing/Head/Hats/catears.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 198 B |
Binary file not shown.
|
After Width: | Height: | Size: 309 B |
Binary file not shown.
|
After Width: | Height: | Size: 310 B |
32
Resources/Textures/Clothing/Head/Hats/catears.rsi/meta.json
Normal file
32
Resources/Textures/Clothing/Head/Hats/catears.rsi/meta.json
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fc9b91e3cb51b20987aab9630e73ac587bc00f3f",
|
||||||
|
"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, 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