From 895935bb28c44968428bb2318ecce36ba0eec90f Mon Sep 17 00:00:00 2001 From: juniwoofs Date: Sun, 22 Dec 2024 12:30:24 -0800 Subject: [PATCH] morty plushie :3 (#2506) * morty plushie :3 * Morty Plushie fixed real * Update toys.yml Fixed but for realer this time Signed-off-by: juniwoofs * Update toys.yml Signed-off-by: juniwoofs * fixedbutforrealipromise * fixedbutforrealrealrealtrustme * jessiepleaseworkjessie * waitwasthisthefix * imhonestlyembarassed --------- Signed-off-by: juniwoofs Co-authored-by: juniwoofs --- .../DeltaV/Entities/Objects/Fun/toys.yml | 10 ++++++++++ .../Objects/Fun/Toys/mortyplush.rsi/icon.png | Bin 0 -> 832 bytes .../Objects/Fun/Toys/mortyplush.rsi/meta.json | 14 ++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/icon.png create mode 100644 Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/meta.json diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml index 39593702130..1d8813e486f 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Fun/toys.yml @@ -75,3 +75,13 @@ damage: 5 - type: Execution doAfterDuration: 3.0 + +- type: entity + parent: BasePlushie + id: PlushieMort + name: morty plushie + description: A plushie of the lovely Morty. It's a resilient, yet sensitive type of plush. + components: + - type: Sprite + sprite: DeltaV/Objects/Fun/Toys/mortyplush.rsi + state: icon diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/icon.png b/Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..28b3f1c6ebb6524203c1f2a8f42d81ba0c4290dc GIT binary patch literal 832 zcmV-G1Hb%s(5XvUh_VD7 zji5Re6kV*m1Y#Ye0>dDv4hzvCyyQ_R2*e<$SPCy&X1CC!A9?t--{d#Gnf?89yY9d; zzc+8@ec$`u+ZmdAE~ zfFg6uusP10I<40+ID?Q&Dvd%_tdTju{xr6zMt?NrK>9CkfaDmfxEpVU>U~7lyBDEGXdnzMe6-F3Z6Z$a2WCB$dG; zAU8K0AJXQQww-#WofMFMkiajgFDwGTSA7$IX#YN4cMQz1Ipn@1LLgBX?2o+MtR8s% zVk+3)++<>+2RP7xlECeU&s6h{4ZkEJ8&a02`21y6(_0E09T@gxb_9(BU;VW~4BxUT zB{+OkLMjq^dALfrnbVdE03hGhZSIAz(qIqHNF^d~FP8+Axjueh$NgUZq32vr&fqLB z|5UB5Z3=UyBU^<}a5_jLk^tU?=|_)EpmR5`S>SYlgaikPsNTStfxQ`3xHD;RV+qJK zGTB`wb9bFKm4Tf<-20F4V%aD&IoQvwUial&`aAM53aKH;R{fo3-@MaF$d?p0UQUq4 zfI=6K^o4|sAyAweGY5DBa*Z}0ulZL`4Key88Z&?YZAmXzN?_cvPpAx>KXKOkboYj( zKt)D#UhdT;sO-mFIfF@_GxEcc`VB8$Ij@5p+TE_%BO8265;AL&TF0000< KMNUMnLSTYDOKL;_ literal 0 HcmV?d00001 diff --git a/Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/meta.json new file mode 100644 index 00000000000..b9b957f4a11 --- /dev/null +++ b/Resources/Textures/DeltaV/Objects/Fun/Toys/mortyplush.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "juniwoofs", + "states": [ + { + "name": "icon" + } + ] +}