diff options
author | Roman / Linnea Gräf <nea@nea.moe> | 2023-06-23 11:38:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-23 19:38:42 +1000 |
commit | 7c9262c3ec4cd17ca18bc464d8adf10d36f592e4 (patch) | |
tree | 67718e67176589f5970bc90c3e4db2fa3c51a2ee /items/LAGOON_LEECH_MONSTER.json | |
parent | 38a2c295289dae2cf5de3e6c40694a76156cb54a (diff) | |
download | NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.gz NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.bz2 NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.zip |
Rift (#944)
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'items/LAGOON_LEECH_MONSTER.json')
-rw-r--r-- | items/LAGOON_LEECH_MONSTER.json | 42 |
1 files changed, 42 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 |