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

9 lines
310 B
C++

class equip_feathers : CA_Magazine {
scope = 2;
count = 1;
displayName = $STR_ITEM_NAME_equip_feathers;
descriptionShort = $STR_ITEM_DESC_equip_feathers;
model = "\z\addons\dayz_communityassets\models\feather.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_feather_ca.paa";
type = 256;
};