diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-19 15:39:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 15:39:49 +0200 |
commit | f144e9fb45018e18ce16ea9c0f01518b877d34dd (patch) | |
tree | 508463965aea3f3ad3dcda11b96b15ef717ee4eb /items/SNEAKY_CREEPER_MONSTER.json | |
parent | 1102dc62c60916df7095d266e907ed191e658e2b (diff) | |
download | NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.tar.gz NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.tar.bz2 NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.zip |
Added reqs to items, fixed slayer drops, added new drop, fixed some lores (#998)
Diffstat (limited to 'items/SNEAKY_CREEPER_MONSTER.json')
-rw-r--r-- | items/SNEAKY_CREEPER_MONSTER.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/items/SNEAKY_CREEPER_MONSTER.json b/items/SNEAKY_CREEPER_MONSTER.json index c6c659d6..8561379d 100644 --- a/items/SNEAKY_CREEPER_MONSTER.json +++ b/items/SNEAKY_CREEPER_MONSTER.json @@ -39,6 +39,11 @@ { "id": "PET_ITEM_EXP_SHARE_DROP", "chance": "0.01%" + }, + { + "id": "DYE_NYANZA:1", + "extra": [], + "chance": "0.000005%" } ] } |