aboutsummaryrefslogtreecommitdiff
path: root/items/PEST_SLUG_MONSTER.json
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2023-11-21 15:12:59 +0100
committerGitHub <noreply@github.com>2023-11-21 14:12:59 +0000
commitd7627b696f2ccb13f6d5075fd1b99be8996bdf3e (patch)
treec800fd37d100550dfafd5b180bf9e1234cde85a8 /items/PEST_SLUG_MONSTER.json
parentfbe68efe17d39f727205d665bb9d955efe98792c (diff)
downloadNotEnoughUpdates-REPO-d7627b696f2ccb13f6d5075fd1b99be8996bdf3e.tar.gz
NotEnoughUpdates-REPO-d7627b696f2ccb13f6d5075fd1b99be8996bdf3e.tar.bz2
NotEnoughUpdates-REPO-d7627b696f2ccb13f6d5075fd1b99be8996bdf3e.zip
Added Pest Mobs (#1044)
Diffstat (limited to 'items/PEST_SLUG_MONSTER.json')
-rw-r--r--items/PEST_SLUG_MONSTER.json95
1 files changed, 95 insertions, 0 deletions
diff --git a/items/PEST_SLUG_MONSTER.json b/items/PEST_SLUG_MONSTER.json
new file mode 100644
index 00000000..82b07504
--- /dev/null
+++ b/items/PEST_SLUG_MONSTER.json
@@ -0,0 +1,95 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§aSlug (Pest)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bd1a026f-387c-30c8-adf2-62f57cf9709e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5NzQ3MDQ0MzA4MiwKICAicHJvZmlsZUlkIiA6ICJkOGNkMTNjZGRmNGU0Y2IzODJmYWZiYWIwOGIyNzQ4OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJaYWNoeVphY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2E3OWQwZmQ2NzdiNTQ1MzA5NjExMTdlZjg0YWRjMjA2ZTJjYzUwNDVjMTM0NGQ2MWQ3NzZiZjhhYzJmZTFiYSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Methodical in movement,\",1:\"§7ineffective in survival.\",2:\"\",3:\"§7Attracted to §aPlant Matter§7.\",4:\"\",5:\"§c❤ Health§8: §c600\"],Name:\"§aSlug (Pest)\"},ExtraAttributes:{id:\"PEST_SLUG_MONSTER\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Methodical in movement,",
+ "§7ineffective in survival.",
+ "",
+ "§7Attracted to §aPlant Matter§7.",
+ "",
+ "§c❤ Health§8: §c600"
+ ],
+ "internalname": "PEST_SLUG_MONSTER",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.1-PRE",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://wiki.hypixel.net/Slug"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 1,
+ "coins": 25,
+ "xp": 10,
+ "panorama": "garden",
+ "render": "@neurepo:mobs/pest_slug.json",
+ "name": "§aSlug",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "ENCHANTED_RED_MUSHROOM:1",
+ "extra": [],
+ "chance": "100%"
+ },
+ {
+ "id": "ENCHANTED_BROWN_MUSHROOM:1",
+ "extra": [],
+ "chance": "100%"
+ },
+ {
+ "id": "COMPOST:1",
+ "extra": [],
+ "chance": "4%"
+ },
+ {
+ "id": "HONEY_JAR:1",
+ "extra": [],
+ "chance": "4%"
+ },
+ {
+ "id": "DUNG:1",
+ "extra": [],
+ "chance": "4%"
+ },
+ {
+ "id": "PLANT_MATTER:1",
+ "extra": [],
+ "chance": "4%"
+ },
+ {
+ "id": "CHEESE_FUEL:1",
+ "extra": [],
+ "chance": "4%"
+ },
+ {
+ "id": "VINYL_SLOW_AND_GROOVY:1",
+ "extra": [],
+ "chance": "2%"
+ },
+ {
+ "id": "ENCHANTED_HUGE_MUSHROOM_1:1",
+ "extra": [],
+ "chance": "0.5%"
+ },
+ {
+ "id": "ENCHANTED_HUGE_MUSHROOM_2:1",
+ "extra": [],
+ "chance": "0.5%"
+ },
+ {
+ "id": "SLUG;3:1",
+ "extra": [],
+ "chance": "0.5%"
+ },
+ {
+ "id": "SLUG;4:1",
+ "extra": [],
+ "chance": "0.1%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file