mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-24 17:10:49 +03:00
Remove DayZ Mod crafting and replace it with epoch crafting
- All dayz mod recipe were moved to epoch crafting. - This disables the craft dialog in the diary too. - The player_craftitem got updated and can handle all dayz mod recipes now. - A few wooden recipes got updated with an need nails now. - player_craftitem shows all items that are needed for crafting now, no longer only one missing part. - Add a systemchat text for missing tools, so it can be checked later in the chat.
This commit is contained in:
@@ -102,8 +102,8 @@ class equip_pvc_box : CA_Magazine {
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_pvc_box;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_pvc_box;
|
||||
model = "\z\addons\dayz_communityassets\models\plastic_box.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_plastic_box_ca.paa";
|
||||
model = "\z\addons\dayz_communityassets\models\plastic_box.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_plastic_box_ca.paa";
|
||||
type = 256;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user