mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
CFG WEAPONS DONE
This commit is contained in:
8
SQF/dayz_code/Configs/CfgLoot/Groups/Parts.hpp
Normal file
8
SQF/dayz_code/Configs/CfgLoot/Groups/Parts.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
Parts[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 5, PartGeneric},
|
||||
{Loot_MAGAZINE, 3, PartGlass},
|
||||
{Loot_MAGAZINE, 2, PartFueltank},
|
||||
{Loot_MAGAZINE, 2, PartWheel},
|
||||
{Loot_MAGAZINE, 1, PartEngine}
|
||||
};
|
||||
Reference in New Issue
Block a user