Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot/Groups/Parts.hpp
worldwidesorrow 1b0da632ce Add files via upload
Easier to upload the files. There are lots of changes.
2020-01-09 18:21:12 -06:00

9 lines
286 B
C++

// In order to fix up a vehicle more wheels and glass are required, so they have higher weights.
Parts[] =
{
{Loot_MAGAZINE, 1, PartGeneric},
{Loot_MAGAZINE, 3, PartGlass},
{Loot_MAGAZINE, 1, PartFueltank},
{Loot_MAGAZINE, 3, PartWheel},
{Loot_MAGAZINE, 1, PartEngine}
};