diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-03-19 21:55:54 +0000 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-03-19 21:55:54 +0000 |
commit | 2c4f16d139c4d315de7ae1498afd75057d752715 (patch) | |
tree | 8939c2ba48af0d1b40b06dc3d79fc0b35da0edd9 /items/DARK_CLAYMORE.json | |
parent | a1875440aadf3e9d0cd0b527c40d75e610b0023b (diff) | |
parent | e580a17989ef1df4e42ab78b82e0af0f0c3fd6b8 (diff) | |
download | NotEnoughUpdates-REPO-2c4f16d139c4d315de7ae1498afd75057d752715.tar.gz NotEnoughUpdates-REPO-2c4f16d139c4d315de7ae1498afd75057d752715.tar.bz2 NotEnoughUpdates-REPO-2c4f16d139c4d315de7ae1498afd75057d752715.zip |
Merge branch 'master' into dangerous
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 |