mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
CFG WEAPONS DONE
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
class equip_herb_box : CA_Magazine {
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_EQUIP_NAME_HERBBOX;
|
||||
descriptionShort = $STR_EQUIP_DESC_HERBBOX;
|
||||
model = "\z\addons\dayz_communityassets\models\herb_box.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_herb_box_ca.paa";
|
||||
};
|
||||
Reference in New Issue
Block a user