Skip to content

Commit

Permalink
Added worn head sprites for plushies (Sector-Umbra#105)
Browse files Browse the repository at this point in the history
Added worn head sprites for deeja, jasmi, and juniper plushies
  • Loading branch information
foob1 committed Aug 9, 2024
1 parent 3f8b11f commit 641eba7
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 2 deletions.
19 changes: 18 additions & 1 deletion Resources/Prototypes/_Umbra/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
- type: Sprite
state: plushie_deeja
sprite: _Umbra/Objects/Fun/toys.rsi
- type: Clothing
quickEquip: false
sprite: _Umbra/Objects/Fun/toys.rsi
equippedPrefix: deeja
slots:
- HEAD

# Players: Deeja - Character: Deeja-Wujeeta
- type: entity
Expand All @@ -73,6 +79,12 @@
- type: Sprite
state: plushie_jasmi
sprite: _Umbra/Objects/Fun/toys.rsi
- type: Clothing
quickEquip: false
sprite: _Umbra/Objects/Fun/toys.rsi
equippedPrefix: jasmi
slots:
- HEAD

# Players: AjexRose - Character: Eris Rose
- type: entity
Expand All @@ -97,4 +109,9 @@
- type: Sprite
state: plushie_juniper
sprite: _Umbra/Objects/Fun/toys.rsi

- type: Clothing
quickEquip: false
sprite: _Umbra/Objects/Fun/toys.rsi
equippedPrefix: juniper
slots:
- HEAD
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion Resources/Textures/_Umbra/Objects/Fun/toys.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "plushie_maple modified by Tych0 and plushie_vesper modified by PolarTundra, both from plushie_moth.png from commit: https://github.com/Sector-Umbra/Sector-Umbra/commit/b50e5651a19ccf2e5300b63ab896251b67820a1f. plushie_oliver modified by lemonrat from plushie_lizard from commit https://github.com/Sector-Umbra/Sector-Umbra/commit/ebebb3603acc9d801d5ae87ac948b1c287aa2116. plushie_deeja modified by foob1 and pigeonpeas and plushie_jasmi modified by foob1, both from plushie_lizard.png from commit: https://github.com/Sector-Umbra/Sector-Umbra/commit/ebebb3603acc9d801d5ae87ac948b1c287aa2116. plushie_juniper modified by mrgreen06 (discord) from plushielizard.png from commit: https://github.com/Sector-Umbra/Sector-Umbra/commit/ebebb3603acc9d801d5ae87ac948b1c287aa2116.",
"copyright": "plushie_maple modified by Tych0 and plushie_vesper modified by PolarTundra, both from plushie_moth.png from commit: https://github.com/Sector-Umbra/Sector-Umbra/commit/b50e5651a19ccf2e5300b63ab896251b67820a1f. plushie_oliver modified by lemonrat from plushie_lizard from commit https://github.com/Sector-Umbra/Sector-Umbra/commit/ebebb3603acc9d801d5ae87ac948b1c287aa2116. plushie_deeja modified by foob1 and pigeonpeas and plushie_jasmi modified by foob1, both from plushie_lizard.png from commit: https://github.com/Sector-Umbra/Sector-Umbra/commit/ebebb3603acc9d801d5ae87ac948b1c287aa2116. plushie_juniper modified by mrgreen06 (discord) from plushielizard.png from commit: https://github.com/Sector-Umbra/Sector-Umbra/commit/ebebb3603acc9d801d5ae87ac948b1c287aa2116. juniper-equipped-HELMET, deeja-equipped-HELMET, and jasmi-equipped-HELMET modified by foob1 and mrgreen06 (discord) from commit: https://github.com/space-wizards/space-station-14/pull/30400/commits/eaa585e62c1731429f8030ec3969758b08049866",
"size": {
"x": 32,
"y": 32
Expand All @@ -27,6 +27,19 @@
},
{
"name": "plushie_juniper"
},
{
"name": "juniper-equipped-HELMET",
"directions": 4
},
{
"name": "deeja-equipped-HELMET",
"directions": 4
},
{
"name": "jasmi-equipped-HELMET",
"directions": 4
}

]
}

0 comments on commit 641eba7

Please sign in to comment.