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