diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-13 11:51:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 21:51:11 +1100 |
commit | ffca9245a65624a49bf1690bedbcb1555f12448c (patch) | |
tree | 051e58163402c81526a00aa9ccc351d07375d2f2 /items/ARACHNES_KEEPER_MINIBOSS.json | |
parent | 2f58108e625e56545a075f86fb502dfb74b6467e (diff) | |
download | NotEnoughUpdates-REPO-ffca9245a65624a49bf1690bedbcb1555f12448c.tar.gz NotEnoughUpdates-REPO-ffca9245a65624a49bf1690bedbcb1555f12448c.tar.bz2 NotEnoughUpdates-REPO-ffca9245a65624a49bf1690bedbcb1555f12448c.zip |
Added Drops to mobs, more items, new mayor and recipes and fixed disc (#860)
Diffstat (limited to 'items/ARACHNES_KEEPER_MINIBOSS.json')
-rw-r--r-- | items/ARACHNES_KEEPER_MINIBOSS.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/ARACHNES_KEEPER_MINIBOSS.json b/items/ARACHNES_KEEPER_MINIBOSS.json index 7f248c10..3065c881 100644 --- a/items/ARACHNES_KEEPER_MINIBOSS.json +++ b/items/ARACHNES_KEEPER_MINIBOSS.json @@ -38,6 +38,22 @@ { "id": "STRING", "chance": "50%" + }, + { + "id": "ARACHNE_GLOVES", + "chance": "2.5%" + }, + { + "id": "ARACHNE_NECKLACE", + "chance": "2.5%" + }, + { + "id": "ARACHNE_CLOAK", + "chance": "2.5%" + }, + { + "id": "ARACHNE_BELT", + "chance": "2.5%" } ] } |