diff options
Diffstat (limited to 'items/SCOURGE_CLOAK.json')
-rw-r--r-- | items/SCOURGE_CLOAK.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/items/SCOURGE_CLOAK.json b/items/SCOURGE_CLOAK.json new file mode 100644 index 00000000..c1f8d0b0 --- /dev/null +++ b/items/SCOURGE_CLOAK.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Scourge Cloak", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"048b43a2-aaed-3e66-a903-66355b73d8b3\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NDU4OTE4NTM1MSwKICAicHJvZmlsZUlkIiA6ICI4ODBiZWMwYTE0MmM0YzRlYTJlZjliMTFiMTBkNWNiNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJmZ2FiIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzNjODg3NDMyMDliODgxZWE2ZjcxYTBlNWQ2ZDdiNGUyOTA0NTU0Mjk5ZDVlNzAxYmY5MTZiZTA5YTkzZWZlNjAiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+20\",1:\"§7Crit Damage: §c+20%\",2:\"§7Ferocity: §a+5\",3:\"\",4:\"§7Fire damage is increased by\",5:\"§7§c10,000%§7. Increases your next\",6:\"§7hit by §c20% §7of the last fire\",7:\"§7damage you took.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC CLOAK\"],Name:\"§5Scourge Cloak\"},ExtraAttributes:{id:\"SCOURGE_CLOAK\"}}", + "damage": 3, + "lore": [ + "§7Strength: §c+20", + "§7Crit Damage: §c+20%", + "§7Ferocity: §a+5", + "", + "§7Fire damage is increased by", + "§7§c10,000%§7. Increases your next", + "§7hit by §c20% §7of the last fire", + "§7damage you took.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC CLOAK" + ], + "recipe": { + "A1": "MUTATED_BLAZE_ASHES:5", + "A2": "COMPACT_OOZE:", + "A3": "MUTATED_BLAZE_ASHES:5", + "B1": "COMPACT_OOZE:", + "B2": "REKINDLED_EMBER_FRAGMENT:5", + "B3": "COMPACT_OOZE:", + "C1": "MUTATED_BLAZE_ASHES:5", + "C2": "COMPACT_OOZE:5", + "C3": "MUTATED_BLAZE_ASHES:5" + }, + "internalname": "SCOURGE_CLOAK", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |