Skip to content

Commit

Permalink
Update thieving random reward scrolls
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSamWitch committed Aug 18, 2023
1 parent 73534ae commit 0d93020
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/data/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2301,8 +2301,8 @@ export const allActions: ActionInput[] = [
},
guaranteedRewards: [],
randomRewards: [
{itemTokenId: EstforConstants.NATURE_SCROLL, chance: 8000, amount: 200},
{itemTokenId: EstforConstants.AQUA_SCROLL, chance: 8000, amount: 200},
{itemTokenId: EstforConstants.SHADOW_SCROLL, chance: 14000, amount: 80},
{itemTokenId: EstforConstants.NATURE_SCROLL, chance: 10000, amount: 80},
],
combatStats: {
melee: 0,
Expand Down Expand Up @@ -2332,9 +2332,9 @@ export const allActions: ActionInput[] = [
},
guaranteedRewards: [],
randomRewards: [
{itemTokenId: EstforConstants.SHADOW_SCROLL, chance: 40000, amount: 200},
{itemTokenId: EstforConstants.NATURE_SCROLL, chance: 20000, amount: 250},
{itemTokenId: EstforConstants.AQUA_SCROLL, chance: 20000, amount: 250},
{itemTokenId: EstforConstants.SHADOW_SCROLL, chance: 12000, amount: 80},
{itemTokenId: EstforConstants.NATURE_SCROLL, chance: 10000, amount: 80},
{itemTokenId: EstforConstants.AQUA_SCROLL, chance: 8000, amount: 80},
],
combatStats: {
melee: 0,
Expand Down

0 comments on commit 0d93020

Please sign in to comment.