mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
9 lines
347 B
C++
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;
|
|
}; |