diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-03-15 11:16:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 11:16:58 +0100 |
commit | 61beded1c0a005c6f3e3f20fa5ac8bf97ed41acc (patch) | |
tree | 7763aa13dfedcf3c62fbc5f09b066ff3b05d3958 /items/DARK_CLAYMORE.json | |
parent | 7592f99b872f07a3bde78da727a79bd0b2460b00 (diff) | |
download | NotEnoughUpdates-REPO-61beded1c0a005c6f3e3f20fa5ac8bf97ed41acc.tar.gz NotEnoughUpdates-REPO-61beded1c0a005c6f3e3f20fa5ac8bf97ed41acc.tar.bz2 NotEnoughUpdates-REPO-61beded1c0a005c6f3e3f20fa5ac8bf97ed41acc.zip |
Lamba (#701)
* Fixed Hard Stone Minion
* :thumbsup:
Diffstat (limited to 'items/DARK_CLAYMORE.json')
-rw-r--r-- | items/DARK_CLAYMORE.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/items/DARK_CLAYMORE.json b/items/DARK_CLAYMORE.json index 3e47b8f2..5780a934 100644 --- a/items/DARK_CLAYMORE.json +++ b/items/DARK_CLAYMORE.json @@ -1,7 +1,7 @@ { "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:\"§6§lLEGENDARY LONGSWORD\"],Name:\"§f§f§6Dark Claymore\"},ExtraAttributes:{id:\"DARK_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", @@ -13,6 +13,8 @@ "§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", |