From f7ada52665fec28d5bda53716dd567460400de65 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 12 Sep 2020 14:59:34 -0400 Subject: Mayor Stuff Ik it isn't comlpeate, also theese are just the items, I am in the middle of adding recipies --- items/CROWN_OF_GREED.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 items/CROWN_OF_GREED.json (limited to 'items/CROWN_OF_GREED.json') diff --git a/items/CROWN_OF_GREED.json b/items/CROWN_OF_GREED.json new file mode 100644 index 00000000..13ad1190 --- /dev/null +++ b/items/CROWN_OF_GREED.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:golden_helmet", + "displayname": "§f§f§6Crown of Greed", + "nbttag": "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+130 HP\",1:\"§7Defense: §a+90\",2:\"§7Magic Find: §a+4\",3:\"\",4:\"§7Hits have §c+25% §7base damage,\",5:\"§7but cost the weapon\u0027s base\",6:\"§7damage in §6coins §7from your\",7:\"§7purse.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§6§lLEGENDARY HELMET\"],Name:\"§f§f§6Crown of Greed\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"CROWN_OF_GREED\",uuid:\"e8c30ac2-5984-4f2a-8e79-d264ae3f3ee9\",timestamp:\"9/11/20 5:35 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Health: §a+130 HP", + "§7Defense: §a+90", + "§7Magic Find: §a+4", + "", + "§7Hits have §c+25% §7base damage,", + "§7but cost the weapon\u0027s base", + "§7damage in §6coins §7from your", + "§7purse.", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY HELMET" + ], + "internalname": "CROWN_OF_GREED", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +} \ No newline at end of file -- cgit