diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-25 01:23:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-25 00:23:32 +0000 |
| commit | 49988371d622dd2e129ab81aa88d9a588b1ecd2a (patch) | |
| tree | 785237bd7011a47fa5eb7b7c11124605b0d13df3 /items | |
| parent | 9d66be57565d5ffe7e34bd087d24fa53a5c11a5b (diff) | |
| download | NotEnoughUpdates-REPO-49988371d622dd2e129ab81aa88d9a588b1ecd2a.tar.gz NotEnoughUpdates-REPO-49988371d622dd2e129ab81aa88d9a588b1ecd2a.tar.bz2 NotEnoughUpdates-REPO-49988371d622dd2e129ab81aa88d9a588b1ecd2a.zip | |
fix: Earth Shard lore (#1574)
* fix: Earth Shard lore
* fix: Item not having the cata req
Diffstat (limited to 'items')
| -rw-r--r-- | items/EARTH_SHARD.json | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/items/EARTH_SHARD.json b/items/EARTH_SHARD.json index 128f60c2..e03a1255 100644 --- a/items/EARTH_SHARD.json +++ b/items/EARTH_SHARD.json @@ -1,33 +1,29 @@ { "itemid": "minecraft:stone_sword", "displayname": "§5Earth Shard", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d261 \",1:\"§7Damage: §c+105 \",2:\"\",3:\"§7Defense: §a+73 \",4:\"\",5:\"§7This shard automatically adapts\",6:\"§7to its user inside Dungeons,\",7:\"§7allowing you to perform your\",8:\"§7class ability. Reduces the\",9:\"§7cooldown of §9Seismic Wave §7by\",10:\"§7§a2s§7.\",11:\"\",12:\"§7§eRight-click to use your class\",13:\"§eability!\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §cCatacombs Skill\",17:\"§c19§c.\",18:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Earth Shard\"},ExtraAttributes:{dungeon_item_level:0,id:\"EARTH_SHARD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d261\",1:\"§7Damage: §c+105\",2:\"§7Defense: §a+73\",3:\"\",4:\"§7This shard automatically adapts to\",5:\"§7its user inside Dungeons, allowing\",6:\"§7you to perform your class ability.\",7:\"§7Reduces the cooldown of §9Seismic\",8:\"§9Wave §7by §a2s§7.\",9:\"\",10:\"§7§eRight-click to use your class ability!\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§7§4❣ §cRequires §cCatacombs Skill 19.\",14:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Earth Shard\"},ExtraAttributes:{id:\"EARTH_SHARD\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d261 ", - "§7Damage: §c+105 ", + "§7Gear Score: §d261", + "§7Damage: §c+105", + "§7Defense: §a+73", "", - "§7Defense: §a+73 ", + "§7This shard automatically adapts to", + "§7its user inside Dungeons, allowing", + "§7you to perform your class ability.", + "§7Reduces the cooldown of §9Seismic", + "§9Wave §7by §a2s§7.", "", - "§7This shard automatically adapts", - "§7to its user inside Dungeons,", - "§7allowing you to perform your", - "§7class ability. Reduces the", - "§7cooldown of §9Seismic Wave §7by", - "§7§a2s§7.", - "", - "§7§eRight-click to use your class", - "§eability!", + "§7§eRight-click to use your class ability!", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §cCatacombs Skill", - "§c19§c.", + "§7§4❣ §cRequires §cCatacombs Skill 19.", "§5§lEPIC DUNGEON SWORD" ], "internalname": "EARTH_SHARD", "crafttext": "", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Earth_Shard", |
