Red racoon suit (#22862)
* comit * 🚯 🐼 * stupid * stupid x2 * fix tests * Update cargo_vending.yml
@@ -33,7 +33,7 @@
|
||||
sprite: Objects/Specific/Service/vending_machine_restock.rsi
|
||||
state: base
|
||||
product: CrateVendingMachineRestockClothesFilled
|
||||
cost: 4650
|
||||
cost: 4670
|
||||
category: Service
|
||||
group: market
|
||||
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
ClothingHeadHatPumpkin: 2
|
||||
ClothingHeadHatShrineMaidenWig: 2
|
||||
ClothingOuterSuitShrineMaiden: 2
|
||||
ClothingHeadHatRedRacoon: 2
|
||||
ClothingOuterRedRacoon: 2
|
||||
Gohei: 2
|
||||
ClothingHeadPaperSack: 2
|
||||
ClothingHeadPaperSackSmile: 2
|
||||
|
||||
@@ -213,3 +213,14 @@
|
||||
sprite: Clothing/Head/Misc/squiddy.rsi
|
||||
- type: IngestionBlocker
|
||||
- type: IdentityBlocker
|
||||
|
||||
- type: entity
|
||||
parent: ClothingHeadBase
|
||||
id: ClothingHeadHatRedRacoon
|
||||
name: red racoon hat
|
||||
description: Fluffy hat of red racoon!
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/Head/Misc/red_racoon.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Head/Misc/red_racoon.rsi
|
||||
|
||||
@@ -133,6 +133,3 @@
|
||||
components:
|
||||
- type: Item
|
||||
size: Huge
|
||||
- type: Clothing
|
||||
slots:
|
||||
- outerClothing
|
||||
|
||||
@@ -362,4 +362,15 @@
|
||||
- state: equipped-OUTERCLOTHING-lines
|
||||
color: "#000000"
|
||||
- type: TemperatureProtection
|
||||
coefficient: 0.3
|
||||
coefficient: 0.3
|
||||
|
||||
- type: entity
|
||||
parent: ClothingOuterBase
|
||||
id: ClothingOuterRedRacoon
|
||||
name: red racoon suit
|
||||
description: Fluffy suit of red racoon!
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Clothing/OuterClothing/Misc/red_racoon.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/OuterClothing/Misc/red_racoon.rsi
|
||||
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
BIN
Resources/Textures/Clothing/Head/Misc/red_racoon.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 440 B |
|
After Width: | Height: | Size: 847 B |
|
After Width: | Height: | Size: 847 B |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Created by netwy(583844759429316618)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
|
After Width: | Height: | Size: 899 B |
|
After Width: | Height: | Size: 820 B |
|
After Width: | Height: | Size: 838 B |
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Created by netwy(583844759429316618)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-OUTERCLOTHING",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||