From 339dced7a41af6a7c37c5e23a2032313887bf4ab Mon Sep 17 00:00:00 2001 From: Swept Date: Thu, 25 Jun 2020 16:02:48 +0000 Subject: [PATCH] Adds Lean (#1221) * We boolin' now * Updated Meta.json --- .../Items/Consumables/drinks_cups.yml | 21 ++++++++ Resources/Prototypes/Reagents/drinks.yml | 9 ++++ .../Textures/Objects/Drinks/lean.rsi/icon.png | Bin 0 -> 254 bytes .../Objects/Drinks/lean.rsi/inhand-left.png | Bin 0 -> 211 bytes .../Objects/Drinks/lean.rsi/inhand-right.png | Bin 0 -> 227 bytes .../Objects/Drinks/lean.rsi/meta.json | 51 ++++++++++++++++++ 6 files changed, 81 insertions(+) create mode 100644 Resources/Textures/Objects/Drinks/lean.rsi/icon.png create mode 100644 Resources/Textures/Objects/Drinks/lean.rsi/inhand-left.png create mode 100644 Resources/Textures/Objects/Drinks/lean.rsi/inhand-right.png create mode 100644 Resources/Textures/Objects/Drinks/lean.rsi/meta.json diff --git a/Resources/Prototypes/Entities/Items/Consumables/drinks_cups.yml b/Resources/Prototypes/Entities/Items/Consumables/drinks_cups.yml index 47946147e7..731f82cc4a 100644 --- a/Resources/Prototypes/Entities/Items/Consumables/drinks_cups.yml +++ b/Resources/Prototypes/Entities/Items/Consumables/drinks_cups.yml @@ -289,3 +289,24 @@ visuals: - type: DrinkFoodVisualizer2D steps: 2 + +- type: entity + parent: DrinkBaseCup + id: DrinkLean + name: Lean + description: Bro Drake has such a cool fade bro Drake is the best bro c'mon bro he's + components: + - type: Solution + maxVol: 20 + contents: + reagents: + - ReagentId: chem.Lean + Quantity: 20 + - type: Sprite + sprite: Objects/Drinks/lean.rsi + state: icon + - type: Icon + sprite: Objects/Drinks/lean.rsi + state: icon + - type: Item + sprite: Objects/Drinks/lean.rsi diff --git a/Resources/Prototypes/Reagents/drinks.yml b/Resources/Prototypes/Reagents/drinks.yml index 77aaaed3f4..6c93906100 100644 --- a/Resources/Prototypes/Reagents/drinks.yml +++ b/Resources/Prototypes/Reagents/drinks.yml @@ -161,3 +161,12 @@ metabolism: - !type:DefaultDrink rate: 1 + +- type: reagent + id: chem.Lean + name: lean + desc: Turn up for days + color: "#9400D3" + metabolism: + - !type:DefaultDrink + rate: 1 diff --git a/Resources/Textures/Objects/Drinks/lean.rsi/icon.png b/Resources/Textures/Objects/Drinks/lean.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..e4c2d514eb60984c370c053a88ff3df7378289d8 GIT binary patch literal 254 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyW&u7Su0Z<6?W> zS(|L^+WP&}-wM{Wx2P!f-lIt}^BRnx)S}J1$-Nc(89CH_#9Uh6BMo z|F3@Yc6onbDYw8y^MdK`KVD{EX`j$wI_KJIc}9kY+uoXc8E?%|cr>-hSpuZP)78&q Iol`;+0JT6nA!!oSYc6vx8-yhoRrS)iDhJ=CJUJ19dR`Ps@5+9(#T5luy6bZ9TS0=d5M= z$&|OZe0pzuD?YV=^~Q6Zxz)SB^1O=8QMg;Vo9n}AKG6q;6^ceb-?1O_D}Ka&-$cFd z)k9^2SF94v>C7M#87yL7UH$H5%dGqILHJ9_3{U(1_zmd~bpJBW*E6U(4^*&6P|#oR Vf!s7-SHqPc4W6!kF6*2UngDfKT0sB+ literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Drinks/lean.rsi/meta.json b/Resources/Textures/Objects/Drinks/lean.rsi/meta.json new file mode 100644 index 0000000000..4dca11fe91 --- /dev/null +++ b/Resources/Textures/Objects/Drinks/lean.rsi/meta.json @@ -0,0 +1,51 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "https://github.com/tgstation/tgstation/blob/master/icons/obj/drinks.dmi", + "states": [ + { + "name": "icon", + "directions": 1 + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + } + ] +}