diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-29 14:26:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 14:26:03 +0200 |
commit | 19bf0bd5719906212616f37582679877fe70c11e (patch) | |
tree | 53b5d9bd3e1b1e8b615b2a35ed08e0ae4985bf05 /items/DARK_CLAYMORE.json | |
parent | 436035e9af14dced1e71617667428feabfb2330f (diff) | |
download | NotEnoughUpdates-REPO-19bf0bd5719906212616f37582679877fe70c11e.tar.gz NotEnoughUpdates-REPO-19bf0bd5719906212616f37582679877fe70c11e.tar.bz2 NotEnoughUpdates-REPO-19bf0bd5719906212616f37582679877fe70c11e.zip |
Fixed kuudra pet stats (#829)
* Fixed kuudra pet stats
* New update i hate you
* Fixed Aiming enchant
Diffstat (limited to 'items/DARK_CLAYMORE.json')
-rw-r--r-- | items/DARK_CLAYMORE.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/items/DARK_CLAYMORE.json b/items/DARK_CLAYMORE.json index 0fad86b9..b6a4edd6 100644 --- a/items/DARK_CLAYMORE.json +++ b/items/DARK_CLAYMORE.json @@ -1,13 +1,16 @@ { "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\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d624 §8(2615)\",1:\"§7Damage: §c+500 §8(+2,095)\",2:\"§7Strength: §c+100 §8(+419)\",3:\"§7Crit Damage: §c+30% §8(+125.7%)\",4:\"§7Swing Range: §c5\",5:\" §8[§8❁§8] §8[§8❁§8]\",6:\"\",7:\"§7§7§oThat thing was too big to be\",8:\"§7§ocalled a sword, it was more like\",9:\"§7§oa large hunk of stone.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aMaster Mode\",13:\"§7§aCatacombs Floor VII §aCompletion.\",14:\"§6§lLEGENDARY LONGSWORD\"],Name:\"§f§f§6Dark Claymore\"},ExtraAttributes:{id:\"DARK_CLAYMORE\"}}", "damage": 0, "lore": [ - "§7Damage: §c+500", - "§7Strength: §c+100", + "§7Gear Score: §d624 §8(2615)", + "§7Damage: §c+500 §8(+2,095)", + "§7Strength: §c+100 §8(+419)", + "§7Crit Damage: §c+30% §8(+125.7%)", + "§7Swing Range: §c5", + " §8[§8❁§8] §8[§8❁§8]", "", - "§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.", |