mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 20:12:20 +03:00
Add a few new items
Models made by @helion4
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
*/
|
||||
@@ -120,4 +120,14 @@ class equip_brick : CA_Magazine
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_brick.paa";
|
||||
displayName = $STR_ITEM_NAME_equip_brick;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_brick;
|
||||
};
|
||||
|
||||
class CementBag: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_CEMENT_BAG;
|
||||
descriptionShort = $STR_ITEM_DESC_CEMENT_BAG;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemCementBag.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\cement_bag.p3d";
|
||||
};
|
||||
@@ -303,4 +303,205 @@ class ItemARM: CA_Magazine
|
||||
script = "spawn player_upgradeVehicle;";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class Blueprint_01: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_01;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_01;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_02: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_02;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_02;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_03: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_03;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_03;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_04: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_04;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_04;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_05: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_05;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_05;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_06: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_06;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_06;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_07: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_07;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_07;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_08: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_08;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_08;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_09: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_09;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_09;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_10: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_10;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_10;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_11: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_11;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_11;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_12: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_12;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_12;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_13: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_13;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_13;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_14: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_14;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_14;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_15: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_15;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_15;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_16: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_16;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_16;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_17: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_17;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_17;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_18: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_18;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_18;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_19: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_19;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_19;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
class Blueprint_20: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_BLUEPRINT_20;
|
||||
descriptionShort = $STR_ITEM_DESC_BLUEPRINT_20;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemBlueprint.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\bluprint_01.p3d";
|
||||
};
|
||||
|
||||
class PileBooks: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_PILEOFBOOKS;
|
||||
descriptionShort = $STR_ITEM_DESC_PILEOFBOOKS;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemPileBooks.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\books.p3d";
|
||||
};
|
||||
|
||||
class PileMedBooks: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_PILEOFMEDBOOKS;
|
||||
descriptionShort = $STR_ITEM_DESC_PILEOFMEDBOOKS;
|
||||
picture = "\dayz_epoch_c\icons\equipment\ItemPileMedBooks.paa";
|
||||
model = "\z\addons\dayz_epoch_w\items\books_med.p3d";
|
||||
};
|
||||
Reference in New Issue
Block a user