mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-25 17:31:36 +03:00
Add a few new items
Models made by @helion4
This commit is contained in:
@@ -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";
|
||||
};
|
||||
Reference in New Issue
Block a user