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/VAMPIRE_GENERATOR_2.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/VAMPIRE_GENERATOR_2.json')
-rw-r--r-- | items/VAMPIRE_GENERATOR_2.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/items/VAMPIRE_GENERATOR_2.json b/items/VAMPIRE_GENERATOR_2.json new file mode 100644 index 00000000..ff32e8a1 --- /dev/null +++ b/items/VAMPIRE_GENERATOR_2.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Vampire Minion II", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a785ff9f-2d49-3e06-9d53-ca252819dc0d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MzU0NDI5OTMzMywKICAicHJvZmlsZUlkIiA6ICI5NTE3OTkxNjljYzE0MGY1OGM2MmRjOGZmZTU3NjBiZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJZdWFyaWciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTg4ZGI5OGU4MmNjMWQ1NDAxNGJmNzg2MjdjZGViYjRhNTcxNjdiZjc0ZGM1MjEwMDA2ZmMwNjI1YjJiNGExIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and slaying\",2:\"§7Vampire Scions! Minions also\",3:\"§7work when you are offline!\",4:\"\",5:\"§7Time Between Actions: §a190s\",6:\"§7Max Storage: §e192\",7:\"§7Resources Generated: §b0\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Vampire Minion II\"},ExtraAttributes:{id:\"VAMPIRE_GENERATOR_2\"}}", + "damage": 3, + "lore": [ + "§7Place this minion and it will", + "§7start generating and slaying", + "§7Vampire Scions! Minions also", + "§7work when you are offline!", + "", + "§7Time Between Actions: §a190s", + "§7Max Storage: §e192", + "§7Resources Generated: §b0", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "HEMOVIBE:20", + "A2": "HEMOVIBE:20", + "A3": "HEMOVIBE:20", + "B1": "HEMOVIBE:20", + "B2": "VAMPIRE_GENERATOR_1:1", + "B3": "HEMOVIBE:20", + "C1": "HEMOVIBE:20", + "C2": "HEMOVIBE:20", + "C3": "HEMOVIBE:20" + }, + "internalname": "VAMPIRE_GENERATOR_2", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "Requires: Hemovibe I", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Vampire_Minion", + "https://wiki.hypixel.net/Vampire_Minion" + ] +}
\ No newline at end of file |