From 926e0d57aa7cb04ef8d239796f073f8eb66f7aad Mon Sep 17 00:00:00 2001 From: Phoebe <77941535+catgirlseraid@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:11:28 +1300 Subject: Update mobs drops (#1453) * add dwarven os block bran * Revert "add dwarven os block bran" This reverts commit 40826e597e65447ad91cc727d664c24896c0cf61. * first test * test if combat xp shows up or if cache * test if combat xp and farming xp works * see if i added multiple levels of mobs correctly * see if i added multiple levels of mobs correctly * see if i added multiple levels of mobs correctly second time * test if mobs can have different names under the same nest * see if i added silverfish correctly * fix background maybe * check on spider changes * test of adding a new mob what could go wrong * this time * maybe it's in the correct section now? * bat update 2 * wrong one * idk anymore pls just work * 3 * maybe this? * test with another skin * test with another skin with the correct id * idk anymore * 3 * 4 * 5 * 6 * test this? * test the same item multiple times * test using ranges and key ids * test using ranges and key ids * slime test * test goblins * lets find out if i can do this * upload progress * test of fish * a few more sea creatures * revert dye chances, my fault :( * remove unneeded file and fix bat lore * forgot a comma * fix dye drop chances * how do i keep missing these omg sorry * :( poor jani * fix dye chance, fix formatting * magma cube pet drop changes * use the right pet this time --- items/RAIN_SLIME_MONSTER.json | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'items/RAIN_SLIME_MONSTER.json') diff --git a/items/RAIN_SLIME_MONSTER.json b/items/RAIN_SLIME_MONSTER.json index 6a11635e..f4809fcf 100644 --- a/items/RAIN_SLIME_MONSTER.json +++ b/items/RAIN_SLIME_MONSTER.json @@ -20,9 +20,10 @@ "crafttext": "", "recipes": [ { - "level": 2, - "coins": 1, - "xp": 1, + "level": 8, + "coins": 5, + "xp": 5, + "combat_xp": 12, "name": "§cRain Slime", "panorama": "combat_1", "render": "Slime", @@ -30,6 +31,21 @@ "drops": [ { "id": "SLIME_BALL", + "chance": "x3-5" + } + ] + }, + { + "level": 50, + "coins": 10, + "xp": 8, + "name": "§cSlimey Slime", + "panorama": "combat_1", + "render": "Slime", + "type": "drops", + "drops": [ + { + "id": "SLIME_BALL:10", "chance": "100%" } ] -- cgit