diff options
author | jani270 <jani270@gmx.de> | 2022-05-28 20:04:32 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-05-28 20:04:32 +0200 |
commit | 391dc8cf1e09f727713e485749d6c770e116001e (patch) | |
tree | 5aca4633b460000a8a546f658d1caca28c1ff839 /items/GHAST_MONSTER.json | |
parent | b100ae66c2ef8f402ec6be4357f96c10fd4ded24 (diff) | |
download | NotEnoughUpdates-REPO-391dc8cf1e09f727713e485749d6c770e116001e.tar.gz NotEnoughUpdates-REPO-391dc8cf1e09f727713e485749d6c770e116001e.tar.bz2 NotEnoughUpdates-REPO-391dc8cf1e09f727713e485749d6c770e116001e.zip |
Added mobs and fixed 3 npc's
Diffstat (limited to 'items/GHAST_MONSTER.json')
-rw-r--r-- | items/GHAST_MONSTER.json | 51 |
1 files changed, 49 insertions, 2 deletions
diff --git a/items/GHAST_MONSTER.json b/items/GHAST_MONSTER.json index 4275563b..aca5093c 100644 --- a/items/GHAST_MONSTER.json +++ b/items/GHAST_MONSTER.json @@ -27,16 +27,63 @@ "coins": 30, "xp": 32, "combat_xp": 0, - "name": "§cGhast", - "panorama": "combat_2", + "name": "§fGhast", "render": "Ghast", "type": "drops", + "panorama": "crimson_isle", + "extra": [], "drops": [ { "id": "GHAST_TEAR:1", "extra": [] } ] + }, + { + "level": 85, + "coins": 400, + "xp": 500, + "combat_xp": 0, + "name": "§fGhast", + "type": "drops", + "render": "Ghast", + "panorama": "crimson_isle", + "extra": [], + "drops": [ + { + "id": "GHAST_TEAR:1", + "extra": [], + "chance": "x1-2" + }, + { + "id": "TENTACLE_MEAT:1", + "extra": [], + "chance": "10%" + } + ] + }, + { + "level": 90, + "coins": 400, + "xp": 500, + "combat_xp": 0, + "name": "§fDive Ghast", + "type": "drops", + "render": "Ghast", + "panorama": "crimson_isle", + "extra": [], + "drops": [ + { + "id": "GHAST_TEAR:1", + "extra": [], + "chance": "x2" + }, + { + "id": "TENTACLE_MEAT:1", + "extra": [], + "chance": "10%" + } + ] } ] }
\ No newline at end of file |