Updated loot generator to block seasonal items when out of season

This commit is contained in:
Chomp
2025-02-14 17:33:29 +00:00
parent 2345015bdb
commit 3b1f8c81ef
6 changed files with 56 additions and 14 deletions
@@ -107,7 +107,9 @@
}
},
"armorLevelWhitelist": [0, 4, 5, 6],
"allowBossItems": false
"allowBossItems": false,
"useRewardItemBlacklist": true,
"blockSeasonalItemsOutOfSeason": true
},
"weaponArmor": {
"icon": "Weapon",
@@ -180,7 +182,9 @@
}
},
"armorLevelWhitelist": [0, 3, 4, 5, 6],
"allowBossItems": false
"allowBossItems": false,
"useRewardItemBlacklist": true,
"blockSeasonalItemsOutOfSeason": true
},
"foodMedical": {
"icon": "Medical",
@@ -261,7 +265,9 @@
}
},
"armorLevelWhitelist": [0],
"allowBossItems": false
"allowBossItems": false,
"useRewardItemBlacklist": true,
"blockSeasonalItemsOutOfSeason": true
},
"barter": {
"icon": "Supply",
@@ -343,7 +349,9 @@
}
},
"armorLevelWhitelist": [0],
"allowBossItems": false
"allowBossItems": false,
"useRewardItemBlacklist": true,
"blockSeasonalItemsOutOfSeason": true
},
"radar": {
"icon": "Supply",
@@ -369,6 +377,8 @@
"itemStackLimits": {},
"armorLevelWhitelist": [],
"allowBossItems": false,
"useRewardItemBlacklist": true,
"blockSeasonalItemsOutOfSeason": true,
"useForcedLoot": true,
"forcedLoot": {
"66d9f7256916142b3b02276e": { "min": 2, "max": 4 }
@@ -437,7 +437,8 @@
}
},
"allowBossItems": false,
"useRewardItemBlacklist": true
"useRewardItemBlacklist": true,
"blockSeasonalItemsOutOfSeason": true
},
"btrDeliveryExpireHours": 240,
"playerRepMin": -7,