MissionsLootTable.json - AlPepino/Next-Days GitHub Wiki
Object array of all available loots in missions. Must be called by title in mission.
title
unique name of this set
type
reserved keyword. Possible values are:
- weapons - used for weapon set. First element of string array
itemsmust be className of the weapon and the rest are its attachments - equipments - random element of string array
itemswill be chosen (obsolete) - items - random element of string array
itemswill be chosen - lootset - used for items set. It useful for spawning item with attachments etc.
quantmin
minimum quantity in case of item has quantity
quantmax
maximum quantity in case of item has quantity
chance
takes float value 0-1. 1 means 100% chance for spawning (default value, which can be override in mission template)
items
array of string array. Random element will be chosen. E.g. : ["NVGoggles","KazuarOptic","StarlightOptic"],["NVGoggles"](/AlPepino/Next-Days/wiki/"NVGoggles","KazuarOptic","StarlightOptic"],["NVGoggles")