Skip to content

Commit

Permalink
Update Coin chance for halloween natuows
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSamWitch committed Oct 23, 2024
1 parent 86d75c6 commit 16ab934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/data/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2762,7 +2762,7 @@ export const allActions: ActionInput[] = [
{itemTokenId: EstforConstants.SMALL_BONE, rate: 5 * 10},
{itemTokenId: EstforConstants.NATUOW_HIDE, rate: 3 * 10},
],
randomRewards: [{itemTokenId: EstforConstants.COIN, chance: 2731, amount: 1}],
randomRewards: [{itemTokenId: EstforConstants.COIN, chance: 1365, amount: 1}],
combatStats: {
melee: 1,
magic: 0,
Expand Down

0 comments on commit 16ab934

Please sign in to comment.