diff options
Diffstat (limited to 'items/PLASMAFLUX_POWER_ORB.json')
-rw-r--r-- | items/PLASMAFLUX_POWER_ORB.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/items/PLASMAFLUX_POWER_ORB.json b/items/PLASMAFLUX_POWER_ORB.json new file mode 100644 index 00000000..b467f153 --- /dev/null +++ b/items/PLASMAFLUX_POWER_ORB.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Plasmaflux Power Orb", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e1947bef-4d17-32e2-a9e0-0d504348fe4e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzE3NjQyODEzNSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNlZDRjZTIzOTMzZTY2ZTA0ZGYxNjA3MDY0NGY3NTk5ZWViNTUzMDdmN2VhZmU4ZDkyZjQwZmIzNTIwODYzYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§6Item Ability: Deploy\",1:\"§7Place an orb for §a60s §7buffing\",2:\"§7up to §b5 §7players within §a20\",3:\"§a§7blocks.\",4:\"§8Costs 50% of max mana.\",5:\"§8Only one orb applies per player.\",6:\"\",7:\"§6Orb Buff: Plasmaflux\",8:\"§7Grants §b+125% §7base mana regen.\",9:\"§7Heals §c3% §7of max §c❤§7 per second.\",10:\"§7Increases all heals by §a+7.5%§7.\",11:\"§7Grants §c+35❁ Strength§7.\",12:\"\",13:\"§6§lLEGENDARY\"],Name:\"§6Plasmaflux Power Orb\"},ExtraAttributes:{id:\"PLASMAFLUX_POWER_ORB\"}}", + "damage": 3, + "lore": [ + "§6Item Ability: Deploy", + "§7Place an orb for §a60s §7buffing", + "§7up to §b5 §7players within §a20", + "§a§7blocks.", + "§8Costs 50% of max mana.", + "§8Only one orb applies per player.", + "", + "§6Orb Buff: Plasmaflux", + "§7Grants §b+125% §7base mana regen.", + "§7Heals §c3% §7of max §c❤§7 per second.", + "§7Increases all heals by §a+7.5%§7.", + "§7Grants §c+35❁ Strength§7.", + "", + "§6§lLEGENDARY" + ], + "recipe": { + "A1": "ENCHANTED_OBSIDIAN:64", + "A2": "PLASMA_NUCLEUS:1", + "A3": "ENCHANTED_OBSIDIAN:64", + "B1": "GOLDEN_TOOTH:24", + "B2": "OVERFLUX_POWER_ORB:1", + "B3": "GOLDEN_TOOTH:24", + "C1": "ENCHANTED_OBSIDIAN:64", + "C2": "GOLDEN_TOOTH:24", + "C3": "ENCHANTED_OBSIDIAN:64" + }, + "internalname": "PLASMAFLUX_POWER_ORB", + "clickcommand": "viewrecipe", + "modver": "1.4-REL" +}
\ No newline at end of file |