Add flowers to loadout (#32097)

* Add_Poppy&Lily

* Add_FlowerWreath

* Add_Headflowers

Sprites, meta, prototype

* Id_Changes

* Changes

* Update_Sprite

* Desc_Change

* Scale_Change

* Sprite_Scaling
This commit is contained in:
Арт
2024-10-06 15:48:49 +03:00
committed by GitHub
parent 126c1786de
commit 867efe8b5b
6 changed files with 44 additions and 0 deletions

View File

@@ -312,3 +312,14 @@
- WhitelistChameleon
- type: StaticPrice
price: 1
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatHairflower
name: hairflower
description: A beautiful hairflower that can be inserted between locks of hair.
components:
- type: Sprite
sprite: Clothing/Head/Misc/hairflower.rsi
- type: Clothing
sprite: Clothing/Head/Misc/hairflower.rsi

View File

@@ -8,6 +8,19 @@
department: Command
time: 3600 # 1 hour
# Flowers
- type: loadout
id: FlowerWreath
storage:
back:
- ClothingHeadHatFlowerWreath
- type: loadout
id: Hairflower
storage:
back:
- ClothingHeadHatHairflower
# Plushies
- type: loadout
id: PlushieLizard

View File

@@ -5,6 +5,8 @@
minLimit: 0
maxLimit: 3
loadouts:
- FlowerWreath
- Hairflower
- PlushieLizard
- PlushieSpaceLizard
- Lighter

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "icon sprited by Just_Art, equipped-HELMET sprite taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}