diff options
author | TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> | 2020-11-03 14:59:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 14:59:25 +0100 |
commit | 38c5377d6c083b24c96c919388cad2fd8c8f43e4 (patch) | |
tree | e67d99eeec916d23a17fac9a38c1a04a58071600 /items/FEL_SWORD.json | |
parent | db63d87d9fde7219b6c82e795625eb35f71cee2b (diff) | |
parent | 54f0e070d0302675177a6c6c6da16f2c2880a551 (diff) | |
download | NotEnoughUpdates-REPO-38c5377d6c083b24c96c919388cad2fd8c8f43e4.tar.gz NotEnoughUpdates-REPO-38c5377d6c083b24c96c919388cad2fd8c8f43e4.tar.bz2 NotEnoughUpdates-REPO-38c5377d6c083b24c96c919388cad2fd8c8f43e4.zip |
Merge pull request #2 from Moulberry/master
Update
Diffstat (limited to 'items/FEL_SWORD.json')
-rw-r--r-- | items/FEL_SWORD.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/items/FEL_SWORD.json b/items/FEL_SWORD.json new file mode 100644 index 00000000..2d8db680 --- /dev/null +++ b/items/FEL_SWORD.json @@ -0,0 +1,44 @@ +{ + "itemid": "minecraft:stone_sword", + "displayname": "§5Fel Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d375 \",1:\"§7Damage: §c+190 \",2:\"§7Strength: §c+135 \",3:\"\",4:\"§7§7Every §a100 §7Kills with this\",5:\"§7sword grants +§c1 §7Weapon\",6:\"§7Damage, up to §c100 §7extra.\",7:\"\",8:\"§aDungeon healer bonuses:\",9:\"§7§8- §7Increases healing from\",10:\"§7your Healing Circle by §a10%§7.\",11:\"§7§8- §7Reduces the cooldown of\",12:\"§7your Wish ultimate by §b10\",13:\"§b§7seconds.\",14:\"\",15:\"§eRight-click to use your class ability!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCatacombs Level 20\",19:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Fel Sword\"},ExtraAttributes:{id:\"FEL_SWORD\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d375", + "§7Damage: §c+190", + "§7Strength: §c+135", + "", + "§7§7Every §a100 §7Kills with this", + "§7sword grants +§c1 §7Weapon", + "§7Damage, up to §c100 §7extra.", + "", + "§aDungeon healer bonuses:", + "§7§8- §7Increases healing from", + "§7your Healing Circle by §a10%§7.", + "§7§8- §7Reduces the cooldown of", + "§7your Wish ultimate by §b10", + "§b§7seconds.", + "", + "§eRight-click to use your class ability!", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Level 20", + "§5§lEPIC DUNGEON SWORD" + ], + "recipe": { + "A1": "", + "A2": "FEL_PEARL:16", + "A3": "", + "B1": "", + "B2": "FEL_PEARL:16", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + }, + "internalname": "FEL_SWORD", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |