In-hand sprites for some food items (#38024)

* so meow changes

* qwawa

* fixed sprites

* Update meta.json

* Update meta.json

* Update meta.json

* Update meta.json

* Update meta.json

* more inhand variations using coloring

not perfect but better than nothing

* more meats

* pizza inhands, ported from starlight and edited

* add link

* snack inhands

* worldpeas

* chips

* packets

* all snacks and trashes finished

* correction
This commit is contained in:
Orsoniks
2025-06-05 23:06:38 +02:00
committed by GitHub
parent a91154702d
commit e21fb8ff39
108 changed files with 978 additions and 7 deletions

View File

@@ -96,6 +96,8 @@
- type: Sprite
layers:
- state: margherita-slice
- type: Item
heldPrefix: margherita-slice
- type: entity
name: meat pizza
@@ -134,6 +136,8 @@
- type: Sprite
layers:
- state: meat-slice
- type: Item
heldPrefix: meat-slice
- type: Tag
tags:
- Meat
@@ -172,6 +176,8 @@
- type: Sprite
layers:
- state: mushroom-slice
- type: Item
heldPrefix: mushroom-slice
# Tastes like crust, tomato, cheese, mushroom.
- type: entity
@@ -223,6 +229,8 @@
- type: Sprite
layers:
- state: vegetable-slice
- type: Item
heldPrefix: vegetable-slice
- type: SolutionContainerManager
solutions:
food:
@@ -280,6 +288,8 @@
- type: Sprite
layers:
- state: donkpocket-slice
- type: Item
heldPrefix: donkpocket-slice
- type: SolutionContainerManager
solutions:
food:
@@ -340,6 +350,8 @@
- type: Sprite
layers:
- state: dank-slice
- type: Item
heldPrefix: dank-slice
- type: SolutionContainerManager
solutions:
food:
@@ -388,6 +400,8 @@
- type: Sprite
layers:
- state: sassysage-slice
- type: Item
heldPrefix: sassysage-slice
- type: Tag
tags:
- Meat
@@ -434,6 +448,8 @@
- type: Sprite
layers:
- state: pineapple-slice
- type: Item
heldPrefix: pineapple-slice
- type: Tag
tags:
- Meat
@@ -494,6 +510,8 @@
- type: Sprite
layers:
- state: arnold-slice
- type: Item
heldPrefix: arnold-slice
- type: SolutionContainerManager
solutions:
food:
@@ -529,6 +547,8 @@
- type: Sprite
layers:
- state: moldy-slice
- type: Item
heldPrefix: moldy-slice
- type: Tag
tags:
- Trash
@@ -597,6 +617,8 @@
- type: Sprite
layers:
- state: uranium-slice
- type: Item
heldPrefix: uranium-slice
- type: Tag
tags:
- Meat
@@ -665,6 +687,8 @@
- type: Sprite
layers:
- state: cotton-slice
- type: Item
heldPrefix: cotton-slice
- type: Tag
tags:
- ClothMade
@@ -722,6 +746,8 @@
- type: Sprite
layers:
- state: worldpeas-slice
- type: Item
heldPrefix: worldpeas-slice
- type: SolutionContainerManager
solutions:
food:

View File

@@ -19,6 +19,11 @@
shape:
- 0,0,1,0
storedOffset: 0,-6
inhandVisuals:
left:
- state: plate-inhand-left
right:
- state: plate-inhand-right
- type: DamageOnLand
damage:
types:
@@ -86,6 +91,11 @@
state: plate-small
- type: Item
storedOffset: 0,-3
inhandVisuals:
left:
- state: plate-inhand-left
right:
- state: plate-inhand-right
# Needs the full thing because inherting is dumb sometimes.
- type: Destructible
thresholds:
@@ -134,6 +144,11 @@
shape:
- 0,0,1,0
storedOffset: 0,-6
inhandVisuals:
left:
- state: plate-plastic-inhand-left
right:
- state: plate-plastic-inhand-right
- type: Tag
tags:
- Trash
@@ -151,6 +166,11 @@
shape:
- 0,0,1,0
storedOffset: 0,-3
inhandVisuals:
left:
- state: plate-plastic-inhand-left
right:
- state: plate-plastic-inhand-right
- type: Tag
tags:
- Trash

View File

@@ -720,6 +720,12 @@
entries:
Taco: CheeseTaco
Burger: CheeseBurger
- type: Item
inhandVisuals:
left:
- state: cheesewedge-inhand-left
right:
- state: cheesewedge-inhand-right
- type: entity
name: chèvre log

View File

@@ -109,6 +109,12 @@
- type: Tag
tags:
- Meat
- type: Item
inhandVisuals:
left:
- state: plain-inhand-left
right:
- state: plain-inhand-right
- type: entity
name: raw human meat
@@ -127,6 +133,12 @@
- type: SliceableFood
count: 3
slice: FoodMeatCutlet
- type: Item
inhandVisuals:
left:
- state: plain-inhand-left
right:
- state: plain-inhand-right
- type: entity
name: raw carp fillet
@@ -155,6 +167,12 @@
reagents:
- ReagentId: CarpoToxin
Quantity: 5
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
right:
- state: generic-pink-inhand-right
- type: entity
name: raw bacon
@@ -185,6 +203,12 @@
graph: Bacon
node: start
defaultTarget: bacon
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
right:
- state: generic-pink-inhand-right
- type: entity
name: raw bear meat
@@ -209,6 +233,14 @@
graph: BearSteak
node: start
defaultTarget: filet migrawr
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: "#934C64"
right:
- state: generic-pink-inhand-right
color: "#934C64"
- type: entity
name: raw penguin meat
@@ -233,6 +265,12 @@
graph: PenguinSteak
node: start
defaultTarget: cooked penguin
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
right:
- state: generic-pink-inhand-right
- type: entity
name: raw chicken meat
@@ -259,6 +297,12 @@
graph: ChickenSteak
node: start
defaultTarget: cooked chicken
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
right:
- state: generic-pink-inhand-right
- type: entity
name: raw duck meat
@@ -283,6 +327,12 @@
graph: DuckSteak
node: start
defaultTarget: cooked duck
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
right:
- state: generic-pink-inhand-right
- type: entity
name: prime-cut corgi meat
@@ -308,6 +358,12 @@
price: 750
- type: StealTarget
stealGroup: FoodMeatCorgi
- type: Item
inhandVisuals:
left:
- state: corgi-inhand-left
right:
- state: corgi-inhand-right
- type: entity
name: raw crab meat
@@ -355,6 +411,12 @@
graph: GoliathSteak
node: start
defaultTarget: goliath steak
- type: Item
inhandVisuals:
left:
- state: plain-inhand-left
right:
- state: plain-inhand-right
- type: entity
name: dragon flesh
@@ -389,6 +451,12 @@
graph: DragonSteak
node: start
defaultTarget: dragon steak
- type: Item
inhandVisuals:
left:
- state: dragon-inhand-left
right:
- state: dragon-inhand-right
- type: entity
name: raw rat meat
@@ -409,6 +477,12 @@
- type: SliceableFood
count: 3
slice: FoodMeatCutlet
- type: Item
inhandVisuals:
left:
- state: plain-inhand-left
right:
- state: plain-inhand-right
- type: entity
name: raw lizard meat
@@ -433,6 +507,14 @@
graph: LizardSteak
node: start
defaultTarget: lizard steak
- type: Item
inhandVisuals:
left:
- state: plain-inhand-left
color: "#6EFF41"
right:
- state: plain-inhand-right
color: "#6EFF41"
- type: entity
name: raw plant meat
@@ -467,6 +549,12 @@
Quantity: 4
- ReagentId: Fat
Quantity: 4
- type: Item
inhandVisuals:
left:
- state: rotten-inhand-left
right:
- state: rotten-inhand-right
- type: entity
name: raw spider meat
@@ -487,6 +575,8 @@
- type: SliceableFood
count: 3
slice: FoodMeatSpiderCutlet
- type: Item
heldPrefix: spider
- type: entity
name: raw spider leg
@@ -504,6 +594,14 @@
Quantity: 10
- ReagentId: Fat
Quantity: 3
- type: Item
inhandVisuals:
left:
- state: snake-inhand-left
color: "#333333"
right:
- state: snake-inhand-right
color: "#333333"
- type: entity
name: meatwheat clump
@@ -522,6 +620,14 @@
reagents:
- ReagentId: UncookedAnimalProteins
Quantity: 1
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: "#934C64"
right:
- state: generic-pink-inhand-right
color: "#934C64"
- type: entity
name: raw snake meat
@@ -543,6 +649,12 @@
Quantity: 10
- ReagentId: Toxin
Quantity: 2
- type: Item
inhandVisuals:
left:
- state: snake-inhand-left
right:
- state: snake-inhand-right
- type: entity
name: raw xeno meat
@@ -570,6 +682,14 @@
- type: SliceableFood
count: 3
slice: FoodMeatXenoCutlet
- type: Item
inhandVisuals:
left:
- state: plain-inhand-left
color: "#6EFF41"
right:
- state: plain-inhand-right
color: "#6EFF41"
- type: entity
name: raw rouny meat
@@ -599,6 +719,12 @@
graph: RounySteak
node: start
defaultTarget: rouny steak
- type: Item
inhandVisuals:
left:
- state: plain-inhand-left
right:
- state: plain-inhand-right
- type: entity
name: killer tomato meat
@@ -613,6 +739,12 @@
slice: FoodMeatTomatoCutlet
- type: StaticPrice
price: 100
- type: Item
inhandVisuals:
left:
- state: tomato-inhand-left
right:
- state: tomato-inhand-right
- type: entity
name: salami
@@ -695,6 +827,8 @@
graph: CookedPatty
node: start
defaultTarget: cooked meat patty
- type: Item
heldPrefix: generic-pink
- type: entity
name: slimeball
@@ -716,6 +850,12 @@
Quantity: 10
- type: Sprite
state: slime
- type: Item
inhandVisuals:
left:
- state: slime-inhand-left
right:
- state: slime-inhand-right
- type: entity
name: raw snail meat
@@ -736,6 +876,14 @@
Quantity: 3
- ReagentId: Water
Quantity: 4 #It makes saline if you add salt!
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: "#E2AE7C"
right:
- state: generic-pink-inhand-right
color: "#E2AE7C"
- type: entity
name: anomalous meat mass
@@ -766,6 +914,12 @@
- type: Tag
tags:
- Meat
- type: Item
inhandVisuals:
left:
- state: plain-inhand-left
right:
- state: plain-inhand-right
# Cooked
@@ -833,6 +987,12 @@
entries:
Burger: MeatSteak
Taco: MeatSteak
- type: Item
inhandVisuals:
left:
- state: plain-cooked-inhand-left
right:
- state: plain-cooked-inhand-right
- type: entity
name: bacon
@@ -868,6 +1028,14 @@
entries:
Burger: MeatBacon
Taco: MeatBacon
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: "#5B3E2A"
right:
- state: generic-pink-inhand-right
color: "#5B3E2A"
- type: entity
name: cooked bear
@@ -901,6 +1069,8 @@
entries:
Burger: MeatBearBurger
Taco: MeatBear
- type: Item
heldPrefix: meatball
- type: entity
name: penguin filet
@@ -933,6 +1103,14 @@
entries:
Burger: MeatPenguinBurger
Taco: MeatPenguin
- type: Item
inhandVisuals:
left:
- state: plain-cooked-inhand-left
color: "#F7E3A3"
right:
- state: plain-cooked-inhand-right
color: "#F7E3A3"
- type: entity
name: cooked chicken
@@ -965,6 +1143,14 @@
entries:
Burger: MeatChicken
Taco: MeatChicken
- type: Item
inhandVisuals:
left:
- state: plain-cooked-inhand-left
color: "#F7E3A3"
right:
- state: plain-cooked-inhand-right
color: "#F7E3A3"
- type: entity
name: fried chicken
@@ -997,6 +1183,14 @@
entries:
Burger: MeatChicken
Taco: MeatChicken
- type: Item
inhandVisuals:
left:
- state: plain-cooked-inhand-left
color: "#F7E3A3"
right:
- state: plain-cooked-inhand-right
color: "#F7E3A3"
- type: entity
name: cooked duck
@@ -1029,6 +1223,14 @@
entries:
Burger: MeatDuck
Taco: MeatDuck
- type: Item
inhandVisuals:
left:
- state: plain-cooked-inhand-left
color: "#F7E3A3"
right:
- state: plain-cooked-inhand-right
color: "#F7E3A3"
- type: entity
name: cooked crab
@@ -1061,6 +1263,12 @@
entries:
Burger: MeatCrabBurger
Taco: MeatCrab
- type: Item
inhandVisuals:
left:
- state: plain-cooked-inhand-left
right:
- state: plain-cooked-inhand-right
- type: entity
name: goliath steak
@@ -1091,6 +1299,12 @@
entries:
Burger: MeatGoliathBurger
Taco: MeatGoliath
- type: Item
inhandVisuals:
left:
- state: plain-cooked-inhand-left
right:
- state: plain-cooked-inhand-right
- type: entity
name: rouny steak
@@ -1125,6 +1339,12 @@
entries:
Burger: MeatXeno
Taco: MeatXeno
- type: Item
inhandVisuals:
left:
- state: plain-cooked-inhand-left
right:
- state: plain-cooked-inhand-right
- type: entity
name: lizard steak
@@ -1158,6 +1378,12 @@
entries:
Burger: MeatLizardBurger
Taco: MeatLizard
- type: Item
inhandVisuals:
left:
- state: plain-cooked-inhand-left
right:
- state: plain-cooked-inhand-right
- type: entity
name: boiled spider leg
@@ -1184,6 +1410,14 @@
entries:
Burger: MeatSpiderBurger
Taco: MeatSpider
- type: Item
inhandVisuals:
left:
- state: snake-inhand-left
color: "#44201A"
right:
- state: snake-inhand-right
color: "#44201A"
- type: entity
name: meatball
@@ -1212,6 +1446,8 @@
- type: Construction
graph: MeatMeatballCooked
node: meatball cooked
- type: Item
heldPrefix: meatball
- type: entity
name: cooked meat patty
@@ -1241,6 +1477,8 @@
entries:
Burger: MeatPatty
Taco: MeatPatty
- type: Item
heldPrefix: meatball
- type: entity
name: boiled snail
@@ -1270,6 +1508,14 @@
entries:
Burger: MeatSnail
Taco: MeatSnail
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: "#5B3E2A"
right:
- state: generic-pink-inhand-right
color: "#5B3E2A"
- type: entity
name: anomalous steak
@@ -1299,6 +1545,12 @@
- type: Construction
graph: AnomalyMeatSteak
node: anomaly steak
- type: Item
inhandVisuals:
left:
- state: plain-cooked-inhand-left
right:
- state: plain-cooked-inhand-right
- type: entity
name: dragon steak
@@ -1334,6 +1586,12 @@
entries:
Burger: DragonSteak
Taco: DragonSteak
- type: Item
inhandVisuals:
left:
- state: dragon-cooked-inhand-left
right:
- state: dragon-cooked-inhand-right
# Cutlets
@@ -1364,6 +1622,12 @@
graph: Cutlet
node: start
defaultTarget: cutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
right:
- state: generic-pink-inhand-right
- type: entity
name: raw bear cutlet
@@ -1393,6 +1657,14 @@
graph: BearCutlet
node: start
defaultTarget: bear cutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: brown
right:
- state: generic-pink-inhand-right
color: brown
- type: entity
name: raw penguin cutlet
@@ -1420,6 +1692,14 @@
graph: PenguinCutlet
node: start
defaultTarget: penguin cutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: white
right:
- state: generic-pink-inhand-right
color: white
- type: entity
name: raw chicken cutlet
@@ -1447,6 +1727,12 @@
graph: ChickenCutlet
node: start
defaultTarget: chicken cutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
right:
- state: generic-pink-inhand-right
- type: entity
name: raw duck cutlet
@@ -1474,6 +1760,12 @@
graph: DuckCutlet
node: start
defaultTarget: duck cutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
right:
- state: generic-pink-inhand-right
- type: entity
name: raw lizard cutlet
@@ -1504,6 +1796,14 @@
graph: LizardCutlet
node: start
defaultTarget: lizard cutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: green
right:
- state: generic-pink-inhand-right
color: green
- type: entity
name: raw spider cutlet
@@ -1530,6 +1830,14 @@
graph: SpiderCutlet
node: start
defaultTarget: spider cutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: green
right:
- state: generic-pink-inhand-right
color: green
- type: entity
name: raw xeno cutlet
@@ -1558,6 +1866,14 @@
graph: XenoCutlet
node: start
defaultTarget: xeno cutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: green
right:
- state: generic-pink-inhand-right
color: green
- type: entity
name: raw killer tomato cutlet
@@ -1623,6 +1939,14 @@
graph: DragonCutlet
node: start
defaultTarget: dragon cutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: "#D127A7"
right:
- state: generic-pink-inhand-right
color: "#D127A7"
# Cooked
@@ -1654,6 +1978,14 @@
entries:
Burger: MeatCutlet
Taco: MeatCutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: "#5B3614"
right:
- state: generic-pink-inhand-right
color: "#5B3614"
- type: entity
name: bear cutlet
@@ -1686,6 +2018,14 @@
entries:
Burger: BearCutletBurger
Taco: BearCutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: "#5B3614"
right:
- state: generic-pink-inhand-right
color: "#5B3614"
- type: entity
name: penguin cutlet
@@ -1716,6 +2056,14 @@
entries:
Burger: PenguinCutletBurger
Taco: PenguinCutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: "#5B3614"
right:
- state: generic-pink-inhand-right
color: "#5B3614"
- type: entity
name: chicken cutlet
@@ -1746,6 +2094,14 @@
entries:
Burger: ChickenCutlet
Taco: ChickenCutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: "#5B3614"
right:
- state: generic-pink-inhand-right
color: "#5B3614"
- type: entity
name: duck cutlet
@@ -1776,6 +2132,14 @@
entries:
Burger: DuckCutlet
Taco: DuckCutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: "#5B3614"
right:
- state: generic-pink-inhand-right
color: "#5B3614"
- type: entity
name: lizard cutlet
@@ -1807,6 +2171,14 @@
entries:
Burger: LizardCutletBurger
Taco: LizardCutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: "#153F06"
right:
- state: generic-pink-inhand-right
color: "#153F06"
- type: entity
name: spider cutlet
@@ -1836,6 +2208,14 @@
entries:
Burger: SpiderCutletBurger
Taco: SpiderCutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: "#153F06"
right:
- state: generic-pink-inhand-right
color: "#153F06"
- type: entity
name: xeno cutlet
@@ -1865,6 +2245,14 @@
entries:
Burger: XenoCutlet
Taco: XenoCutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: "#153F06"
right:
- state: generic-pink-inhand-right
color: "#153F06"
- type: entity
name: dragon cutlet
@@ -1896,3 +2284,11 @@
entries:
Burger: DragonCutlet
Taco: DragonCutlet
- type: Item
inhandVisuals:
left:
- state: generic-pink-inhand-left
color: "#7A1763"
right:
- state: generic-pink-inhand-right
color: "#7A1763"

View File

@@ -40,6 +40,7 @@
- type: Sprite
state: boritos
- type: Item
heldPrefix: boritos
- type: Food
trash:
- FoodPacketBoritosTrash
@@ -56,6 +57,7 @@
- type: Sprite
state: cnds
- type: Item
heldPrefix: cnds
- type: Food
trash:
- FoodPacketCnDsTrash
@@ -73,6 +75,7 @@
- type: Sprite
state: cheesiehonkers
- type: Item
heldPrefix: cheesiehonkers
- type: Food
trash:
- FoodPacketCheesieTrash
@@ -91,6 +94,7 @@
- type: Sprite
state: chips
- type: Item
heldPrefix: chips
- type: Food
trash:
- FoodPacketChipsTrash
@@ -129,6 +133,7 @@
- type: Sprite
state: chocolatebar-open
- type: Item
heldPrefix: chocolatebar-open
- type: Tag
tags:
- FoodSnack
@@ -154,6 +159,7 @@
- type: Sprite
state: energybar
- type: Item
heldPrefix: energybar
- type: SpawnItemsOnUse
items:
- id: FoodPacketEnergyTrash
@@ -176,6 +182,7 @@
- type: Sprite
state: energybar-open
- type: Item
heldPrefix: energybar-open
- type: entity
name: Sweetie's pistachios
@@ -190,6 +197,7 @@
- type: Sprite
state: pistachio
- type: Item
heldPrefix: pistachio
- type: Food
trash:
- FoodPacketPistachioTrash
@@ -229,6 +237,7 @@
- type: Sprite
state: raisins
- type: Item
heldPrefix: raisins
- type: Food
trash:
- FoodPacketRaisinsTrash
@@ -248,6 +257,7 @@
- type: Sprite
state: semki
- type: Item
heldPrefix: semki
- type: Food
trash:
- FoodPacketSemkiTrash
@@ -264,6 +274,7 @@
- type: Sprite
state: susjerky
- type: Item
heldPrefix: susjerky
- type: Food
trash:
- FoodPacketSusTrash
@@ -283,6 +294,7 @@
- type: Sprite
state: syndicakes
- type: Item
heldPrefix: syndicakes
- type: Food
trash:
- FoodPacketSyndiTrash
@@ -311,6 +323,8 @@
- type: Food
trash:
- FoodPacketCupRamenTrash
- type: Item
heldPrefix: ramen
- type: entity
parent: DrinkRamen
@@ -342,6 +356,7 @@
- type: Sprite
state: chinese1
- type: Item
heldPrefix: chinese1
- type: SolutionContainerManager
solutions:
food:
@@ -369,6 +384,7 @@
- type: Sprite
state: chinese2
- type: Item
heldPrefix: chinese2
- type: SolutionContainerManager
solutions:
food:
@@ -404,7 +420,7 @@
Quantity: 1
- type: Item
sprite: Objects/Consumable/Food/snacks.rsi
heldPrefix: packet
heldPrefix: cookie_fortune
size: Tiny
- type: Food
trash:
@@ -418,6 +434,7 @@
components:
- type: Item
size: Small
heldPrefix: nutribrick
- type: Tag
tags:
- FoodSnack
@@ -442,6 +459,7 @@
- nutribrick
- type: Item
size: Small
heldPrefix: nutribrick-open
- type: Tag
tags:
- ReptilianFood
@@ -465,6 +483,8 @@
- type: Sprite
sprite: Objects/Consumable/Food/snacks.rsi
state: mre-brownie
- type: Item
heldPrefix: mre-brownie
- type: Tag
tags:
- FoodSnack
@@ -487,6 +507,8 @@
- mrebrownie
- type: Sprite
state: mre-brownie-open
- type: Item
heldPrefix: mre-brownie-open
- type: Food
- type: SolutionContainerManager
solutions:
@@ -511,7 +533,6 @@
sprite: Objects/Consumable/Food/snacks.rsi
- type: Item
sprite: Objects/Consumable/Food/snacks.rsi
heldPrefix: packet
size: Tiny
- type: Tag
tags:
@@ -540,6 +561,14 @@
components:
- type: Sprite
state: boritos-trash
- type: Item
inhandVisuals:
left:
- state: trash-inhand-left
color: "#4F54BE"
right:
- state: trash-inhand-right
color: "#4F54BE"
- type: entity
categories: [ HideSpawnMenu ]
@@ -549,6 +578,14 @@
components:
- type: Sprite
state: cnds-trash
- type: Item
inhandVisuals:
left:
- state: trash-inhand-left
color: "#915145"
right:
- state: trash-inhand-right
color: "#915145"
- type: entity
categories: [ HideSpawnMenu ]
@@ -558,6 +595,14 @@
components:
- type: Sprite
state: cheesiehonkers-trash
- type: Item
inhandVisuals:
left:
- state: trash-inhand-left
color: "#FFCC33"
right:
- state: trash-inhand-right
color: "#FFCC33"
- type: entity
categories: [ HideSpawnMenu ]
@@ -567,6 +612,14 @@
components:
- type: Sprite
state: chips-trash
- type: Item
inhandVisuals:
left:
- state: trash-inhand-left
color: "#008000"
right:
- state: trash-inhand-right
color: "#008000"
- type: entity
categories: [ HideSpawnMenu ]
@@ -576,6 +629,14 @@
components:
- type: Sprite
state: chocolatebar-trash
- type: Item
inhandVisuals:
left:
- state: trash-inhand-left
color: "#A20000"
right:
- state: trash-inhand-right
color: "#A20000"
- type: entity
categories: [ HideSpawnMenu ]
@@ -585,6 +646,14 @@
components:
- type: Sprite
state: energybar-trash
- type: Item
inhandVisuals:
left:
- state: trash-inhand-left
color: "#9AFF1F"
right:
- state: trash-inhand-right
color: "#9AFF1F"
- type: entity
categories: [ HideSpawnMenu ]
@@ -594,6 +663,14 @@
components:
- type: Sprite
state: pistachio-trash
- type: Item
inhandVisuals:
left:
- state: trash-inhand-left
color: "#99B334"
right:
- state: trash-inhand-right
color: "#99B334"
- type: entity
categories: [ HideSpawnMenu ]
@@ -603,6 +680,14 @@
components:
- type: Sprite
state: popcorn-trash
- type: Item
inhandVisuals:
left:
- state: trash-inhand-left
color: "#5193FF"
right:
- state: trash-inhand-right
color: "#5193FF"
- type: entity
categories: [ HideSpawnMenu ]
@@ -612,6 +697,14 @@
components:
- type: Sprite
state: raisins-trash
- type: Item
inhandVisuals:
left:
- state: trash-inhand-left
color: "#FF0033"
right:
- state: trash-inhand-right
color: "#FF0033"
- type: entity
categories: [ HideSpawnMenu ]
@@ -621,6 +714,14 @@
components:
- type: Sprite
state: semki-trash
- type: Item
inhandVisuals:
left:
- state: trash-inhand-left
color: "#C2821E"
right:
- state: trash-inhand-right
color: "#C2821E"
- type: entity
categories: [ HideSpawnMenu ]
@@ -630,6 +731,14 @@
components:
- type: Sprite
state: susjerky-trash
- type: Item
inhandVisuals:
left:
- state: trash-inhand-left
color: "#990033"
right:
- state: trash-inhand-right
color: "#990033"
- type: entity
categories: [ HideSpawnMenu ]
@@ -639,6 +748,14 @@
components:
- type: Sprite
state: syndicakes-trash
- type: Item
inhandVisuals:
left:
- state: trash-inhand-left
color: "#FFFFFF"
right:
- state: trash-inhand-right
color: "#FFFFFF"
- type: entity
categories: [ HideSpawnMenu ]
@@ -648,6 +765,8 @@
components:
- type: Sprite
state: ramen
- type: Item
heldPrefix: ramen
- type: entity
categories: [ HideSpawnMenu ]
@@ -657,6 +776,8 @@
components:
- type: Sprite
state: chinese1
- type: Item
heldPrefix: chinese1
- type: entity
categories: [ HideSpawnMenu ]
@@ -666,6 +787,8 @@
components:
- type: Sprite
state: chinese2
- type: Item
heldPrefix: chinese2
- type: entity
categories: [ HideSpawnMenu ]
@@ -702,3 +825,11 @@
- Trash
- type: Sprite
state: mre-wrapper
- type: Item
inhandVisuals:
left:
- state: trash-inhand-left
color: "#8B7356"
right:
- state: trash-inhand-right
color: "#8B7356"

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 781 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 872 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 892 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, Spicy Rock Pizza modified from margherita pizza by mkanke, cotton made by mlexf (discord 1143460554963427380), world peazza modified from margherita by MisterImp (GitHub)",
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, Spicy Rock Pizza modified from margherita pizza by mkanke, cotton made by mlexf (discord 1143460554963427380), world peazza modified from margherita by MisterImp (GitHub). Inhands ported over from Starlight at https://github.com/ss14Starlight/space-station-14/pull/72 with edits by Orsoniks.",
"size": {
"x": 32,
"y": 32
@@ -19,6 +19,14 @@
{
"name": "arnold-slice"
},
{
"name": "arnold-slice-inhand-right",
"directions": 4
},
{
"name": "arnold-slice-inhand-left",
"directions": 4
},
{
"name": "base-1"
},
@@ -49,39 +57,95 @@
{
"name": "cotton-slice"
},
{
"name": "cotton-slice-inhand-right",
"directions": 4
},
{
"name": "cotton-slice-inhand-left",
"directions": 4
},
{
"name": "dank"
},
{
"name": "dank-slice"
},
{
"name": "dank-slice-inhand-right",
"directions": 4
},
{
"name": "dank-slice-inhand-left",
"directions": 4
},
{
"name": "donkpocket"
},
{
"name": "donkpocket-slice"
},
{
"name": "donkpocket-slice-inhand-right",
"directions": 4
},
{
"name": "donkpocket-slice-inhand-left",
"directions": 4
},
{
"name": "meat"
},
{
"name": "meat-slice"
},
{
"name": "meat-slice-inhand-right",
"directions": 4
},
{
"name": "meat-slice-inhand-left",
"directions": 4
},
{
"name": "moldy-slice"
},
{
"name": "moldy-slice-inhand-right",
"directions": 4
},
{
"name": "moldy-slice-inhand-left",
"directions": 4
},
{
"name": "mushroom"
},
{
"name": "mushroom-slice"
},
{
"name": "mushroom-slice-inhand-right",
"directions": 4
},
{
"name": "mushroom-slice-inhand-left",
"directions": 4
},
{
"name": "pineapple"
},
{
"name": "pineapple-slice"
},
{
"name": "pineapple-slice-inhand-right",
"directions": 4
},
{
"name": "pineapple-slice-inhand-left",
"directions": 4
},
{
"name": "box"
},
@@ -124,18 +188,42 @@
{
"name": "margherita-slice"
},
{
"name": "margherita-slice-inhand-right",
"directions": 4
},
{
"name": "margherita-slice-inhand-left",
"directions": 4
},
{
"name": "sassysage"
},
{
"name": "sassysage-slice"
},
{
"name": "sassysage-slice-inhand-right",
"directions": 4
},
{
"name": "sassysage-slice-inhand-left",
"directions": 4
},
{
"name": "vegetable"
},
{
"name": "vegetable-slice"
},
{
"name": "vegetable-slice-inhand-right",
"directions": 4
},
{
"name": "vegetable-slice-inhand-left",
"directions": 4
},
{
"name": "box-inhand-right",
"directions": 4
@@ -150,11 +238,27 @@
{
"name": "uranium-slice"
},
{
"name": "uranium-slice-inhand-right",
"directions": 4
},
{
"name": "uranium-slice-inhand-left",
"directions": 4
},
{
"name": "worldpeas"
},
{
"name": "worldpeas-slice"
},
{
"name": "worldpeas-slice-inhand-right",
"directions": 4
},
{
"name": "worldpeas-slice-inhand-left",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 892 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 724 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation and baystation and modified by potato1234x at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 and https://github.com/Baystation12/Baystation12/commit/a6067826de7fd8f698793f6d84e6c2f1f9b1f188. Tofu and tofu-slice were created by Discord user rosysyntax#6514. Chevrelog and chevredisk created by Github user deathride58, tortilladough tortillaflat and tortillaslice added by Phunny, butter-slice and croissant-raw taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7ffd61b6fa6a6183daa8900f9a490f46f7a81955, cotton made by mlexf (discord 1143460554963427380). Croissant-raw-cotton, cotton-dough-slice and cotton-dough-rope by JuneSzalkowska, cloth-box by Janet Blackquill <uhhadd@gmail.com> 2024",
"copyright": "Taken from tgstation and baystation and modified by potato1234x at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 and https://github.com/Baystation12/Baystation12/commit/a6067826de7fd8f698793f6d84e6c2f1f9b1f188. Tofu and tofu-slice were created by Discord user rosysyntax#6514. Chevrelog and chevredisk created by Github user deathride58, tortilladough tortillaflat and tortillaslice added by Phunny, butter-slice and croissant-raw taken from tgstation at commit https://github.com/tgstation/tgstation/commit/7ffd61b6fa6a6183daa8900f9a490f46f7a81955, cotton made by mlexf (discord 1143460554963427380). Croissant-raw-cotton, cotton-dough-slice and cotton-dough-rope by JuneSzalkowska, cloth-box by Janet Blackquill <uhhadd@gmail.com> 2024. Cheese wedge inhand by Orsoniks.",
"size": {
"x": 32,
"y": 32
@@ -19,6 +19,14 @@
{
"name": "cheesewedge"
},
{
"name": "cheesewedge-inhand-right",
"directions": 4
},
{
"name": "cheesewedge-inhand-left",
"directions": 4
},
{
"name": "cheesewheel"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 350 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation and modified by Swept, potato1234x and deltanedas at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, snail by IproduceWidgets (github) and Kezu (discord), anomalymeat/cooked by august-sun, dragoncutlet, dragoncutlet_veins, dragoncutlet-cooked and dragon-cooked by JuneSzalkowska (discord), raw and cooked patty taken from tgstation at https://github.com/tgstation/tgstation/commit/b83c7deee4c91df4de130db242facce20308aa8a",
"copyright": "Taken from tgstation and modified by Swept, potato1234x and deltanedas at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, snail by IproduceWidgets (github) and Kezu (discord), anomalymeat/cooked by august-sun, dragoncutlet, dragoncutlet_veins, dragoncutlet-cooked and dragon-cooked by JuneSzalkowska (discord), raw and cooked patty taken from tgstation at https://github.com/tgstation/tgstation/commit/b83c7deee4c91df4de130db242facce20308aa8a. A lot of inhands by Orsoniks.",
"size": {
"x": 32,
"y": 32
@@ -46,6 +46,14 @@
{
"name": "corgi"
},
{
"name": "corgi-inhand-right",
"directions": 4
},
{
"name": "corgi-inhand-left",
"directions": 4
},
{
"name": "crab"
},
@@ -105,9 +113,33 @@
{
"name": "plain"
},
{
"name": "plain-inhand-right",
"directions": 4
},
{
"name": "plain-inhand-left",
"directions": 4
},
{
"name": "plain-cooked"
},
{
"name": "plain-cooked-inhand-right",
"directions": 4
},
{
"name": "plain-cooked-inhand-left",
"directions": 4
},
{
"name": "generic-pink-inhand-right",
"directions": 4
},
{
"name": "generic-pink-inhand-left",
"directions": 4
},
{
"name": "plant"
},
@@ -144,14 +176,38 @@
]
]
},
{
"name": "rotten-inhand-right",
"directions": 4
},
{
"name": "rotten-inhand-left",
"directions": 4
},
{
"name": "salami-slice"
},
{
"name": "sausage"
},
{
"name": "sausage-inhand-right",
"directions": 4
},
{
"name": "sausage-inhand-left",
"directions": 4
},
{
"name": "slime"
},
{
"name": "slime-inhand-right",
"directions": 4
},
{
"name": "slime-inhand-left",
"directions": 4
},
{
"name": "snail"
@@ -162,9 +218,25 @@
{
"name": "snake"
},
{
"name": "snake-inhand-right",
"directions": 4
},
{
"name": "snake-inhand-left",
"directions": 4
},
{
"name": "spider"
},
{
"name": "spider-inhand-right",
"directions": 4
},
{
"name": "spider-inhand-left",
"directions": 4
},
{
"name": "spidercutlet"
},
@@ -180,6 +252,14 @@
{
"name": "tomato"
},
{
"name": "tomato-inhand-right",
"directions": 4
},
{
"name": "tomato-inhand-left",
"directions": 4
},
{
"name": "xeno"
},
@@ -191,6 +271,14 @@
},
{
"name": "dragon"
},
{
"name": "dragon-inhand-right",
"directions": 4
},
{
"name": "dragon-inhand-left",
"directions": 4
},
{
"name": "dragon_veins"
@@ -210,6 +298,14 @@
{
"name": "dragon-cooked"
},
{
"name": "dragon-cooked-inhand-right",
"directions": 4
},
{
"name": "dragon-cooked-inhand-left",
"directions": 4
},
{
"name": "dragoncutlet"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 336 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa. Muffin-tin sprite modified from the original tin sprite by RumiTiger",
"copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa. Muffin-tin sprite modified from the original tin sprite by RumiTiger. Plate inhand by Orsoniks.",
"size": {
"x": 32,
"y": 32
@@ -10,6 +10,22 @@
{
"name": "plate"
},
{
"name": "plate-inhand-right",
"directions": 4
},
{
"name": "plate-inhand-left",
"directions": 4
},
{
"name": "plate-plastic-inhand-right",
"directions": 4
},
{
"name": "plate-plastic-inhand-left",
"directions": 4
},
{
"name": "plate-trash"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 319 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 303 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, chinese from paradise, ticket by peptide, cnds-trash based on boritos-trash and syndicakes modified by potato1234x, ramen from https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, chinese from paradise, ticket by peptide, cnds-trash based on boritos-trash and syndicakes modified by potato1234x, ramen from https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Some inhands by Orsoniks.",
"size": {
"x": 32,
"y": 32
@@ -10,24 +10,72 @@
{
"name": "ramen"
},
{
"name": "ramen-inhand-right",
"directions": 4
},
{
"name": "ramen-inhand-left",
"directions": 4
},
{
"name": "trash-inhand-right",
"directions": 4
},
{
"name": "trash-inhand-left",
"directions": 4
},
{
"name": "boritos"
},
{
"name": "boritos-inhand-right",
"directions": 4
},
{
"name": "boritos-inhand-left",
"directions": 4
},
{
"name": "boritos-trash"
},
{
"name": "cheesiehonkers"
},
{
"name": "cheesiehonkers-inhand-right",
"directions": 4
},
{
"name": "cheesiehonkers-inhand-left",
"directions": 4
},
{
"name": "cheesiehonkers-trash"
},
{
"name": "chinese1"
},
{
"name": "chinese1-inhand-right",
"directions": 4
},
{
"name": "chinese1-inhand-left",
"directions": 4
},
{
"name": "chinese2"
},
{
"name": "chinese2-inhand-right",
"directions": 4
},
{
"name": "chinese2-inhand-left",
"directions": 4
},
{
"name": "chinese3"
},
@@ -37,6 +85,14 @@
{
"name": "chips"
},
{
"name": "chips-inhand-right",
"directions": 4
},
{
"name": "chips-inhand-left",
"directions": 4
},
{
"name": "chips-trash"
},
@@ -57,39 +113,111 @@
"name": "chocolatebar-inhand-left",
"directions": 4
},
{
"name": "chocolatebar-open-inhand-right",
"directions": 4
},
{
"name": "chocolatebar-open-inhand-left",
"directions": 4
},
{
"name": "cnds"
},
{
"name": "cnds-inhand-right",
"directions": 4
},
{
"name": "cnds-inhand-left",
"directions": 4
},
{
"name": "cnds-trash"
},
{
"name": "cookie_fortune"
},
{
"name": "cookie_fortune-inhand-right",
"directions": 4
},
{
"name": "cookie_fortune-inhand-left",
"directions": 4
},
{
"name": "energybar"
},
{
"name": "energybar-inhand-right",
"directions": 4
},
{
"name": "energybar-inhand-left",
"directions": 4
},
{
"name": "energybar-open"
},
{
"name": "energybar-open-inhand-right",
"directions": 4
},
{
"name": "energybar-open-inhand-left",
"directions": 4
},
{
"name": "energybar-trash"
},
{
"name": "mre-brownie"
},
{
"name": "mre-brownie-inhand-right",
"directions": 4
},
{
"name": "mre-brownie-inhand-left",
"directions": 4
},
{
"name": "mre-brownie-open"
},
{
"name": "mre-brownie-open-inhand-right",
"directions": 4
},
{
"name": "mre-brownie-open-inhand-left",
"directions": 4
},
{
"name": "mre-wrapper"
},
{
"name": "nutribrick"
},
{
"name": "nutribrick-inhand-right",
"directions": 4
},
{
"name": "nutribrick-inhand-left",
"directions": 4
},
{
"name": "nutribrick-open"
},
{
"name": "nutribrick-open-inhand-right",
"directions": 4
},
{
"name": "nutribrick-open-inhand-left",
"directions": 4
},
{
"name": "packet-inhand-right",
"directions": 4
@@ -101,6 +229,14 @@
{
"name": "pistachio"
},
{
"name": "pistachio-inhand-right",
"directions": 4
},
{
"name": "pistachio-inhand-left",
"directions": 4
},
{
"name": "pistachio-trash"
},
@@ -121,24 +257,56 @@
{
"name": "raisins"
},
{
"name": "raisins-inhand-right",
"directions": 4
},
{
"name": "raisins-inhand-left",
"directions": 4
},
{
"name": "raisins-trash"
},
{
"name": "semki"
},
{
"name": "semki-inhand-right",
"directions": 4
},
{
"name": "semki-inhand-left",
"directions": 4
},
{
"name": "semki-trash"
},
{
"name": "susjerky"
},
{
"name": "susjerky-inhand-right",
"directions": 4
},
{
"name": "susjerky-inhand-left",
"directions": 4
},
{
"name": "susjerky-trash"
},
{
"name": "syndicakes"
},
{
"name": "syndicakes-inhand-right",
"directions": 4
},
{
"name": "syndicakes-inhand-left",
"directions": 4
},
{
"name": "syndicakes-trash"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 316 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

Some files were not shown because too many files have changed in this diff Show More