Add a few new items

Models made by @helion4
This commit is contained in:
AirwavesMan
2020-06-28 22:40:16 +02:00
parent 8d4a00b99e
commit 09c368b938
21 changed files with 967 additions and 17 deletions

View File

@@ -459,4 +459,29 @@ class ItemScaffoldingKit: CA_Magazine
create = "Scaffolding_DZ";
};
};
};
};
/*
class cook_tripod_kit: CA_Magazine
{
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_COOKINGTRIPOD;
descriptionShort = $STR_ITEM_DESC_COOKINGTRIPOD;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
class ItemActions
{
class Build
{
text = $STR_ACTIONS_BUILD;
script = "spawn player_build;";
require[] = {};
create = "CookTripod_DZ";
};
};
};
*/