diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-02-16 18:02:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 12:02:50 -0500 |
commit | ccea0ac167b0e711c60510ebf50c6c8d2084789c (patch) | |
tree | aa99be9d27bfdfe692b114df28bfa25294035a0a /items/TALISMAN_ENRICHMENT_SEA_CREATURE_CHANCE.json | |
parent | 6c60c2a9cb0db8cf9738b04971057a7dad756401 (diff) | |
download | NotEnoughUpdates-REPO-ccea0ac167b0e711c60510ebf50c6c8d2084789c.tar.gz NotEnoughUpdates-REPO-ccea0ac167b0e711c60510ebf50c6c8d2084789c.tar.bz2 NotEnoughUpdates-REPO-ccea0ac167b0e711c60510ebf50c6c8d2084789c.zip |
Also fixed stuff from trello and more + new items (#401)
- fixed rare giraffe pet
- ~~added price paid to midas staff~~ removed since in pull request #400 they removed it from midas sword and the whole idea was to have it be the same
- changed crystal armor light levels to 15 for consistency
- fixed catalyst rarity
- added social xp requirment for showcase block, island npc and rock paper shears
- moved all logs under 1 parent (previously split under 2 parents)
- fixed rarity of horse armor, name tag and saddle
- added rune sack, autopet, kismet feather, new enrichments and cultivating enchant
Diffstat (limited to 'items/TALISMAN_ENRICHMENT_SEA_CREATURE_CHANCE.json')
-rw-r--r-- | items/TALISMAN_ENRICHMENT_SEA_CREATURE_CHANCE.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/items/TALISMAN_ENRICHMENT_SEA_CREATURE_CHANCE.json b/items/TALISMAN_ENRICHMENT_SEA_CREATURE_CHANCE.json new file mode 100644 index 00000000..357da798 --- /dev/null +++ b/items/TALISMAN_ENRICHMENT_SEA_CREATURE_CHANCE.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§cSea Creature Chance Enrichment", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"9bf0a721-7048-3de4-a613-18b40fce857b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxMjM4MDU5NzMyNCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTJjNzcwNDVhNDY5ODJiNDA2MjFiZmM1YjA1ODE1OWU5NjEzNDBkMTA3NmM4MWI5NjUxNzY2NDc0NWViOGNjZiIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7Enrich an accessory with the\",1:\"§7power of §3+0.3α Sea Creature\",2:\"§3Chance§7.\",3:\"§7\",4:\"§7Apply this enrichment to any\",5:\"§7§6legendary §7or §dmythic\",6:\"§d§7rarity accessory at the Anvil.\",7:\"§7\",8:\"§7Only §7§lONE §7enrichment can be\",9:\"§7applied to a given accessory.\",10:\"\",11:\"§c§lSPECIAL\"],Name:\"§cSea Creature Chance Enrichment\"},ExtraAttributes:{id:\"TALISMAN_ENRICHMENT_SEA_CREATURE_CHANCE\"}}", + "damage": 3, + "lore": [ + "§7Enrich an accessory with the", + "§7power of §3+0.3α Sea Creature", + "§3Chance§7.", + "§7", + "§7Apply this enrichment to any", + "§7§6legendary §7or §dmythic", + "§d§7rarity accessory at the Anvil.", + "§7", + "§7Only §7§lONE §7enrichment can be", + "§7applied to a given accessory.", + "", + "§c§lSPECIAL" + ], + "internalname": "TALISMAN_ENRICHMENT_SEA_CREATURE_CHANCE", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Enrichments" + ] +}
\ No newline at end of file |