diff options
Diffstat (limited to 'items/SUMMONING_RING.json')
-rw-r--r-- | items/SUMMONING_RING.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/SUMMONING_RING.json b/items/SUMMONING_RING.json new file mode 100644 index 00000000..99212bb0 --- /dev/null +++ b/items/SUMMONING_RING.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Summoning Ring", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"59f95048-ca8a-3a21-b3cc-dda47bb9e8ba\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTc3YzljNjM4YmYzZGNkYTM0OGVkZWE0NGU5YTNkYjRhYmMxZTIzOTU1ODY2MTYxMWY4MGMxMTA0NzJhZCJ9fX0\"}]}},display:{Lore:[0:\"§6Item Ability: Raise Souls §e§lRIGHT CLICK\",1:\"§7Monsters you kill while you have\",2:\"§7this item will drop their soul.\",3:\"§7You can click on their souls on\",4:\"§7the ground using this item to\",5:\"§7absorb them and then spawn them\",6:\"§7to fight by your side.\",7:\"§7\",8:\"§7Mana cost is based on the power\",9:\"§7of the monsters that you summon.\",10:\"§7Shift right-click to view and\",11:\"§7remove souls from this item. If\",12:\"§7your summoned monster dies the\",13:\"§7soul will be removed.\",14:\"§8Cooldown: §a1s\",15:\"\",16:\"§7Max Souls: §d2\",17:\"\",18:\"§9§lRARE DUNGEON ITEM\"],Name:\"§f§f§9Summoning Ring\"},ExtraAttributes:{necromancer_souls:[0:{mob_id:\"UNBURRIED_ZOMBIE_30\"}],id:\"SUMMONING_RING\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§6Item Ability: Raise Souls §e§lRIGHT CLICK", + "§7Monsters you kill while you have", + "§7this item will drop their soul.", + "§7You can click on their souls on", + "§7the ground using this item to", + "§7absorb them and then spawn them", + "§7to fight by your side.", + "§7", + "§7Mana cost is based on the power", + "§7of the monsters that you summon.", + "§7Shift right-click to view and", + "§7remove souls from this item. If", + "§7your summoned monster dies the", + "§7soul will be removed.", + "§8Cooldown: §a1s", + "", + "§7Max Souls: §d2", + "", + "§9§lRARE DUNGEON ITEM" + ], + "internalname": "SUMMONING_RING", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file |