diff options
Diffstat (limited to 'items/CROWN_OF_AVARICE.json')
-rw-r--r-- | items/CROWN_OF_AVARICE.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/items/CROWN_OF_AVARICE.json b/items/CROWN_OF_AVARICE.json new file mode 100644 index 00000000..c8e5657b --- /dev/null +++ b/items/CROWN_OF_AVARICE.json @@ -0,0 +1,40 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Crown of Avarice", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"78cf2906-63e0-3a5b-b27b-1519ac4e9313\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxMDg1MDEzMTk0NSwKICAicHJvZmlsZUlkIiA6ICJmNzcxMDI1NGMzYWY0YjA5YmRjY2NiNDRjNjg1NjFiMCIsCiAgInByb2ZpbGVOYW1lIiA6ICJDZXJ1c1YyIiwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzliNjBkNmY2NTU3NTIwYzBjYjBkZmMwYTExOTNmMjNhMmYyOWRlNTJjMThkYmI3NDZlNGExYTk5ZjE4ZGM2MWMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+160\",1:\"§7Defense: §a+110\",2:\"\",3:\"§6Ability: Indulgence \",4:\"§7Coins you collect from killing mobs\",5:\"§7are consumed by the helmet. Gain\",6:\"§7§c+0.015x§c❁ Damage §7and §b+0.6✯ Magic\",7:\"§bFind §7for each digit of coins collected.\",8:\"§7§8(Capped at 1B)\",9:\"\",10:\"§7Collected Coins: §60\",11:\" §c+1x§c❁ Damage\",12:\" §b+0✯ Magic Find\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§6§lLEGENDARY HELMET\"],Name:\"§6Crown of Avarice\"},ExtraAttributes:{id:\"CROWN_OF_AVARICE\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+160", + "§7Defense: §a+110", + "", + "§6Ability: Indulgence ", + "§7Coins you collect from killing mobs", + "§7are consumed by the helmet. Gain", + "§7§c+0.015x§c❁ Damage §7and §b+0.6✯ Magic", + "§bFind §7for each digit of coins collected.", + "§7§8(Capped at 1B)", + "", + "§7Collected Coins: §60", + " §c+1x§c❁ Damage", + " §b+0✯ Magic Find", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY HELMET" + ], + "recipe": { + "A1": "GRIFFIN_FEATHER:16", + "A2": "ENCHANTED_GOLD_BLOCK:8", + "A3": "GRIFFIN_FEATHER:16", + "B1": "ENCHANTED_GOLD_BLOCK:8", + "B2": "CROWN_OF_GREED:1", + "B3": "ENCHANTED_GOLD_BLOCK:8", + "C1": "GRIFFIN_FEATHER:16", + "C2": "AVARICIOUS_CHALICE:2", + "C3": "GRIFFIN_FEATHER:16" + }, + "internalname": "CROWN_OF_AVARICE", + "clickcommand": "viewrecipe", + "modver": "2.3.0", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |