Add files via upload

Easier to upload the files. There are lots of changes.
This commit is contained in:
worldwidesorrow
2020-01-09 18:21:12 -06:00
committed by GitHub
parent 1bc08263cf
commit 1b0da632ce
16 changed files with 1065 additions and 1178 deletions

View File

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