* Add_Poppy&Lily
* Add_FlowerWreath
* Add_Headflowers
Sprites, meta, prototype
* Id_Changes
* Changes
* Update_Sprite
* Desc_Change
* Scale_Change
* Sprite_Scaling
- 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
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
minLimit: 0
maxLimit: 3
loadouts:
+ - FlowerWreath
+ - Hairflower
- PlushieLizard
- PlushieSpaceLizard
- Lighter
--- /dev/null
+{
+ "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
+ }
+ ]
+}