Skip to content

Commit 97d1653

Browse files
committed
added discounts to collections
1 parent 41d6788 commit 97d1653

4 files changed

Lines changed: 23 additions & 0 deletions

File tree

configuration/skyblock/collections/combat.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,9 @@ collections:
332332
- type: XP
333333
data:
334334
xp: 4
335+
- type: CUSTOM_AWARD
336+
data:
337+
customAward: GIANT_KILLER_DISCOUNT
335338
- amount: 1000
336339
rewards:
337340
- type: XP
@@ -669,6 +672,9 @@ collections:
669672
- type: XP
670673
data:
671674
xp: 4
675+
- type: CUSTOM_AWARD
676+
data:
677+
customAward: BANE_OF_ARTHROPODS_DISCOUNT
672678
- amount: 5000
673679
rewards:
674680
- type: XP

configuration/skyblock/collections/farming.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,9 @@ collections:
10441044
- type: XP
10451045
data:
10461046
xp: 4
1047+
- type: CUSTOM_AWARD
1048+
data:
1049+
customAward: CUBISM_DISCOUNT
10471050
- amount: 2500
10481051
rewards:
10491052
- type: XP

configuration/skyblock/collections/fishing.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,9 @@ collections:
314314
- type: XP
315315
data:
316316
xp: 4
317+
- type: CUSTOM_AWARD
318+
data:
319+
customAward: IMPALING_DISCOUNT
317320
- amount: 25
318321
rewards:
319322
- type: XP

configuration/skyblock/collections/mining.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,14 @@ collections:
350350
- type: XP
351351
data:
352352
xp: 4
353+
- type: CUSTOM_AWARD
354+
data:
355+
customAward: FORTUNE_DISCOUNT
356+
- amount: 500000
357+
rewards:
358+
- type: XP
359+
data:
360+
xp: 4
353361
- itemType: LAPIS_LAZULI
354362
rewards:
355363
- amount: 250
@@ -497,6 +505,9 @@ collections:
497505
- type: XP
498506
data:
499507
xp: 4
508+
- type: CUSTOM_AWARD
509+
data:
510+
customAward: EXECUTE_DISCOUNT
500511
- amount: 250
501512
rewards:
502513
- type: XP

0 commit comments

Comments
 (0)