@@ -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 |
@@ -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
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user