diff options
Diffstat (limited to 'items/DARK_CLAYMORE.json')
-rw-r--r-- | items/DARK_CLAYMORE.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/items/DARK_CLAYMORE.json b/items/DARK_CLAYMORE.json new file mode 100644 index 00000000..5780a934 --- /dev/null +++ b/items/DARK_CLAYMORE.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stone_sword", + "displayname": "§f§f§6Dark Claymore", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+500\",1:\"§7Strength: §c+100\",2:\"\",3:\"§7§7Swing Range: §c5\",4:\"§7§7§oThat thing was too big to be\",5:\"§7§ocalled a sword, it was more like\",6:\"§7§oa large hunk of stone.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4❣ §cRequires §aMaster Mode\",10:\"§7§aCatacombs Floor VII §aCompletion.\",11:\"§6§lLEGENDARY LONGSWORD\"],Name:\"§f§f§6Dark Claymore\"},ExtraAttributes:{id:\"DARK_CLAYMORE\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+500", + "§7Strength: §c+100", + "", + "§7§7Swing Range: §c5", + "§7§7§oThat thing was too big to be", + "§7§ocalled a sword, it was more like", + "§7§oa large hunk of stone.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aMaster Mode", + "§7§aCatacombs Floor VII §aCompletion.", + "§6§lLEGENDARY LONGSWORD" + ], + "internalname": "DARK_CLAYMORE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |