mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
9 lines
337 B
C++
9 lines
337 B
C++
class equip_garlic_bulb : CA_Magazine {
|
|
scope = public;
|
|
count = 1;
|
|
displayName = $STR_ITEM_NAME_equip_garlic_bulb;
|
|
descriptionShort = $STR_ITEM_DESC_equip_garlic_bulb;
|
|
model = "\z\addons\dayz_communityassets\models\herb_garlic_bulb.p3d";
|
|
picture = "\z\addons\dayz_communityassets\pictures\equip_garlic_bulb_ca.paa";
|
|
type = 256;
|
|
}; |