diff options
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 |