diff options
Diffstat (limited to 'pixel-client/assets/items.ini')
-rw-r--r-- | pixel-client/assets/items.ini | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/pixel-client/assets/items.ini b/pixel-client/assets/items.ini new file mode 100644 index 00000000..7fcff029 --- /dev/null +++ b/pixel-client/assets/items.ini @@ -0,0 +1,69 @@ +tomato=tomato +raw-steak=steak_raw +flour=flour +leek=leek +rice=rice +fish=fish +coconut=coconut +strawberry=strawberry + + +foodprocessor=foodprocessor +dough-foodprocessor=dough_foodprocessor +flour-foodprocessor=flour_foodprocessor +tomato-foodprocessor=tomato_foodprocessor +tomato-juice-foodprocessor=tomato_juice_foodprocessor +strawberry-foodprocessor=strawberry_foodprocessor +strawberry-puree-foodprocessor=strawberry_puree_foodprocessor +coconut-foodprocessor=coconut_foodprocessor +milk-foodprocessor=milk_foodprocessor +coconut-strawberry-puree-foodprocessor=coconut_strawberry_puree_foodprocessor +milk-strawberry-foodprocessor=milk_strawberry_foodprocessor +strawberry-shake-foodprocessor=strawberry_shake_foodprocessor +strawberry-icecream-foodprocessor=strawberry_icecream_foodprocessor +rice-foodprocessor=rice_foodprocessor +rice-flour-foodprocessor=rice_flour_foodprocessor + + +pot=pot_back,pot_front +rice-flour-pot=pot_back,rice_flour~x4~y12,pot_front +burned-pot=pot_back,burned~x4~y12,pot_front +raw-steak-pot=pot_back,steak_raw_in_pot~x4~y11,pot_front +steak-pot=pot_back,steak_in_pot~x4~y11,pot_front +leek-pot=pot_back,leek_in_pot~x5~y11,pot_front +tomato-soup-pot=pot_back,tomato_soup_in_pot~x2~y3,pot_front +tomato-juice-pot=pot_back,tomato_juice_in_pot~x2~y7,pot_front +leek-tomato-juice-pot=pot_back,tomato_juice_in_pot~x2~y7,leek_in_pot~x5~y11,pot_front +rice-pot=pot_back,rice_in_pot~x3~y11,pot_front +cooked-rice-pot=pot_back,rice_cooked_in_pot~x3~y11,pot_front +mochi-dough-pot=pot_back,mochi_dough~x6~y10,pot_front + + +sliced-tomato=tomato_slice +sliced-fish=fish_slice +bread=bread +burned=burned +dough=dough +bread-slice=bread_slice +nigiri=nigiri_rice,fish_slice~y4 +mochi-dough=mochi_dough +strawberry-mochi=strawberry_mochi + + +glass=glass +strawberry-shake-glass=strawberry_shake_glass +water-glass=water_glass + + +plate=plate +dirty-plate=plate_dirty~y3 +tomato-slice-plate=plate,tomato_slice~x6~y5 +strawberry-icecream-plate=plate,strawberry_icecream~y6~x5 +steak-plate=plate,steak~y3 +bread-slice-plate=plate,bread_slice~x3~y2 +bread-slice-steak-plate=plate,bread_slice~x3~y2,steak~y3 +bread-slice-sliced-tomato-plate=plate,bread_slice~x3~y2,tomato_slice~x6~y5 +bread-slice-sliced-tomato-steak-plate=plate,bread_slice~x3~y2,steak~y3,tomato_slice~x6~y5 +sliced-tomato-steak-plate=plate,steak~y3,tomato_slice~x6~y5 +tomato-soup-plate=plate,tomato_soup~x4~y3 +nigiri-plate=plate,nigiri_rice~x4~y3,fish_slice~x4~y7 |