mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
9 lines
286 B
C++
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}
|
|
}; |