Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_gauzepackaged.hpp
2016-02-19 10:52:34 -05:00

11 lines
339 B
C++

class equip_gauzepackaged : CA_Magazine {
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_equip_gauzepackaged;
descriptionShort = $STR_ITEM_DESC_equip_gauzepackaged;
model = "\z\addons\dayz_communityassets\models\gauze_package.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_gauze_package_ca.paa";
type = 256;
};