This commit is the equivalent of a atomic bomb
This commit is contained in:
BIN
braf_weapons_sniper_rifles/308_AGLC/pounch/aglc_pouch.p3d
LFS
Normal file
BIN
braf_weapons_sniper_rifles/308_AGLC/pounch/aglc_pouch.p3d
LFS
Normal file
Binary file not shown.
BIN
braf_weapons_sniper_rifles/308_AGLC/pounch/cartucheira.paa
LFS
Normal file
BIN
braf_weapons_sniper_rifles/308_AGLC/pounch/cartucheira.paa
LFS
Normal file
Binary file not shown.
47
braf_weapons_sniper_rifles/308_AGLC/pounch/config.cpp
Normal file
47
braf_weapons_sniper_rifles/308_AGLC/pounch/config.cpp
Normal file
@@ -0,0 +1,47 @@
|
||||
class CfgPatches
|
||||
{
|
||||
class Braf_acc
|
||||
{
|
||||
addonRootClass = "braf_weapons_attach";
|
||||
units[] = {};
|
||||
weapons[] = {"braf_aglc_pouch"};
|
||||
requiredVersion = 0.1;
|
||||
requiredAddons[] = {"A3_Data_F"};
|
||||
};
|
||||
};
|
||||
|
||||
class SlotInfo;
|
||||
class PointerSlot;
|
||||
class PointerSlot_Rail : PointerSlot
|
||||
{
|
||||
linkProxy = "a3\data_f\proxies\weapon_slots\side.p3d";
|
||||
displayName = "$STR_A3_PointerSlot0";
|
||||
class compatibleItems
|
||||
{
|
||||
braf_aglc_pouch = 1;
|
||||
};
|
||||
};
|
||||
|
||||
class cfgWeapons
|
||||
{
|
||||
class ItemCore;
|
||||
class InventoryFlashLightItem_Base_F;
|
||||
class braf_aglc_pouch : ItemCore
|
||||
{
|
||||
author = "BRAF Team";
|
||||
_generalMacro = "braf_aglc_pouch";
|
||||
scope = 2;
|
||||
inertia = 0.1;
|
||||
displayName = "AGLC Buttstock Pouch";
|
||||
picture = "braf\braf_weapons_sniper_rifles\308_AGLC\pounch\cartucheira.paa";
|
||||
model = "braf\braf_weapons_sniper_rifles\308_AGLC\pounch\aglc_pouch.p3d";
|
||||
descriptionShort = "AGLC Buttstocj Pouch for .308 rounds";
|
||||
class ItemInfo : InventoryFlashLightItem_Base_F
|
||||
{
|
||||
mass = 9.9;
|
||||
class FlashLight
|
||||
{
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user