mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 09:29:21 +03:00
+ [FIXED] Prevent player zombies from getting any default loadouts. + [FIXED] Bad vehicle type message when using default loadout override and no backpack. + [FIXED] dayz_zedsAttackVehicles logic was reversed fixed now so that true = attack vehicles. + [ADDED] Safes now have a keypad GUI. Simply click on the numbers to enter your combo and then press #. https://www.dropbox.com/s/b00fgdpo13wokg9/Untitled-1.jpg + [ADDED] Tons of awesome cars by vilas from http://www.armaholic.com/page.php?id=17447 + [FIXED] Models needed extra variable to prevent being sunk into the ground. + [CHANGED] Bleeding duration reduced to minimum of 30 sec and max of 330 seconds. Before it was min 100 max 500. + [ADDED] When kneeling bleeding per second is reduced by 50%. + [ADDED] When crawling bleeding per second is reduced by 75%. + [ADDED] When changing locations the locations name will display in the bottom right. + [CHANGED] Replaced m107 with BAF_LRR_scoped. + [CHANGED] Replaced as50 with AK_107_PSO. TODO + [FIXED] Lock vehicle no longer shows on killed vehicles. + [ADDED] Disabled purchased vehicle parachute spawning by default added variable DZE_TRADER_SPAWNMODE = true; to enable. (Default: false) + [CHANGED] Plot pole has changed to another model a "no entry" sign and can be removed by anyone. When done building take your plot pole with you, if it isn't yours remove it and put it back down again. + [ADDED] Loot positions on top of some tables. + [ADDED] Briefcase that can hold up to 10 x 10oz Gold Bars or 100oz. + [ADDED] Full moon nights as option with dayz_fullMoonNights = true; + [CHANGED] Can no longer Salvage vehicle parts with 0 damage. Fixes bugged hitpoints and duping. + [REMOVED] Remove all crates of toolbelt items. This was just to add stock to traders and since most servers are now auto stocking them at the traders its not needed and cumbersome to use. + [CHANGED] Generator can only be built within 30m of gas stations that say "Needs Power". + [CHANGED] Moved light bulb to farm loot table as it was to common on trash loots. + [ADDED] Fuel pump can be built near standard fuel source (i.e. rusty tanks) then powered with a generator to make a refuel station. + [CHANGED] R3f realism no more fade to black, changed to use dayz shaking and knockouts. + [ADDED] Reset tiredness when you take painkillers. + [ADDED] Reset tiredness when you sleep at a tent. + [ADDED] added back fixed rbull soda and added new can orange sherbet
1784 lines
21 KiB
C++
1784 lines
21 KiB
C++
/****************************************************************************
|
|
Copyright (C) 2010 Team ~R3F~
|
|
This program is free software under the terms of the GNU General Public License version 3.
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
@authors team-r3f.org
|
|
@version 1.00
|
|
@date 20101006
|
|
*****************************************************************************/
|
|
|
|
class CfgWeight
|
|
{
|
|
class Weapons
|
|
{
|
|
class SCAR_L_STD_Mk4CQT
|
|
{
|
|
weight = 3.6;
|
|
};
|
|
class SCAR_L_STD_HOLO
|
|
{
|
|
weight = 3.5;
|
|
};
|
|
class SCAR_L_STD_EGLM_TWS
|
|
{
|
|
weight = 5.3;
|
|
};
|
|
class SCAR_L_STD_EGLM_RCO
|
|
{
|
|
weight = 4.5;
|
|
};
|
|
class SCAR_L_CQC_Holo
|
|
{
|
|
weight = 3.7;
|
|
};
|
|
class SCAR_L_CQC_EGLM_Holo
|
|
{
|
|
weight = 5;
|
|
};
|
|
class SCAR_L_CQC_CCO_SD
|
|
{
|
|
weight = 3.7;
|
|
};
|
|
class SCAR_L_CQC
|
|
{
|
|
weight = 3.5;
|
|
};
|
|
class SCAR_H_STD_EGLM_Spect
|
|
{
|
|
weight = 5.5;
|
|
};
|
|
class SCAR_H_CQC_CCO_SD
|
|
{
|
|
weight = 4;
|
|
};
|
|
class SCAR_H_CQC_CCO
|
|
{
|
|
weight = 4;
|
|
};
|
|
class SCAR_H_STD_TWS_SD
|
|
{
|
|
weight = 5.2;
|
|
};
|
|
class SCAR_H_LNG_Sniper_SD
|
|
{
|
|
weight = 5;
|
|
};
|
|
class SCAR_H_LNG_Sniper
|
|
{
|
|
weight = 5;
|
|
};
|
|
class M4A3_RCO_GL_EP1
|
|
{
|
|
weight = 4.5;
|
|
};
|
|
class M4A3_CCO_EP1
|
|
{
|
|
weight = 3;
|
|
};
|
|
class M14_EP1
|
|
{
|
|
weight = 5.5;
|
|
};
|
|
class FN_FAL
|
|
{
|
|
weight = 4.5;
|
|
};
|
|
class FN_FAL_ANPVS
|
|
{
|
|
weight=5.5;
|
|
};
|
|
class glock17_EP1
|
|
{
|
|
weight = 0.7;
|
|
};
|
|
class G36A_camo
|
|
{
|
|
weight = 3.6;
|
|
};
|
|
class G36C_camo
|
|
{
|
|
weight = 2.8;
|
|
};
|
|
class G36K_camo
|
|
{
|
|
weight = 3;
|
|
};
|
|
class G36_C_SD_camo
|
|
{
|
|
weight = 3.6;
|
|
};
|
|
class revolver_EP1
|
|
{
|
|
weight = 1;
|
|
};
|
|
class revolver_gold_EP1
|
|
{
|
|
weight = 1;
|
|
};
|
|
class UZI_SD_EP1
|
|
{
|
|
weight = 1.9;
|
|
};
|
|
class UZI_EP1
|
|
{
|
|
weight = 1.7;
|
|
};
|
|
class Sa61_EP1
|
|
{
|
|
weight = 1.3;
|
|
};
|
|
class M249_EP1
|
|
{
|
|
weight = 6.5;
|
|
};
|
|
class M249_TWS_EP1
|
|
{
|
|
weight = 11;
|
|
};
|
|
class M249_m145_EP1
|
|
{
|
|
weight = 8;
|
|
};
|
|
class M60A4_EP1
|
|
{
|
|
weight = 10;
|
|
};
|
|
class m240_scoped_EP1
|
|
{
|
|
weight = 14;
|
|
};
|
|
class MG36_camo
|
|
{
|
|
weight = 3.6;
|
|
};
|
|
class Mk_48_DES_EP1
|
|
{
|
|
weight = 8.2;
|
|
};
|
|
class M32_EP1
|
|
{
|
|
weight = 6;
|
|
};
|
|
class M79_EP1
|
|
{
|
|
weight = 2.7;
|
|
};
|
|
class Mk13_EP1
|
|
{
|
|
weight = 2.7;
|
|
};
|
|
class m107_TWS_EP1
|
|
{
|
|
weight = 14.3;
|
|
};
|
|
class M24_des_EP1
|
|
{
|
|
weight = 6;
|
|
};
|
|
class M110_TWS_EP1
|
|
{
|
|
weight = 7.7;
|
|
};
|
|
class M110_NVG_EP1
|
|
{
|
|
weight = 7.5;
|
|
};
|
|
class Sa58V_RCO_EP1
|
|
{
|
|
weight = 3.3;
|
|
};
|
|
class Sa58V_EP1
|
|
{
|
|
weight = 3.1;
|
|
};
|
|
class Sa58V_CCO_EP1
|
|
{
|
|
weight = 3.2;
|
|
};
|
|
class Sa58P_EP1
|
|
{
|
|
weight = 3.1;
|
|
};
|
|
class MAAWS
|
|
{
|
|
weight = 7.5;
|
|
};
|
|
class M47Launcher_EP1
|
|
{
|
|
weight = 7;
|
|
};
|
|
class M16A4_ACG
|
|
{
|
|
weight = 3.8;
|
|
};
|
|
class M16A4
|
|
{
|
|
weight = 3.8;
|
|
};
|
|
class M16A2
|
|
{
|
|
weight = 3.8;
|
|
};
|
|
class M16A4_ACG_GL
|
|
{
|
|
weight = 5.2;
|
|
};
|
|
class BAF_L85A2_RIS_Holo
|
|
{
|
|
weight = 5.2;
|
|
};
|
|
class FN_FAL_ANPVS4
|
|
{
|
|
weight = 5.7;
|
|
};
|
|
|
|
|
|
|
|
class M16A4_GL
|
|
{
|
|
weight = 5.2;
|
|
};
|
|
class M16A2GL
|
|
{
|
|
weight = 5.2;
|
|
};
|
|
class M4A1_AIM_SD_camo
|
|
{
|
|
weight = 3;
|
|
};
|
|
class M4A1_Aim_camo
|
|
{
|
|
weight = 3;
|
|
};
|
|
class M4A1_Aim
|
|
{
|
|
weight = 3;
|
|
};
|
|
class M4A1
|
|
{
|
|
weight = 3;
|
|
};
|
|
class M4A1_HWS_GL_Camo
|
|
{
|
|
weight = 4.5;
|
|
};
|
|
class M4A1_HWS_GL_SD_Camo
|
|
{
|
|
weight = 4.5;
|
|
};
|
|
class M4A1_HWS_GL
|
|
{
|
|
weight = 4.5;
|
|
};
|
|
class M4A1_RCO_GL
|
|
{
|
|
weight = 4.5;
|
|
};
|
|
class M8_carbine
|
|
{
|
|
weight = 3.4;
|
|
};
|
|
class M8_compact
|
|
{
|
|
weight = 3;
|
|
};
|
|
class M8_carbineGL
|
|
{
|
|
weight = 4.8;
|
|
};
|
|
class MP5SD
|
|
{
|
|
weight = 2.6;
|
|
};
|
|
class MP5A5
|
|
{
|
|
weight = 2.6;
|
|
};
|
|
class G36_C_SD_eotech
|
|
{
|
|
weight = 3.6;
|
|
};
|
|
class BAF_AS50_scoped
|
|
{
|
|
weight = 5.6;
|
|
};
|
|
class BAF_LRR_scoped
|
|
{
|
|
weight = 5.6;
|
|
};
|
|
class m107_DZ
|
|
{
|
|
weight = 14;
|
|
};
|
|
|
|
class G36a
|
|
{
|
|
weight = 3.6;
|
|
};
|
|
|
|
class G36C
|
|
{
|
|
weight = 2.8;
|
|
};
|
|
class G36
|
|
{
|
|
weight = 3;
|
|
};
|
|
class M1014
|
|
{
|
|
weight = 3.8;
|
|
};
|
|
class Remington870_lamp
|
|
{
|
|
weight = 4.0;
|
|
};
|
|
class MR43
|
|
{
|
|
weight = 3.5;
|
|
};
|
|
class Winchester1866
|
|
{
|
|
weight = 2.8;
|
|
};
|
|
|
|
class M240
|
|
{
|
|
weight = 13;
|
|
};
|
|
|
|
class M240_DZ
|
|
{
|
|
weight = 13;
|
|
};
|
|
class M249
|
|
{
|
|
weight = 6.5;
|
|
};
|
|
class M249_DZ
|
|
{
|
|
weight = 6.5;
|
|
};
|
|
class Mk_48
|
|
{
|
|
weight = 8.2;
|
|
};
|
|
|
|
class Mk_48_DZ
|
|
{
|
|
weight = 8.2;
|
|
};
|
|
class M8_SAW
|
|
{
|
|
weight = 4.5;
|
|
};
|
|
class MG36
|
|
{
|
|
weight = 3.6;
|
|
};
|
|
class M4SPR
|
|
{
|
|
weight = 4.5;
|
|
};
|
|
class M8_sharpshooter
|
|
{
|
|
weight = 4.5;
|
|
};
|
|
class DMR
|
|
{
|
|
weight = 5.5;
|
|
};
|
|
class M24
|
|
{
|
|
weight = 6;
|
|
};
|
|
class M40A3
|
|
{
|
|
weight = 7.5;
|
|
};
|
|
class M107
|
|
{
|
|
weight = 14;
|
|
};
|
|
class Colt1911
|
|
{
|
|
weight = 1.1;
|
|
};
|
|
class M9
|
|
{
|
|
weight = 1;
|
|
};
|
|
class M9SD
|
|
{
|
|
weight = 1.2;
|
|
};
|
|
class 8Rnd_B_Beneli_74Slug
|
|
{
|
|
weight = 0.3;
|
|
};
|
|
class SteelBolt
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
class SteelBolt4pack
|
|
{
|
|
weight = 0.3;
|
|
};
|
|
class Javelin
|
|
{
|
|
weight = 16;
|
|
};
|
|
class M136
|
|
{
|
|
weight = 7.6;
|
|
};
|
|
class Stinger
|
|
{
|
|
weight = 10;
|
|
};
|
|
class SMAW
|
|
{
|
|
weight = 7.5;
|
|
};
|
|
class Binocular
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Binocular_Vector
|
|
{
|
|
weight = 1;
|
|
};
|
|
class NVGoggles
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Laserdesignator
|
|
{
|
|
weight = 5.5;
|
|
};
|
|
class ItemCompass
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
class ItemGPS
|
|
{
|
|
weight = 0.3;
|
|
};
|
|
class ItemWatch
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
class ItemMap
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
class ItemRadio
|
|
{
|
|
weight = 0.3;
|
|
};
|
|
class AKS_GOLD
|
|
{
|
|
weight = 4.0;
|
|
};
|
|
class AKS_74
|
|
{
|
|
weight = 2.7;
|
|
};
|
|
class AKS_74_GOSHAWK
|
|
{
|
|
weight = 3.5;
|
|
};
|
|
class AKS_74_NSPU
|
|
{
|
|
weight = 3.5;
|
|
};
|
|
class AK_74_GL_kobra
|
|
{
|
|
weight = 4.2;
|
|
};
|
|
class SVD_NSPU_EP1
|
|
{
|
|
weight = 6.9;
|
|
};
|
|
class SVD_des_EP1
|
|
{
|
|
weight = 6.3;
|
|
};
|
|
class LeeEnfield
|
|
{
|
|
weight = 4;
|
|
};
|
|
class AK_107_kobra
|
|
{
|
|
weight = 3.8;
|
|
};
|
|
class AK_107_GL_kobra
|
|
{
|
|
weight = 5.3;
|
|
};
|
|
class AK_107_pso
|
|
{
|
|
weight = 4;
|
|
};
|
|
class AK_107_GL_pso
|
|
{
|
|
weight = 5.5;
|
|
};
|
|
class AKS_74_U
|
|
{
|
|
weight = 2.7;
|
|
};
|
|
class AKS_74_UN_kobra
|
|
{
|
|
weight = 3;
|
|
};
|
|
class AKS_74_pso
|
|
{
|
|
weight = 3.6;
|
|
};
|
|
class AKS_74_kobra
|
|
{
|
|
weight = 3;
|
|
};
|
|
class AK_74
|
|
{
|
|
weight = 3.1;
|
|
};
|
|
class AK_74_GL
|
|
{
|
|
weight = 4.6;
|
|
};
|
|
class AK_47_M
|
|
{
|
|
weight = 3.2;
|
|
};
|
|
class AK_47_S
|
|
{
|
|
weight = 3;
|
|
};
|
|
class PK
|
|
{
|
|
weight = 9;
|
|
};
|
|
class RPK_74
|
|
{
|
|
weight = 4.7;
|
|
};
|
|
class Pecheneg
|
|
{
|
|
weight = 9;
|
|
};
|
|
class Huntingrifle
|
|
{
|
|
weight = 4;
|
|
};
|
|
class KSVK
|
|
{
|
|
weight = 12;
|
|
};
|
|
class SVD
|
|
{
|
|
weight = 6.2;
|
|
};
|
|
class SVD_CAMO
|
|
{
|
|
weight = 6.3;
|
|
};
|
|
class Makarov
|
|
{
|
|
weight = 0.75;
|
|
};
|
|
class MakarovSD
|
|
{
|
|
weight = 0.9;
|
|
};
|
|
class Saiga12K
|
|
{
|
|
weight = 3.5;
|
|
};
|
|
class Bizon
|
|
{
|
|
weight = 2.1;
|
|
};
|
|
class bizon_silenced
|
|
{
|
|
weight = 2.3;
|
|
};
|
|
class VSS_Vintorez
|
|
{
|
|
weight = 3.2;
|
|
};
|
|
class RPG7V
|
|
{
|
|
weight = 6.3;
|
|
};
|
|
class RPG18
|
|
{
|
|
weight = 1.4;
|
|
};
|
|
class MetisLauncher
|
|
{
|
|
weight = 16;
|
|
};
|
|
class Igla
|
|
{
|
|
weight = 7;
|
|
};
|
|
class Strela
|
|
{
|
|
weight = 6;
|
|
};
|
|
};
|
|
|
|
|
|
class Magazines
|
|
{
|
|
class 30Rnd_762x39_SA58
|
|
{
|
|
weight = 0.8;
|
|
};
|
|
class 20rnd_762x51_SB_SCAR
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class 20rnd_762x51_B_SCAR
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class 20Rnd_762x51_FNFAL
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class 100Rnd_556x45_M249
|
|
{
|
|
weight = 5;
|
|
};
|
|
class 100Rnd_556x45_BetaCMag
|
|
{
|
|
weight = 5;
|
|
};
|
|
class 20Rnd_B_765x17_Ball
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class 10Rnd_B_765x17_Ball
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class 30Rnd_9x19_UZI_SD
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class 30Rnd_9x19_UZI
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class 17Rnd_9x19_glock17
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class 6Rnd_45ACP
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
class MAAWS_HEAA
|
|
{
|
|
weight = 6;
|
|
};
|
|
class MAAWS_HEDP
|
|
{
|
|
weight = 6;
|
|
};
|
|
class Dragon_EP1
|
|
{
|
|
weight = 11;
|
|
};
|
|
class 30Rnd_556x45_StanagSD
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class 30Rnd_556x45_Stanag
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class 30Rnd_556x45_G36
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class 30Rnd_556x45_G36SD
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class 15Rnd_W1866_Slug
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class 30Rnd_9x19_MP5
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class 30Rnd_9x19_MP5SD
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class 15Rnd_9x19_M9
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class 15Rnd_9x19_M9SD
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class 1Rnd_HE_M203
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class 1Rnd_Smoke_M203
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class 1Rnd_SmokeGreen_M203
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class 1Rnd_SmokeRed_M203
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class 1Rnd_SmokeYellow_M203
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FlareRed_M203
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FlareGreen_M203
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FlareWhite_M203
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FlareYellow_M203
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class 6Rnd_HE_M203
|
|
{
|
|
weight = 1.5;
|
|
};
|
|
class 6Rnd_FlareRed_M203
|
|
{
|
|
weight = 1.5;
|
|
};
|
|
class 6Rnd_FlareGreen_M203
|
|
{
|
|
weight = 1.5;
|
|
};
|
|
class 6Rnd_FlareWhite_M203
|
|
{
|
|
weight = 1.5;
|
|
};
|
|
class 6Rnd_FlareYellow_M203
|
|
{
|
|
weight = 1.5;
|
|
};
|
|
class 6Rnd_Smoke_M203
|
|
{
|
|
weight = 1.5;
|
|
};
|
|
class 6Rnd_SmokeRed_M203
|
|
{
|
|
weight = 1.5;
|
|
};
|
|
class 6Rnd_SmokeGreen_M203
|
|
{
|
|
weight = 1.5;
|
|
};
|
|
class 6Rnd_SmokeYellow_M203
|
|
{
|
|
weight = 1.5;
|
|
};
|
|
class 10Rnd_127x99_m107
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class 5Rnd_762x51_M24
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class 20Rnd_762x51_DMR
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class 8Rnd_B_Beneli_Pellets
|
|
{
|
|
weight = 0.3;
|
|
};
|
|
class 20Rnd_556x45_Stanag
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class 200Rnd_556x45_M249
|
|
{
|
|
weight = 10;
|
|
};
|
|
class 100Rnd_762x51_M240
|
|
{
|
|
weight = 8;
|
|
};
|
|
class Javelin
|
|
{
|
|
weight = 12;
|
|
};
|
|
class M136
|
|
{
|
|
weight = 6;
|
|
};
|
|
class Stinger
|
|
{
|
|
weight = 6;
|
|
};
|
|
class SMAW_HEAA
|
|
{
|
|
weight = 6;
|
|
};
|
|
class SMAW_HEDP
|
|
{
|
|
weight = 6;
|
|
};
|
|
class HandGrenade_west
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class PipeBomb
|
|
{
|
|
weight = 4;
|
|
};
|
|
class TimeBomb
|
|
{
|
|
weight = 4;
|
|
};
|
|
class Mine
|
|
{
|
|
weight = 8;
|
|
};
|
|
class SmokeShellRed
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class SmokeShellYellow
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class SmokeShellGreen
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class SmokeShellBlue
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class SmokeShellPurple
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class SmokeShellOrange
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class SmokeShell
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
|
|
class 10x_303
|
|
{
|
|
weight = 0.15;
|
|
};
|
|
class 30Rnd_545x39_AK
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class 30Rnd_545x39_AKSD
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class 75Rnd_545x39_RPK
|
|
{
|
|
weight = 1.25;
|
|
};
|
|
class 30Rnd_762x39_AK47
|
|
{
|
|
weight = 0.8;
|
|
};
|
|
class 100Rnd_762x54_PK
|
|
{
|
|
weight = 8;
|
|
};
|
|
class 5x_22_LR_17_HMR
|
|
{
|
|
weight = 0.15;
|
|
};
|
|
class 5Rnd_127x108_KSVK
|
|
{
|
|
weight = 0.3;
|
|
};
|
|
class 10Rnd_762x54_SVD
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class 10Rnd_9x39_SP5_VSS
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class 20Rnd_9x39_SP5_VSS
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class 8Rnd_9x18_Makarov
|
|
{
|
|
weight = 0.15;
|
|
};
|
|
class 8Rnd_9x18_MakarovSD
|
|
{
|
|
weight = 0.15;
|
|
};
|
|
class 8Rnd_B_Saiga12_74Slug
|
|
{
|
|
weight = 0.3;
|
|
};
|
|
class 64Rnd_9x19_Bizon
|
|
{
|
|
weight = 0.8;
|
|
};
|
|
class 64Rnd_9x19_SD_Bizon
|
|
{
|
|
weight = 0.8;
|
|
};
|
|
class 1Rnd_HE_GP25
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FlareWhite_GP25
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FlareGreen_GP25
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FlareRed_GP25
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FlareYellow_GP25
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class 1Rnd_SMOKE_GP25
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class 1Rnd_SMOKERED_GP25
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class 1Rnd_SMOKEGREEN_GP25
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class 1Rnd_SMOKEYELOW_GP25
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class PG7V
|
|
{
|
|
weight = 2.2;
|
|
};
|
|
class PG7VL
|
|
{
|
|
weight = 2.6;
|
|
};
|
|
class PG7VR
|
|
{
|
|
weight = 4.5;
|
|
};
|
|
class OG7
|
|
{
|
|
weight = 2;
|
|
};
|
|
class RPG18
|
|
{
|
|
weight = 1.2;
|
|
};
|
|
class AT13
|
|
{
|
|
weight = 14;
|
|
};
|
|
class Igla
|
|
{
|
|
weight = 11;
|
|
};
|
|
class Strela
|
|
{
|
|
weight = 10;
|
|
};
|
|
class HandGrenade_east
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class IR_Strobe_Target
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class Laserbatteries
|
|
{
|
|
weight = 0.005;
|
|
};
|
|
|
|
class ItemPainkiller
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
class ItemMorphine
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
class ItemEpinephrine
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
class ItemBloodbag
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class ItemHeatPack
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
|
|
|
|
class ItemAntibiotic
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
class ItemWaterbottle
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class ItemWaterbottleBoiled
|
|
{
|
|
weight = 0.5;
|
|
};
|
|
class ItemSodaMdew
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class ItemSodaPepsi
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class ItemSodaCoke
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class FoodCanSardines
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class FoodCanBakedBeans
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class FoodCanFrankBeans
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class FoodBioMeat
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class FoodCanPasta
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class FoodCanUnlabeled
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
|
|
|
|
|
|
class FoodMRE
|
|
{
|
|
weight = 0.4;
|
|
};
|
|
class FoodPistachio
|
|
{
|
|
weight = 0.003;
|
|
};
|
|
class FoodNutmix
|
|
{
|
|
weight = 0.003;
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
class FoodSteakCooked
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FoodmeatCooked
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FoodbeefCooked
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FoodmuttonCooked
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FoodchickenCooked
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FoodrabbitCooked
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FoodbaconCooked
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FoodmuttonRaw
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FoodchickenRaw
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FoodBaconRaw
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FoodRabbitRaw
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FoodbeefRaw
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FoodmeatRaw
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class FoodSteakRaw
|
|
{
|
|
weight = 0.25;
|
|
};
|
|
class ItemFlashlight
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
class ItemFlashlightRed
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
class ItemKnife
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
|
|
|
|
|
|
class Crossbow
|
|
{
|
|
weight = 1;
|
|
};
|
|
class MeleeCrowbar
|
|
{
|
|
weight = 1;
|
|
};
|
|
class MeleeHatchet
|
|
{
|
|
weight = 1;
|
|
};
|
|
class MeleeMachete
|
|
{
|
|
weight = 1;
|
|
};
|
|
class MeleeFishingPole
|
|
{
|
|
weight = 1;
|
|
};
|
|
class ItemHatchet
|
|
{
|
|
weight = 1;
|
|
};
|
|
class ItemCrowbar
|
|
{
|
|
weight = 1;
|
|
};
|
|
class ItemMatchbox
|
|
{
|
|
weight = 0.005;
|
|
};
|
|
class ItemToolbox
|
|
{
|
|
weight = 1;
|
|
};
|
|
class ItemEtool
|
|
{
|
|
weight = 1;
|
|
};
|
|
|
|
class Skin_FR_OHara_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_FR_Rodriguez_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_CZ_Soldier_Sniper_EP1_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Graves_Light_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_GUE_Soldier_MG_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_GUE_Soldier_Sniper_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_GUE_Soldier_Crew_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_GUE_Soldier_CO_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_GUE_Soldier_2_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Survivor2_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Camo1_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Sniper1_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Rocket_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Soldier1_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_RU_Policeman_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Pilot_EP1_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Haris_Press_EP1_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Ins_Soldier_GL_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_GUE_Commander_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Functionary1_EP1_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Priest_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Rocker1_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Rocker2_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Rocker3_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Rocker4_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Bandit1_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Bandit2_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_BanditW1_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_BanditW2_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_SurvivorW2_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_SurvivorWpink_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_SurvivorWsequisha_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_SurvivorWcombat_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_SurvivorWdesert_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_SurvivorWurban_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_SurvivorW3_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Soldier_TL_PMC_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Soldier_Sniper_PMC_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Soldier_Bodyguard_AA12_PMC_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_Drake_Light_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_CZ_Special_Forces_GL_DES_EP1_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_TK_INS_Soldier_EP1_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
class Skin_TK_INS_Warlord_EP1_DZ
|
|
{
|
|
weight = 1;
|
|
};
|
|
|
|
class HandRoadFlare
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
class HandChemBlue
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
class HandChemGreen
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
class HandChemRed
|
|
{
|
|
weight = 0.1;
|
|
};
|
|
class ItemBandage
|
|
{
|
|
weight = 0.005;
|
|
};
|
|
class Hatchet_Swing
|
|
{
|
|
weight = 0;
|
|
};
|
|
class Machete_Swing
|
|
{
|
|
weight = 0;
|
|
};
|
|
class Fishing_Swing
|
|
{
|
|
weight = 0;
|
|
};
|
|
class Crowbar_Swing
|
|
{
|
|
weight = 0;
|
|
};
|
|
class ItemVault
|
|
{
|
|
weight = 100;
|
|
};
|
|
class PartWoodPile
|
|
{
|
|
weight = 1;
|
|
};
|
|
class PartWheel
|
|
{
|
|
weight = 10;
|
|
};
|
|
class PartFueltank
|
|
{
|
|
weight = 10;
|
|
};
|
|
class PartGlass
|
|
{
|
|
weight = 5;
|
|
};
|
|
class PartEngine
|
|
{
|
|
weight = 15;
|
|
};
|
|
class ItemGenerator
|
|
{
|
|
weight = 30;
|
|
};
|
|
class PartGeneric
|
|
{
|
|
weight = 5;
|
|
};
|
|
class PartVRotor
|
|
{
|
|
weight = 15;
|
|
};
|
|
class ItemJerrycan
|
|
{
|
|
weight = 10;
|
|
};
|
|
class ItemJerrycanEmpty
|
|
{
|
|
weight = 1;
|
|
};
|
|
class ItemTent
|
|
{
|
|
weight = 5;
|
|
};
|
|
class ItemTentDomed
|
|
{
|
|
weight = 5;
|
|
};
|
|
class ItemTentDomed2
|
|
{
|
|
weight = 5;
|
|
};
|
|
class TrapBear
|
|
{
|
|
weight = 1;
|
|
};
|
|
class ItemTankTrap
|
|
{
|
|
weight = 5;
|
|
};
|
|
class ItemWire
|
|
{
|
|
weight = 2.5;
|
|
};
|
|
class ItemGoldBar
|
|
{
|
|
weight = 0.02;
|
|
};
|
|
class ItemGoldBar10oz
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class ItemSilverBar
|
|
{
|
|
weight = 0.02;
|
|
};
|
|
class ItemSilverBar10oz
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class ItemBronzeBar
|
|
{
|
|
weight = 0.02;
|
|
};
|
|
class ItemCopperBar
|
|
{
|
|
weight = 0.02;
|
|
};
|
|
class ItemCopperBar10oz
|
|
{
|
|
weight = 0.2;
|
|
};
|
|
class ItemAluminumBar
|
|
{
|
|
weight = 0.02;
|
|
};
|
|
class ItemTinBar
|
|
{
|
|
weight = 0.02;
|
|
};
|
|
class BoltSteel
|
|
{
|
|
weight = 0.02;
|
|
};
|
|
class BoltSteel4pack
|
|
{
|
|
weight = 0.08;
|
|
};
|
|
class WoodenArrow
|
|
{
|
|
weight = 0.02;
|
|
};
|
|
class Quiver
|
|
{
|
|
weight = 0.08;
|
|
};
|
|
class TrashTinCan
|
|
{
|
|
weight = 0.003;
|
|
};
|
|
class FoodCanUnlabeledEmpty
|
|
{
|
|
weight = 0.003;
|
|
};
|
|
class ItemTrashRazor
|
|
{
|
|
weight = 0.003;
|
|
};
|
|
class ItemTrashToiletpaper
|
|
{
|
|
weight = 0.001;
|
|
};
|
|
|
|
class 7Rnd_45ACP_1911
|
|
{
|
|
weight = 0.02;
|
|
};
|
|
class ItemZombieParts
|
|
{
|
|
weight = 5;
|
|
};
|
|
class ItemSandbag
|
|
{
|
|
weight = 10;
|
|
};
|
|
class ItemSandbagLarge
|
|
{
|
|
weight = 50;
|
|
};
|
|
class ItemWaterbottleUnfilled
|
|
{
|
|
weight = 0.05;
|
|
};
|
|
class ItemSodaEmpty
|
|
{
|
|
weight = 0.002;
|
|
};
|
|
class ItemSodaCokeEmpty
|
|
{
|
|
weight = 0.002;
|
|
};
|
|
class ItemSodaPepsiEmpty
|
|
{
|
|
weight = 0.002;
|
|
};
|
|
class ItemSodaMdewEmpty
|
|
{
|
|
weight = 0.002;
|
|
};
|
|
class TrashJackDaniels
|
|
{
|
|
weight = 0.02;
|
|
};
|
|
|
|
|
|
class ItemCanvas
|
|
{
|
|
weight = 4;
|
|
};
|
|
class ItemBurlap
|
|
{
|
|
weight = 8;
|
|
};
|
|
class ItemLightBulb
|
|
{
|
|
weight = 0.02;
|
|
};
|
|
class ItemPole
|
|
{
|
|
weight = 10;
|
|
};
|
|
class ItemCorrugated
|
|
{
|
|
weight = 29;
|
|
};
|
|
class PartWoodPlywood
|
|
{
|
|
weight = 4;
|
|
};
|
|
class PartWoodLumber
|
|
{
|
|
weight = 2;
|
|
};
|
|
|
|
class ItemTrout
|
|
{
|
|
weight = 1;
|
|
};
|
|
class ItemTroutCooked
|
|
{
|
|
weight = 1;
|
|
};
|
|
class ItemSeaBass
|
|
{
|
|
weight = 6;
|
|
};
|
|
class ItemSeaBassCooked
|
|
{
|
|
weight = 5;
|
|
};
|
|
class ItemTuna
|
|
{
|
|
weight = 27;
|
|
};
|
|
class ItemTunaCooked
|
|
{
|
|
weight = 25;
|
|
};
|
|
|
|
class 30m_plot_kit
|
|
{
|
|
weight = 0.02;
|
|
};
|
|
class fuel_pump_kit
|
|
{
|
|
weight = 50;
|
|
};
|
|
class light_pole_kit
|
|
{
|
|
weight = 10;
|
|
};
|
|
class stick_fence_kit
|
|
{
|
|
weight = 6;
|
|
};
|
|
class park_bench_kit
|
|
{
|
|
weight = 50;
|
|
};
|
|
class wood_shack_kit
|
|
{
|
|
weight = 50;
|
|
};
|
|
class storage_shed_kit
|
|
{
|
|
weight = 100;
|
|
};
|
|
class outhouse_kit
|
|
{
|
|
weight = 50;
|
|
};
|
|
class wooden_shed_kit
|
|
{
|
|
weight = 75;
|
|
};
|
|
class rusty_gate_kit
|
|
{
|
|
weight = 80;
|
|
};
|
|
class sun_shade_kit
|
|
{
|
|
weight = 50;
|
|
};
|
|
class m240_nest_kit
|
|
{
|
|
weight = 100;
|
|
};
|
|
class ItemFuelBarrel
|
|
{
|
|
weight = 167;
|
|
};
|
|
class ItemFuelBarrelEmpty
|
|
{
|
|
weight = 20;
|
|
};
|
|
class ItemOilBarrel
|
|
{
|
|
weight = 140;
|
|
};
|
|
|
|
class bulk_NVGoggles
|
|
{
|
|
weight = 25;
|
|
};
|
|
class bulk_DZ_Backpack_EP1
|
|
{
|
|
weight = 25;
|
|
};
|
|
class bulk_15Rnd_9x19_M9SD
|
|
{
|
|
weight = 25;
|
|
};
|
|
class bulk_30Rnd_556x45_StanagSD
|
|
{
|
|
weight = 25;
|
|
};
|
|
class bulk_ItemSandbag
|
|
{
|
|
weight = 25;
|
|
};
|
|
class bulk_ItemGPS
|
|
{
|
|
weight = 25;
|
|
};
|
|
class bulk_ItemMap
|
|
{
|
|
weight = 25;
|
|
};
|
|
class bulk_ItemEtool
|
|
{
|
|
weight = 25;
|
|
};
|
|
class bulk_17Rnd_9x19_glock17
|
|
{
|
|
weight = 25;
|
|
};
|
|
};
|
|
}; |