Adds Memory Leek (#1640)

* It is done

* Fixed attribution
This commit is contained in:
Swept
2020-08-10 23:53:19 +00:00
committed by GitHub
parent 65f9a5fb3d
commit b7dbd74947
3 changed files with 43 additions and 0 deletions

View File

@@ -3047,3 +3047,22 @@
sprite: Objects/Consumable/Food/banana.rsi
- type: Icon
sprite: Objects/Consumable/Food/banana.rsi
- type: entity
name: memory leek
parent: FoodBase
id: FoodMemoryLeek
description: It makes you irrationally angry just looking at it.
components:
- type: Food
- type: Solution
contents:
reagents:
- ReagentId: chem.Nutriment
Quantity: 9999999999
- type: Sprite
sprite: Objects/Consumable/Food/memoryleek.rsi
state: memoryLeek
- type: Icon
sprite: Objects/Consumable/Food/memoryleek.rsi
state: memoryLeek

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,24 @@
{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "Thanks Yeeye",
"copyright": "By Yeeye",
"states": [
{
"name": "memoryLeek",
"directions": 1,
"delays": [
[
0.1,
0.1,
0.1,
0.1,
0.1
]
]
}
]
}