Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Crafting/equip_tent_poles.hpp
2016-02-21 13:14:03 -05:00

9 lines
313 B
C++

class equip_tent_poles : CA_Magazine {
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_equip_tent_poles;
descriptionShort = $STR_ITEM_DESC_tent_poles;
model = "z\addons\dayz_communityassets\models\1m_pole_6.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_1m_pole_6_ca.paa";
type = 256;
};