Cultist circle:
blacklisted out of season items (christmas/halloween) as rewards blacklisted currency (dollar/rouble/euro) as rewards
This commit is contained in:
parent
060c7f0988
commit
7e3ae57e7e
@ -73,7 +73,11 @@
|
|||||||
"directRewardStackSize": {
|
"directRewardStackSize": {
|
||||||
"exampleParentId": { "min": 1000, "max": 50000 }
|
"exampleParentId": { "min": 1000, "max": 50000 }
|
||||||
},
|
},
|
||||||
"rewardItemBlacklist": [],
|
"rewardItemBlacklist": [
|
||||||
|
"5696686a4bdc2da3298b456a",
|
||||||
|
"5449016a4bdc2d6f028b456f",
|
||||||
|
"569668774bdc2da2298b4568"
|
||||||
|
],
|
||||||
"additionalRewardItemPool": [],
|
"additionalRewardItemPool": [],
|
||||||
"currencyRewards": {
|
"currencyRewards": {
|
||||||
"5449016a4bdc2d6f028b456f": { "min": 20, "max": 50 },
|
"5449016a4bdc2d6f028b456f": { "min": 20, "max": 50 },
|
||||||
|
@ -464,6 +464,7 @@ export class CircleOfCultistService {
|
|||||||
|
|
||||||
// Merge reward item blacklist with cultist circle blacklist from config
|
// Merge reward item blacklist with cultist circle blacklist from config
|
||||||
const itemRewardBlacklist = [
|
const itemRewardBlacklist = [
|
||||||
|
...this.seasonalEventService.getInactiveSeasonalEventItems(),
|
||||||
...this.itemFilterService.getItemRewardBlacklist(),
|
...this.itemFilterService.getItemRewardBlacklist(),
|
||||||
...cultistCircleConfig.rewardItemBlacklist,
|
...cultistCircleConfig.rewardItemBlacklist,
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user