mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Pricing + Itemsort A2 Wpn + Mags
This commit is contained in:
parent
1a47eaf83f
commit
17f905f045
@ -558,6 +558,23 @@ class CfgItemSort
|
||||
"M14Grn_EPOCH",
|
||||
"AKM_EPOCH",
|
||||
|
||||
// A2 Weapons
|
||||
"a2_ak47s_gold_EPOCH",
|
||||
"a2_AK107_EPOCH",
|
||||
"a2_bizon_epoch",
|
||||
"a2_dmr_epoch",
|
||||
"a2_dmr_epoch_scoped",
|
||||
"a2_fnfal_epoch",
|
||||
"a2_G36_C_epoch",
|
||||
"a2_Mg36_epoch",
|
||||
"a2_leeenfield_epoch",
|
||||
"a2_m110_epoch",
|
||||
"a2_mk16_epoch",
|
||||
"a2_mk17_epoch",
|
||||
"a2_svd_epoch",
|
||||
"a2_VSS_vintorez_epoch",
|
||||
"a2_aks74un_EPOCH",
|
||||
|
||||
// Apex
|
||||
"arifle_AK12_F",
|
||||
"arifle_MX_khk_F",
|
||||
@ -692,6 +709,17 @@ class CfgItemSort
|
||||
"20rnd_762_magazine",
|
||||
"30Rnd_762x39_Mag",
|
||||
|
||||
// A2 Mags
|
||||
"Bizon_64Rnd_9x19",
|
||||
"20Rnd_762x51_DMR",
|
||||
"20Rnd_762x51_FNFAL",
|
||||
"30Rnd_556x45_G36",
|
||||
"a2_akyellow_mag_EPOCH",
|
||||
"10Rnd_303",
|
||||
"100Rnd_556x45_BetaCMag",
|
||||
"10Rnd_762x54_SVD",
|
||||
"10Rnd_9x39_SP5_VSS",
|
||||
|
||||
// Apex
|
||||
"30Rnd_762x39_Mag_F",
|
||||
"30Rnd_762x39_Mag_Green_F",
|
||||
|
@ -2612,6 +2612,69 @@ class CfgPricing
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
|
||||
// A2 Weapons
|
||||
class a2_ak47s_gold_EPOCH
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
class a2_AK107_EPOCH
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
class a2_bizon_epoch
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
class a2_dmr_epoch
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
class a2_dmr_epoch_scoped
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
class a2_fnfal_epoch
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
class a2_G36_C_epoch
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
class a2_Mg36_epoch
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
class a2_leeenfield_epoch
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
class a2_m110_epoch
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
class a2_mk16_epoch
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
class a2_mk17_epoch
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
class a2_svd_epoch
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
class a2_VSS_vintorez_epoch
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
class a2_aks74un_EPOCH
|
||||
{
|
||||
price = 100;
|
||||
};
|
||||
|
||||
class 30rnd_556_magazine
|
||||
{
|
||||
price = 5;
|
||||
@ -2681,6 +2744,54 @@ class CfgPricing
|
||||
price = 6;
|
||||
tax = 0.9;
|
||||
};
|
||||
|
||||
// A2 Mags
|
||||
class Bizon_64Rnd_9x19
|
||||
{
|
||||
price = 5;
|
||||
tax = 0.9;
|
||||
};
|
||||
class 20Rnd_762x51_DMR
|
||||
{
|
||||
price = 5;
|
||||
tax = 0.9;
|
||||
};
|
||||
class 20Rnd_762x51_FNFAL
|
||||
{
|
||||
price = 5;
|
||||
tax = 0.9;
|
||||
};
|
||||
class 30Rnd_556x45_G36
|
||||
{
|
||||
price = 5;
|
||||
tax = 0.9;
|
||||
};
|
||||
class a2_akyellow_mag_EPOCH
|
||||
{
|
||||
price = 5;
|
||||
tax = 0.9;
|
||||
};
|
||||
class 10Rnd_303
|
||||
{
|
||||
price = 5;
|
||||
tax = 0.9;
|
||||
};
|
||||
class 100Rnd_556x45_BetaCMag
|
||||
{
|
||||
price = 5;
|
||||
tax = 0.9;
|
||||
};
|
||||
class 10Rnd_762x54_SVD
|
||||
{
|
||||
price = 5;
|
||||
tax = 0.9;
|
||||
};
|
||||
class 10Rnd_9x39_SP5_VSS
|
||||
{
|
||||
price = 5;
|
||||
tax = 0.9;
|
||||
};
|
||||
|
||||
class Rangefinder
|
||||
{
|
||||
price = 4;
|
||||
|
Loading…
Reference in New Issue
Block a user