diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-23 17:19:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-23 16:19:14 +0000 |
commit | 3012c9f3a5de983490c37862967895f51aa85478 (patch) | |
tree | a3e537ca819660b6ca07be8d9757614be71b5251 /items/SEA_LEECH_SC.json | |
parent | 8aa346cc732756fe47d3180375e0db7f7b84f525 (diff) | |
download | NotEnoughUpdates-REPO-3012c9f3a5de983490c37862967895f51aa85478.tar.gz NotEnoughUpdates-REPO-3012c9f3a5de983490c37862967895f51aa85478.tar.bz2 NotEnoughUpdates-REPO-3012c9f3a5de983490c37862967895f51aa85478.zip |
Fixed random stuff (#1139)
Diffstat (limited to 'items/SEA_LEECH_SC.json')
-rw-r--r-- | items/SEA_LEECH_SC.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/items/SEA_LEECH_SC.json b/items/SEA_LEECH_SC.json index a0c32b4e..d427fe20 100644 --- a/items/SEA_LEECH_SC.json +++ b/items/SEA_LEECH_SC.json @@ -55,6 +55,14 @@ { "id": "SPIKED_HOOK;6", "chance": "2%" + }, + { + "id": "PET_ITEM_FISHING_SKILL_BOOST_RARE", + "chance": "0.08%" + }, + { + "id": "PET_ITEM_FISHING_SKILL_BOOST_EPIC", + "chance": "0.02%" } ] } |