diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-20 13:15:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-20 13:15:48 -0500 |
commit | aa6217fb3ad5ed3c91bef14a073959e4301a0b18 (patch) | |
tree | 306a6ed6a5f5b1fe1d71987da26d21b4a76d7c80 /items/TACTICIAN_SWORD.json | |
parent | bfd03c106be6f3259194cac4f681469cebf1c1c2 (diff) | |
parent | 7d2734656e0a0a3eaab8e30452fb9a0cb5a1c3fd (diff) | |
download | NotEnoughUpdates-REPO-aa6217fb3ad5ed3c91bef14a073959e4301a0b18.tar.gz NotEnoughUpdates-REPO-aa6217fb3ad5ed3c91bef14a073959e4301a0b18.tar.bz2 NotEnoughUpdates-REPO-aa6217fb3ad5ed3c91bef14a073959e4301a0b18.zip |
Merge pull request #31 from IRONM00N/books
Books
Diffstat (limited to 'items/TACTICIAN_SWORD.json')
-rw-r--r-- | items/TACTICIAN_SWORD.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/items/TACTICIAN_SWORD.json b/items/TACTICIAN_SWORD.json index 4c351228..05580dad 100644 --- a/items/TACTICIAN_SWORD.json +++ b/items/TACTICIAN_SWORD.json @@ -1,13 +1,10 @@ { - "internalname": "TACTICIAN_SWORD", "itemid": "minecraft:wooden_sword", - "displayname": "§9Tactician's Sword", - "clickcommand": "", + "displayname": "§9Tactician\u0027s Sword", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+50\",1:\"§7Crit Chance: §c+20%\",2:\"\",3:\"§7§7Gains §c+15 Damage §7for\",4:\"§7each Combat collection of\",5:\"§7Tier VII and over of its\",6:\"§7wearer.\",7:\"\",8:\"§7Your Collections: §e0§7/§e10\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE SWORD\"],Name:\"§9Tactician\u0027s Sword\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"TACTICIAN_SWORD\",uuid:\"8eb777e2-5707-4ffe-b43c-c52b044e2b94\",timestamp:\"11/15/20 2:32 AM\"},AttributeModifiers:[]}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+140\",1:\"§7Crit Chance: §c+20%\",2:\"\",3:\"§7§7Gains §c+15 Damage §7for\",4:\"§7each Combat collection of\",5:\"§7Tier VII and over of its\",6:\"§7wearer.\",7:\"\",8:\"§7Your Collections: §e6§7/§e10\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§9§lRARE SWORD\"],Name:\"§9Tactician's Sword\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"TACTICIAN_SWORD\",uuid:\"50734d02-f812-4990-8f67-52adb218e90a\",timestamp:\"7/7/20 1:56 PM\"}}", - "modver": "1.0.0", "lore": [ - "§7Damage: §c+140", + "§7Damage: §c+50", "§7Crit Chance: §c+20%", "", "§7§7Gains §c+15 Damage §7for", @@ -15,13 +12,17 @@ "§7Tier VII and over of its", "§7wearer.", "", - "§7Your Collections: §e6§7/§e10", + "§7Your Collections: §e0§7/§e10", "", "§7§8This item can be reforged!", "§9§lRARE SWORD" ], + "internalname": "TACTICIAN_SWORD", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tactician's_Sword" ] -}
\ No newline at end of file +} |