diff options
author | Mr.Nightmare <44095205+MrNightmare03@users.noreply.github.com> | 2023-01-17 12:56:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 12:56:48 +0100 |
commit | 92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4 (patch) | |
tree | 3df0642d5fd8aaee7770b83c1753895b3f387e2c /items/CHAMPION;1.json | |
parent | 9ce054d3023f032b2959b159ecf0ad7bf337d47d (diff) | |
download | NotEnoughUpdates-REPO-92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4.tar.gz NotEnoughUpdates-REPO-92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4.tar.bz2 NotEnoughUpdates-REPO-92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4.zip |
Made enchanted books source more consistent and some small fixes (#886)
Diffstat (limited to 'items/CHAMPION;1.json')
-rw-r--r-- | items/CHAMPION;1.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/items/CHAMPION;1.json b/items/CHAMPION;1.json index ccf6c439..7c50ec28 100644 --- a/items/CHAMPION;1.json +++ b/items/CHAMPION;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Champion I\",1:\"§7Gain §a3% §7extra Combat XP. The\",2:\"§72nd hit on a mob grants §6+1.4\",3:\"§6coins §7\u0026 §3+7 §7exp orbs.\",4:\"\",5:\"§8Gain 50k Combat XP for Tier II\",6:\"§8Gain 100k Combat XP for Tier III\",7:\"§8Gain 250k Combat XP for Tier IV\",8:\"§8Gain 500k Combat XP for Tier V\",9:\"§8Gain 1m Combat XP for Tier VI\",10:\"§8Gain 1,5m Combat XP for Tier VII\",11:\"§8Gain 2m Combat XP for Tier VIII\",12:\"§8Gain 2,5m Combat XP for Tier IX\",13:\"§8Gain 3m Combat XP for Tier X\",14:\"\",15:\"§e▲ §7Champion cannot be combined!\",16:\"§7Use this on an item in an Anvil\",17:\"§7to apply it!\",18:\"\",19:\"§f§lCOMMON\",20:\"\",21:\"§7Cost\",22:\"§b4,000 Bits\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CHAMPION;1\",enchantments:{champion:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Champion I\",1:\"§7Gain §a3% §7extra Combat XP. The\",2:\"§72nd hit on a mob grants §6+1.4\",3:\"§6coins §7\u0026 §3+7 §7exp orbs.\",4:\"\",5:\"§8Gain 50k Combat XP for Tier II\",6:\"§8Gain 100k Combat XP for Tier III\",7:\"§8Gain 250k Combat XP for Tier IV\",8:\"§8Gain 500k Combat XP for Tier V\",9:\"§8Gain 1m Combat XP for Tier VI\",10:\"§8Gain 1,5m Combat XP for Tier VII\",11:\"§8Gain 2m Combat XP for Tier VIII\",12:\"§8Gain 2,5m Combat XP for Tier IX\",13:\"§8Gain 3m Combat XP for Tier X\",14:\"\",15:\"§e▲ §7Champion cannot be combined!\",16:\"§7Use this on an item in an Anvil\",17:\"§7to apply it!\",18:\"\",19:\"§6Source:\",20:\"§aI: §7Community Shop\",21:\"\",22:\"§6Applied To:\",23:\"§7- §fSword\",24:\"§7- §fFishing Weapon\",25:\"§7- §fLongsword\",26:\"§7- §fGauntlet\",27:\"\",28:\"§f§lCOMMON\",29:\"\",30:\"§7Cost\",31:\"§b4,000 Bits\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CHAMPION;1\",enchantments:{champion:1}}}", "damage": 0, "lore": [ "§9Champion I", @@ -23,6 +23,15 @@ "§7Use this on an item in an Anvil", "§7to apply it!", "", + "§6Source:", + "§aI: §7Community Shop", + "", + "§6Applied To:", + "§7- §fSword", + "§7- §fFishing Weapon", + "§7- §fLongsword", + "§7- §fGauntlet", + "", "§f§lCOMMON", "", "§7Cost", |