mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fa900452ea
Add QuikClot to Medical (by Blackpixxel) Add QuikClot Litter (by Blackpixxel) Update Blackpixxel at Author Fix IRStrobe Texture Path
20 lines
494 B
C++
20 lines
494 B
C++
|
|
class CfgWeapons {
|
|
class ACE_ItemCore;
|
|
class InventoryItem_Base_F;
|
|
|
|
class ACE_DAGR: ACE_ItemCore {
|
|
author[] = {$STR_ACE_Common_ACETeam, "Ruthberg"};
|
|
scope = 2;
|
|
displayName = "DAGR";
|
|
model = QUOTE(PATHTOF(data\DAGR.p3d));
|
|
descriptionShort = "";
|
|
picture = PATHTOF(UI\DAGR_Icon.paa);
|
|
icon = "iconObject_circle";
|
|
mapSize = 0.034;
|
|
class ItemInfo: InventoryItem_Base_F {
|
|
mass = 10;
|
|
};
|
|
};
|
|
};
|