Add 2 new items and 9 food versions

Submitted by @Damian6666

New items:
- Sunflower Oil
- Dung
- Steak with fries
- Sushi
- Pumpkin soup
- Carrot soup
- Potato soup
- Garlic soup
- Vegetable platter
- Honey tea
- Honeycomb
This commit is contained in:
A Man
2022-04-09 12:47:17 +02:00
parent 0fd08dec2b
commit 624acb3abe
14 changed files with 332 additions and 63 deletions

View File

@@ -249,28 +249,6 @@ class FoodCanDog2 : FoodPackaged
consumeOutput = "FoodCanRusUnlabeledEmpty";
};
class FoodCanFrozen1 : CA_Magazine
{
scope = 2;
count = 1;
type = 256;
model = "z\addons\dayz_communityassets\models\can_unlabeled_clean_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_unlabeled_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_FROZEN;
descriptionShort = $STR_FOOD_DESC_CAN_FROZEN;
};
class FoodCanFrozen2 : CA_Magazine
{
scope = 2;
count = 1;
type = 256;
model = "z\addons\dayz_communityassets\models\can_small_unlabeled_full.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_can_small_rus_unlabeled_clean_full_ca.paa";
displayName = $STR_FOOD_NAME_CAN_FROZEN;
descriptionShort = $STR_FOOD_DESC_CAN_FROZEN;
};
class FoodCanRusStew : FoodPackaged
{
scope = 2;