From 493f32a6cf93260528354b6eaa5d9d6b5dbe10c9 Mon Sep 17 00:00:00 2001 From: Phoebe <77941535+catgirlseraid@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:19:51 +1300 Subject: update diana mobs (#1469) --- items/GAIA_CONSTRUCT_MONSTER.json | 5 ++--- items/MINOS_CHAMPION_MONSTER.json | 12 ++++++------ items/MINOS_HUNTER_MONSTER.json | 4 ++-- items/MINOTAUR_MONSTER.json | 8 ++++---- items/SIAMESE_LYNXES_MONSTER.json | 6 +++--- 5 files changed, 17 insertions(+), 18 deletions(-) diff --git a/items/GAIA_CONSTRUCT_MONSTER.json b/items/GAIA_CONSTRUCT_MONSTER.json index 3a0dce92..3ff53cd3 100644 --- a/items/GAIA_CONSTRUCT_MONSTER.json +++ b/items/GAIA_CONSTRUCT_MONSTER.json @@ -38,7 +38,7 @@ "coins": 700, "xp": 8, "combat_xp": 70, - "name": "§cGaia Construct", + "name": "§cStalwart Gaia Construct", "panorama": "hub", "render": "Eisengolem", "extra": [ @@ -60,8 +60,7 @@ "level": 260, "coins": 2500, "xp": 20, - "combat_xp": 250, - "name": "§cGaia Construct", + "name": "§cExalted Gaia Construct", "panorama": "hub", "render": "Eisengolem", "extra": [ diff --git a/items/MINOS_CHAMPION_MONSTER.json b/items/MINOS_CHAMPION_MONSTER.json index 6c76e495..17c40a34 100644 --- a/items/MINOS_CHAMPION_MONSTER.json +++ b/items/MINOS_CHAMPION_MONSTER.json @@ -32,10 +32,10 @@ "recipes": [ { "level": 175, - "coins": 1000, + "coins": 800, "xp": 10, "combat_xp": 80, - "name": "§cMinos Champion", + "name": "§cStalwart Minos Champion", "render": "@neurepo:mobs/minos_champion.json", "panorama": "hub", "extra": [ @@ -52,11 +52,11 @@ ] }, { - "level": 260, + "level": 310, "coins": 4000, "xp": 20, "combat_xp": 300, - "name": "§cMinos Champion", + "name": "§cExalted Minos Champion", "render": "@neurepo:mobs/minos_champion.json", "panorama": "hub", "extra": [ @@ -67,11 +67,11 @@ "type": "drops", "drops": [ { - "id": "ANCIENT_CLAW:12", + "id": "ANCIENT_CLAW:14", "chance": "100%" }, { - "id": "ENCHANTED_GOLD", + "id": "ENCHANTED_GOLD:3", "chance": "100%" }, { diff --git a/items/MINOS_HUNTER_MONSTER.json b/items/MINOS_HUNTER_MONSTER.json index 59b78782..04bce1fc 100644 --- a/items/MINOS_HUNTER_MONSTER.json +++ b/items/MINOS_HUNTER_MONSTER.json @@ -59,7 +59,7 @@ "coins": 125, "xp": 8, "combat_xp": 40, - "name": "§cMinos Hunter", + "name": "§cStalwart Minos Hunter", "render": "@neurepo:mobs/minos_hunter.json", "panorama": "hub", "extra": [ @@ -82,7 +82,7 @@ "coins": 1000, "xp": 10, "combat_xp": 65, - "name": "§cMinos Hunter", + "name": "§cExalted Minos Hunter", "render": "@neurepo:mobs/minos_hunter.json", "extra": [ "§cRequirements:", diff --git a/items/MINOTAUR_MONSTER.json b/items/MINOTAUR_MONSTER.json index a4fa8ee6..25dadc98 100644 --- a/items/MINOTAUR_MONSTER.json +++ b/items/MINOTAUR_MONSTER.json @@ -33,7 +33,7 @@ "level": 45, "coins": 150, "xp": 5, - "combat_xp": 20, + "combat_xp": 30, "name": "§cMinotaur", "render": "@neurepo:mobs/minotaur.json", "panorama": "hub", @@ -55,7 +55,7 @@ "coins": 500, "xp": 8, "combat_xp": 60, - "name": "§cMinotaur", + "name": "§cStalwart Minotaur", "render": "@neurepo:mobs/minotaur.json", "panorama": "hub", "extra": [ @@ -78,7 +78,7 @@ "coins": 2000, "xp": 15, "combat_xp": 150, - "name": "§cMinotaur", + "name": "§cExalted Minotaur", "render": "@neurepo:mobs/minotaur.json", "panorama": "hub", "extra": [ @@ -93,7 +93,7 @@ "chance": "100%" }, { - "id": "ENCHANTED_GOLD", + "id": "ENCHANTED_GOLD:2", "chance": "100%" }, { diff --git a/items/SIAMESE_LYNXES_MONSTER.json b/items/SIAMESE_LYNXES_MONSTER.json index 20903be8..ec71dabf 100644 --- a/items/SIAMESE_LYNXES_MONSTER.json +++ b/items/SIAMESE_LYNXES_MONSTER.json @@ -56,7 +56,7 @@ "coins": 250, "xp": 8, "combat_xp": 50, - "name": "§cSiamese Lynx", + "name": "§cStalwart Siamese Lynx", "panorama": "hub", "render": "Ocelot", "extra": [ @@ -75,11 +75,11 @@ ] }, { - "level": 165, + "level": 155, "coins": 1500, "xp": 9, "combat_xp": 70, - "name": "§cSiamese Lynx", + "name": "§cExalted Siamese Lynx", "panorama": "hub", "render": "Ocelot", "extra": [ -- cgit