Support for Christmas lootSuggestion
Any idea to edit loots for Christmas Presents like small medium and big present?

This:
xmas.present.small
xmas.present.medium
xmas.present.large
annnnnd can you add the xmas supply drop to the default config plx <3
Rustoyak, you add it to the \data\BetterLoot\LootTables.json:

"assets/bundled/prefabs/radtown/crate_normal.prefab": {
			"Enabled": true,
			"ItemList": {
				"xmas.present.small": {
					"Max": 3,
					"Min": 1
				},
				"xmas.present.medium": {
					"Max": 2,
					"Min": 1
				}
			},
			"ItemsMax": 2,
			"ItemsMin": 1,
			"MaxBPs": 1,
			"Scrap": 10
		},​

When you're editing the loot tables, run it through JSON LINT when you're done 'cuz if there's an error it won't always tell you and your loot will just be secretly default until someone complains about it.