Skip to content

Commit

Permalink
Fix ice cube sculpting chance (#4766)
Browse files Browse the repository at this point in the history
Set the correct chance for ice mammoth sculpting.

* Use stats from tibia-stats research (bigger sample size)
  • Loading branch information
sundance authored Jul 18, 2024
1 parent cf1c485 commit 973855c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/scripts/actions/tools/skinning.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ local config = {
},

-- Ice Cube
[7441] = {chance = 22000, newItem = 7442},
[7442] = {chance = 4800, newItem = 7444},
[7444] = {chance = 900, newItem = 7445},
[7445] = {chance = 40, newItem = 7446},
[7441] = {chance = 30000, newItem = 7442},
[7442] = {chance = 19000, newItem = 7444},
[7444] = {chance = 10000, newItem = 7445},
[7445] = {chance = 7000, newItem = 7446},

-- The Mutated Pumpkin
[13583] = {
Expand Down

0 comments on commit 973855c

Please sign in to comment.