Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_metal_sheet.hpp
2016-03-05 20:36:07 -05:00

9 lines
347 B
C++

class equip_metal_sheet : CA_Magazine {
scope = public;
count = 1;
displayName = $STR_ITEM_NAME_equip_metal_sheet;
descriptionShort = $STR_ITEM_DESC_equip_metal_sheet;
model = "\z\addons\dayz_communityassets\models\metal_sheet_clean.p3d";
picture = "\z\addons\dayz_communityassets\CraftingPlaceholders\equip_metal_sheet.paa";
type = 256;
};