diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/_CP14/Entities/Objects/Consumable/Food/meat.yml index 9591b6b99b..5d8343a0e6 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Consumable/Food/meat.yml @@ -306,9 +306,8 @@ components: - type: Sprite layers: - - state: human_meat1 # We need fried sprites + - state: human_meat1_cooked map: [ "random" ] - color: "#c98367" - type: SolutionContainerManager solutions: food: @@ -323,8 +322,8 @@ - type: RandomSprite available: - random: - human_meat1: CP14cookedMeat - human_meat2: CP14cookedMeat + human_meat1_cooked: "" + human_meat2_cooked: "" - type: CP14TemperatureTransformation entries: - temperatureRange: 400, 500 @@ -365,8 +364,7 @@ name: cooked dino meat components: - type: Sprite - state: dino_meat1 # We need fried sprites - color: "#c98367" + state: dino_meat1_cooked - type: SolutionContainerManager solutions: food: @@ -414,8 +412,7 @@ name: cooked hydra meat components: - type: Sprite - state: dino_meat2 # We need fried sprites - color: "#c98367" + state: dino_meat2_cooked - type: SolutionContainerManager solutions: food: @@ -475,9 +472,8 @@ components: - type: Sprite layers: - - state: rabbit_meat1 # We need fried sprites + - state: rabbit_meat1_cooked map: [ "random" ] - color: "#c98367" - type: SolutionContainerManager solutions: food: @@ -490,8 +486,8 @@ - type: RandomSprite available: - random: - rabbit_meat1: CP14cookedMeat - rabbit_meat2: CP14cookedMeat + rabbit_meat1_cooked: "" + rabbit_meat2_cooked: "" - type: CP14TemperatureTransformation entries: - temperatureRange: 400, 500 @@ -543,9 +539,8 @@ components: - type: Sprite layers: - - state: pig_meat1 # We need fried sprites + - state: pig_meat1_cooked map: [ "random" ] - color: "#c98367" - type: SliceableFood count: 4 slice: CP14FoodMeatPigCookedSlice @@ -563,8 +558,8 @@ - type: RandomSprite available: - random: - pig_meat1: CP14cookedMeat - pig_meat4: CP14cookedMeat + pig_meat1_cooked: "" + pig_meat4_cooked: "" - type: CP14TemperatureTransformation entries: - temperatureRange: 400, 500 @@ -603,8 +598,7 @@ name: cooked pig leg meat # Jamon? - Хамон? components: - type: Sprite - state: pig_meat5 # We need fried sprites - color: "#c98367" + state: pig_meat5_cooked - type: SolutionContainerManager solutions: food: @@ -666,9 +660,8 @@ components: - type: Sprite layers: - - state: pig_meat2 # We need fried sprites + - state: pig_meat2_cooked map: [ "random" ] - color: "#c98367" - type: SliceableFood count: 4 slice: CP14FoodMeatPigCookedSlice @@ -686,8 +679,8 @@ - type: RandomSprite available: - random: - pig_meat2: CP14cookedMeat - pig_meat3: CP14cookedMeat + pig_meat2_cooked: "" + pig_meat3_cooked: "" - type: CP14TemperatureTransformation entries: - temperatureRange: 400, 500 @@ -731,8 +724,7 @@ components: - type: Sprite layers: - - state: pig_meat6 # We need fried sprites - color: "#c98367" + - state: pig_meat6_cooked - type: SolutionContainerManager solutions: food: diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/cutlet.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/cutlet.png index 361251001b..77a7b70a60 100644 Binary files a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/cutlet.png and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/cutlet.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/cutlet_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/cutlet_cooked.png index d48d2e8956..50db51c2e4 100644 Binary files a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/cutlet_cooked.png and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/cutlet_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/dino_meat1_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/dino_meat1_cooked.png new file mode 100644 index 0000000000..748ad833cc Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/dino_meat1_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/dino_meat2_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/dino_meat2_cooked.png new file mode 100644 index 0000000000..1e889da6d9 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/dino_meat2_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/human_meat1_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/human_meat1_cooked.png new file mode 100644 index 0000000000..cb335bd232 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/human_meat1_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/human_meat2_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/human_meat2_cooked.png new file mode 100644 index 0000000000..0a67262574 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/human_meat2_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/meta.json b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/meta.json index 769e87adc5..8c9437e21a 100644 --- a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/meta.json +++ b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "All right reserved", - "copyright": "sheepmeat and sheepmeat_cooked By omsoyk, sheepmeat_slice and sheepmeat_slice_cooked, frog_leg_cooked by TheShuEd, cutlet and cutlet_cooked and meat_slice by Artista.rar, frog_leg, human_meat, dino_meat, fish_meat, rabbit_meat, pig_meat, mole_meat by Max Gab", + "copyright": "sheepmeat and sheepmeat_cooked By omsoyk, sheepmeat_slice and sheepmeat_slice_cooked, frog_leg_cooked by TheShuEd, cutlet and cutlet_cooked and meat_slice by Artista.rar, frog_leg, human_meat, dino_meat, fish_meat, rabbit_meat, pig_meat, mole_meat by Max Gab, rabbit_meat_cooked, pig_meat_cooked, human_meat_cooked, dino_meat_cooked by prazat911 (Discord) and resprite sheepmeat, sheepmeat_cooked, sheepmeat_slice, sheepmeat_slice_cooked, cutlet, cutlet_cooked, meat_slice by prazat911 (Discord)", "size": { "x": 32, "y": 32 @@ -52,12 +52,24 @@ { "name": "human_meat2" }, + { + "name": "human_meat1_cooked" + }, + { + "name": "human_meat2_cooked" + }, { "name": "dino_meat1" }, { "name": "dino_meat2" }, + { + "name": "dino_meat1_cooked" + }, + { + "name": "dino_meat2_cooked" + }, { "name": "fish_meat1" }, @@ -73,6 +85,12 @@ { "name": "rabbit_meat2" }, + { + "name": "rabbit_meat1_cooked" + }, + { + "name": "rabbit_meat2_cooked" + }, { "name": "pig_meat1" }, @@ -91,6 +109,24 @@ { "name": "pig_meat6" }, + { + "name": "pig_meat1_cooked" + }, + { + "name": "pig_meat2_cooked" + }, + { + "name": "pig_meat3_cooked" + }, + { + "name": "pig_meat4_cooked" + }, + { + "name": "pig_meat5_cooked" + }, + { + "name": "pig_meat6_cooked" + }, { "name": "mole_meat1" }, diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat1_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat1_cooked.png new file mode 100644 index 0000000000..cba8502992 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat1_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat2_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat2_cooked.png new file mode 100644 index 0000000000..f84517b609 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat2_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat3_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat3_cooked.png new file mode 100644 index 0000000000..cd29260283 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat3_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat4_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat4_cooked.png new file mode 100644 index 0000000000..533d605a87 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat4_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat5_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat5_cooked.png new file mode 100644 index 0000000000..0f952e6583 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat5_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat6_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat6_cooked.png new file mode 100644 index 0000000000..db128fb845 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/pig_meat6_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/rabbit_meat1_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/rabbit_meat1_cooked.png new file mode 100644 index 0000000000..7c9889afb4 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/rabbit_meat1_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/rabbit_meat2_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/rabbit_meat2_cooked.png new file mode 100644 index 0000000000..51ef0215e9 Binary files /dev/null and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/rabbit_meat2_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat.png index 458a754b6e..82ae447fc5 100644 Binary files a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat.png and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_cooked.png index a966729e35..7dda6573d5 100644 Binary files a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_cooked.png and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice.png index 16098de5fd..9854b8f710 100644 Binary files a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice.png and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice2.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice2.png index 960a5ca166..fcf1ba949b 100644 Binary files a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice2.png and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice2.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice2_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice2_cooked.png index 68765e5b88..08cf5dee53 100644 Binary files a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice2_cooked.png and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice2_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice3.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice3.png index 1422bd5fac..a92721e3f2 100644 Binary files a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice3.png and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice3.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice3_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice3_cooked.png index dc8e8746f3..fe3f642e32 100644 Binary files a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice3_cooked.png and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice3_cooked.png differ diff --git a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice_cooked.png b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice_cooked.png index 09bb404be9..81f1d0cb7f 100644 Binary files a/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice_cooked.png and b/Resources/Textures/_CP14/Objects/Consumable/Food/meat.rsi/sheepmeat_slice_cooked.png differ