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 0000000000..e4c2d514eb Binary files /dev/null and b/Resources/Textures/Objects/Drinks/lean.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Drinks/lean.rsi/inhand-left.png b/Resources/Textures/Objects/Drinks/lean.rsi/inhand-left.png new file mode 100644 index 0000000000..c86f6c325f Binary files /dev/null and b/Resources/Textures/Objects/Drinks/lean.rsi/inhand-left.png differ diff --git a/Resources/Textures/Objects/Drinks/lean.rsi/inhand-right.png b/Resources/Textures/Objects/Drinks/lean.rsi/inhand-right.png new file mode 100644 index 0000000000..b175cde91b Binary files /dev/null and b/Resources/Textures/Objects/Drinks/lean.rsi/inhand-right.png differ 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 + ] + ] + } + ] +}