diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-11-21 05:21:12 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 05:21:12 +1100 |
commit | 3e758918fb29e4fb54d998b457b7953e42e26a7d (patch) | |
tree | 60bb5df54670b1fff331004d6b694f6aa8dc9a10 /items/TACTICIAN_SWORD.json | |
parent | 5979b1c0b3299e30339285fbeac5dd817cd0b358 (diff) | |
parent | 57ec218761d5b3903547ede00b98287690ab1039 (diff) | |
download | NotEnoughUpdates-REPO-3e758918fb29e4fb54d998b457b7953e42e26a7d.tar.gz NotEnoughUpdates-REPO-3e758918fb29e4fb54d998b457b7953e42e26a7d.tar.bz2 NotEnoughUpdates-REPO-3e758918fb29e4fb54d998b457b7953e42e26a7d.zip |
Merge pull request #305 from IRONM00N/master
Making ImperiaL happy
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 +} |