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_8.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_8.json')
-rw-r--r-- | items/VAMPIRE_GENERATOR_8.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/items/VAMPIRE_GENERATOR_8.json b/items/VAMPIRE_GENERATOR_8.json new file mode 100644 index 00000000..23c0cca6 --- /dev/null +++ b/items/VAMPIRE_GENERATOR_8.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Vampire Minion VIII", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e5200e43-1856-30e1-a1a8-b60519efd040\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MzU0NDQyNTMxNywKICAicHJvZmlsZUlkIiA6ICIzYjA2ZTc3YzAzYTg0MGExOGIzOGY0Y2Q1ZWE0YzYxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJIT1JVU19JTyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMjc1MjE1ZjA0NzYxYmVhZjhkNWExZmQ2YzY4YTZkZGViZjNjNzMyMDk4MjZkYTlkOTYxNTM1NmI2ZTc2NGRiIgogICAgfQogIH0KfQ\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: §a140s\",6:\"§7Max Storage: §e768\",7:\"§7Resources Generated: §b0\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Vampire Minion VIII\"},ExtraAttributes:{id:\"VAMPIRE_GENERATOR_8\"}}", + "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: §a140s", + "§7Max Storage: §e768", + "§7Resources Generated: §b0", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "HEMOGLASS:8", + "A2": "HEMOGLASS:8", + "A3": "HEMOGLASS:8", + "B1": "HEMOGLASS:8", + "B2": "VAMPIRE_GENERATOR_7:1", + "B3": "HEMOGLASS:8", + "C1": "HEMOGLASS:8", + "C2": "HEMOGLASS:8", + "C3": "HEMOGLASS:8" + }, + "internalname": "VAMPIRE_GENERATOR_8", + "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 |