diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-08-05 01:34:04 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 01:34:04 +1000 |
commit | a6d765c01b809e775c0dc1bc6c10ac8576086709 (patch) | |
tree | deabeb4ea94e96a96340bb5a18b3d9aa609f22c0 /items/EARTH_SHARD.json | |
parent | 3dec40f80c9fea46a7bf4e1d189f2337d339e658 (diff) | |
parent | 9e10cb8251ce059f9a4cc091ca33437f3b1705fb (diff) | |
download | NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.tar.gz NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.tar.bz2 NotEnoughUpdates-REPO-a6d765c01b809e775c0dc1bc6c10ac8576086709.zip |
Merge pull request #258 from IRONM00N/master
Most Dungeon Floor 4 Items
Diffstat (limited to 'items/EARTH_SHARD.json')
-rw-r--r-- | items/EARTH_SHARD.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/EARTH_SHARD.json b/items/EARTH_SHARD.json new file mode 100644 index 00000000..a54a943f --- /dev/null +++ b/items/EARTH_SHARD.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:stone_sword", + "displayname": "§5Earth Shard", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d261 §8(389)\",1:\"§7Damage: §c+105 §8(+158.55)\",2:\"\",3:\"§7Defense: §a+73 §8(+110.23)\",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§a10s§7.\",11:\"\",12:\"§7§eRight-click to use your class\",13:\"§eability!\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 52500 / 52500\",17:\"§7§4❣ §cRequires §aCatacombs Level 19\",18:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Earth Shard\"},ExtraAttributes:{dungeon_item_level:0,id:\"EARTH_SHARD\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d261 §8(389)", + "§7Damage: §c+105 §8(+158.55)", + "", + "§7Defense: §a+73 §8(+110.23)", + "", + "§7This shard automatically adapts", + "§7to its user inside Dungeons,", + "§7allowing you to perform your", + "§7class ability. Reduces the", + "§7cooldown of §9Seismic Wave §7by", + "§7§a10s§7.", + "", + "§7§eRight-click to use your class", + "§eability!", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 19", + "§5§lEPIC DUNGEON SWORD" + ], + "internalname": "EARTH_SHARD", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "" +}
\ No newline at end of file |