diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-05 13:20:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 13:20:07 +0200 |
commit | 983cf357b3b0d4ef50f900b8e7048c02a59ed909 (patch) | |
tree | afd32d3ba36663157eb0256e668ef80fc7cc6f02 /items/STONE_BLADE.json | |
parent | 24d9e83c68d32ef18411ac618f76e1470228c645 (diff) | |
download | NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.tar.gz NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.tar.bz2 NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.zip |
Fixed horse lvl (#974)
* Fixed horse lvl
* Fixed lore of blade and pet items
* Added more npc's
* Added new skins
* Added jerry npc's
* Fixed cake's and added some year 300 items
* Fixed Salmon hat and dicer
* Added ladder and skin
* Added Tali and Cake Pack
Diffstat (limited to 'items/STONE_BLADE.json')
-rw-r--r-- | items/STONE_BLADE.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/items/STONE_BLADE.json b/items/STONE_BLADE.json index ae3d3d19..a4f323ce 100644 --- a/items/STONE_BLADE.json +++ b/items/STONE_BLADE.json @@ -1,17 +1,19 @@ { "itemid": "minecraft:stone_sword", "displayname": "§5Adaptive Blade", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d220\",1:\"§7Damage: §c+170\",2:\" §8[§7☤§8]\",3:\"\",4:\"§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.\",5:\"\",6:\"§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed\",7:\"§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies\",8:\"§bMage§7: §7+§b200✎ Intelligence\",9:\"§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense\",10:\"§bArcher§7: §7+§9100☠ Crit Damage\",11:\"\",12:\"§eRight-click to use your class ability!\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aThe Catacombs Floor\",16:\"§aIII Completion§c.\",17:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Adaptive Blade\"},ExtraAttributes:{dungeon_item_level:0,id:\"STONE_BLADE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d220\",1:\"§7Damage: §c+170\",2:\" §8[§7☤§8]\",3:\"\",4:\"§7§7As a weapon created by §cScarf§7,\",5:\"§7it automatically adapts to its user\",6:\"§7inside Dungeons.\",7:\"\",8:\"§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed\",9:\"§bHealer§7: §7+§c20❣ Health Regen§7 \u0026 +§a5 §7HP/s aura\",10:\"§bMage§7: §7+§b200✎ Intelligence\",11:\"§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense\",12:\"§bArcher§7: §7+§9100☠ Crit Damage\",13:\"\",14:\"§eRight-click to use your class ability!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aIII Completion§c.\",19:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Adaptive Blade\"},ExtraAttributes:{dungeon_item_level:0,id:\"STONE_BLADE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d220", "§7Damage: §c+170", " §8[§7☤§8]", "", - "§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.", + "§7§7As a weapon created by §cScarf§7,", + "§7it automatically adapts to its user", + "§7inside Dungeons.", "", "§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed", - "§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies", + "§bHealer§7: §7+§c20❣ Health Regen§7 \u0026 +§a5 §7HP/s aura", "§bMage§7: §7+§b200✎ Intelligence", "§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense", "§bArcher§7: §7+§9100☠ Crit Damage", |