@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
BIN
Resources/Textures/Objects/Drinks/lean.rsi/icon.png
Normal file
BIN
Resources/Textures/Objects/Drinks/lean.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 254 B |
BIN
Resources/Textures/Objects/Drinks/lean.rsi/inhand-left.png
Normal file
BIN
Resources/Textures/Objects/Drinks/lean.rsi/inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 211 B |
BIN
Resources/Textures/Objects/Drinks/lean.rsi/inhand-right.png
Normal file
BIN
Resources/Textures/Objects/Drinks/lean.rsi/inhand-right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 227 B |
51
Resources/Textures/Objects/Drinks/lean.rsi/meta.json
Normal file
51
Resources/Textures/Objects/Drinks/lean.rsi/meta.json
Normal file
@@ -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
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user