diff options
author | nea <nea@nea.moe> | 2023-06-20 23:24:19 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-06-20 23:24:19 +0200 |
commit | 7792462eface199e291a2060197025e5017f64e3 (patch) | |
tree | aad14364edd47a23f5017601fb54b02f7d19f3a1 | |
parent | 7a2e86884be40600d693ecf159b4a7c325809613 (diff) | |
download | NotEnoughUpdates-REPO-7792462eface199e291a2060197025e5017f64e3.tar.gz NotEnoughUpdates-REPO-7792462eface199e291a2060197025e5017f64e3.tar.bz2 NotEnoughUpdates-REPO-7792462eface199e291a2060197025e5017f64e3.zip |
Add lagoon leech
-rw-r--r-- | items/LAGOON_LEECH_MONSTER.json | 42 | ||||
-rw-r--r-- | mobs/lagoon_leech.json | 12 |
2 files changed, 54 insertions, 0 deletions
diff --git a/items/LAGOON_LEECH_MONSTER.json b/items/LAGOON_LEECH_MONSTER.json new file mode 100644 index 00000000..322cda62 --- /dev/null +++ b/items/LAGOON_LEECH_MONSTER.json @@ -0,0 +1,42 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aLagoon Leech (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"db3815d5-5c69-43ec-b35c-12d47d6baf14\",hypixelPopulated:1b,Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGY3ZWRlOWM4OGYxYzMzYzk1NGJiYzgxYzhkYTg3MWNhYmZjYzIzZDU1ZjhiNDkzYTU4OWY4MjM5ZDZjMzkifX19\"}]},Name:\"§db3815d5-5c69-43ec-b35c-12d47d6baf14\"},display:{Lore:[0:\"§7Found in the §3Black Lagoon§7.\",1:\"\",2:\"§c❤ Health§8: §c80\"],Name:\"§aLagoon Leech (Monster)\"},ExtraAttributes:{id:\"LAGOON_LEECH_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7Found in the §3Black Lagoon§7.", + "", + "§c❤ Health§8: §c80" + ], + "internalname": "LAGOON_LEECH_MONSTER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "", + "recipes": [ + { + "coins": 0, + "xp": 0, + "name": "§2Lagoon Leech", + "render": "@neurepo:mobs/lagoon_leech.json", + "level": 2, + "combat_xp": 6, + "type": "drops", + "panorama": "rift", + "drops": [ + { + "id": "LIL_PAD:6", + "chance": "100%" + }, + { + "id": "LIL_PAD:3", + "chance": "50%" + }, + { + "id": "LIL_PAD:3", + "chance": "50%" + } + ] + } + ] +}
\ No newline at end of file diff --git a/mobs/lagoon_leech.json b/mobs/lagoon_leech.json new file mode 100644 index 00000000..95ef9fe3 --- /dev/null +++ b/mobs/lagoon_leech.json @@ -0,0 +1,12 @@ +{ + "entity": "Zombie", + "modifiers": [ + { + "type": "equipment", + "helmet": "SKULL#eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGY3ZWRlOWM4OGYxYzMzYzk1NGJiYzgxYzhkYTg3MWNhYmZjYzIzZDU1ZjhiNDkzYTU4OWY4MjM5ZDZjMzkifX19", + "chestplate": "LEATHER_CHESTPLATE#202513", + "leggings": "CHAINMAIL_LEGGINGS", + "feet": "LEATHER_BOOTS#000000" + } + ] +}
\ No newline at end of file |