mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
CFG WEAPONS DONE
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class equip_rag : CA_Magazine {
|
||||
scope = public;
|
||||
count = 1;
|
||||
displayName = $STR_ITEM_NAME_equip_rag;
|
||||
descriptionShort = $STR_ITEM_DESC_equip_rag;
|
||||
model = "\z\addons\dayz_communityassets\models\rag_clean.p3d";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_rag_clean_ca.paa";
|
||||
type = 256;
|
||||
};
|
||||
Reference in New Issue
Block a user