diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-24 12:09:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 12:09:01 +0200 |
commit | 406d31faf7b9c32fbb09ee0b48f41bca227c7278 (patch) | |
tree | 0a034a889adf40595fe795b1b184c93759fd6628 /items/FEL_SWORD.json | |
parent | eb1e064088761f7e5f36894c9ab937aebff89f8c (diff) | |
download | NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.gz NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.bz2 NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.zip |
First part (#972)
* First part
* Part 2
* Part III
* Part 4
* Fixed items
* Fixed Pets
* Fixed nbt
* Fixed name
* Fixed Mooshroom Cow lore
* Added wiki links
* Fixed shortbow lores
* Fixed Fel Sword lore
* Fixed drill recipe
* patch notes wtf
* More fixes
Diffstat (limited to 'items/FEL_SWORD.json')
-rw-r--r-- | items/FEL_SWORD.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/items/FEL_SWORD.json b/items/FEL_SWORD.json index fab6f20a..0624b7ac 100644 --- a/items/FEL_SWORD.json +++ b/items/FEL_SWORD.json @@ -1,7 +1,7 @@ { "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 §cCatacombs Skill\",19:\"§c20§c.\",20:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Fel Sword\"},ExtraAttributes:{id:\"FEL_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:\"§7Current Kills:§a 0 §8(§c+0 Damage§8)\",8:\"\",9:\"§aDungeon Healer Bonuses:\",10:\"§7§8- §7Increases healing from\",11:\"§7your §aHealing Circle§7 by\",12:\"§7§a10%§7.\",13:\"§7§8- §7Reduces the cooldown of\",14:\"§7your §aWish Ultimate§7 by §b10\",15:\"§b§7seconds.\",16:\"\",17:\"§eRight-click to use Class Ability!\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §cCatacombs Skill\",21:\"§c20§c.\",22:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Fel Sword\"},ExtraAttributes:{id:\"FEL_SWORD\"}}", "damage": 0, "lore": [ "§7Gear Score: §d375", @@ -11,15 +11,17 @@ "§7§7Every §a100 §7Kills with this", "§7sword grants +§c1 §7Weapon", "§7Damage, up to §c100 §7extra.", + "§7Current Kills:§a 0 §8(§c+0 Damage§8)", "", - "§aDungeon healer bonuses:", + "§aDungeon Healer Bonuses:", "§7§8- §7Increases healing from", - "§7your Healing Circle by §a10%§7.", + "§7your §aHealing Circle§7 by", + "§7§a10%§7.", "§7§8- §7Reduces the cooldown of", - "§7your Wish ultimate by §b10", + "§7your §aWish Ultimate§7 by §b10", "§b§7seconds.", "", - "§eRight-click to use your class ability!", + "§eRight-click to use Class Ability!", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §cCatacombs Skill", |