diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-23 15:55:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 15:55:17 +0100 |
commit | dc710886048e9e92f32f020764e9052474793ff3 (patch) | |
tree | d54670b46fb887c67bfbfc4ae03f4f79f6e26d60 /items/MOOGMA_SC.json | |
parent | 7471c374b676edd4b9da22dbc752ad365ce5c9b6 (diff) | |
download | NotEnoughUpdates-REPO-dc710886048e9e92f32f020764e9052474793ff3.tar.gz NotEnoughUpdates-REPO-dc710886048e9e92f32f020764e9052474793ff3.tar.bz2 NotEnoughUpdates-REPO-dc710886048e9e92f32f020764e9052474793ff3.zip |
Fixed some reforgesstones and other items/npc (#865)
* Fixed some reforgesstones and other items/npc
* Fixed Moogma Drops and added ench to bow
* Fixed reqs
* Fixed Tiger
idk how to cherry pick idc
Co-Authored-By: Roman / Linnea Gräf <roman.graef@gmail.com>
* :chicken:
Co-authored-by: Roman / Linnea Gräf <roman.graef@gmail.com>
Diffstat (limited to 'items/MOOGMA_SC.json')
-rw-r--r-- | items/MOOGMA_SC.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/MOOGMA_SC.json b/items/MOOGMA_SC.json index b8244717..27661226 100644 --- a/items/MOOGMA_SC.json +++ b/items/MOOGMA_SC.json @@ -23,19 +23,19 @@ "coins": 5, "name": "§6Moogma", "render": "Mooshroom", - "panorama": "farming_1", + "panorama": "crimson_isle", "type": "drops", "drops": [ { - "id": "LEATHER:1", + "id": "MAGMA_FISH:8", "chance": "100%" }, { - "id": "RAW_BEEF:1", - "chance": "100%" + "id": "MOOGMA_LEGGINGS:1", + "chance": "2%" }, { - "id": "RED_MUSHROOM:1", + "id": "MOOGMA_PELT:1", "chance": "100%" } ] |