diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-29 21:55:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 15:55:05 -0400 |
commit | 9a7121c380f91006ab8d4e14e29d0cf0ca7226ba (patch) | |
tree | 3ea4f748b70c5cece98de109954908fec4b06a41 /items/TARANTULA_BROODFATHER_1_BOSS.json | |
parent | 173ed871b253674af7dec169935fcfbc6114e6f8 (diff) | |
download | NotEnoughUpdates-REPO-9a7121c380f91006ab8d4e14e29d0cf0ca7226ba.tar.gz NotEnoughUpdates-REPO-9a7121c380f91006ab8d4e14e29d0cf0ca7226ba.tar.bz2 NotEnoughUpdates-REPO-9a7121c380f91006ab8d4e14e29d0cf0ca7226ba.zip |
Added and fixed some Stuff (#530)
* Stuff
* Another Fix
Diffstat (limited to 'items/TARANTULA_BROODFATHER_1_BOSS.json')
-rw-r--r-- | items/TARANTULA_BROODFATHER_1_BOSS.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/items/TARANTULA_BROODFATHER_1_BOSS.json b/items/TARANTULA_BROODFATHER_1_BOSS.json new file mode 100644 index 00000000..9e34fde8 --- /dev/null +++ b/items/TARANTULA_BROODFATHER_1_BOSS.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Tarantula Broodfather I (Boss)", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"7c63f3cf-a963-311a-aeca-3a075b417806\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2Q1NDE1NDFkYWFmZjUwODk2Y2QyNThiZGJkZDRjZjgwYzNiYTgxNjczNTcyNjA3OGJmZTM5MzkyN2U1N2YxIn19fQ\"}]}},display:{Lore:[0:\"§8Beginner\",1:\"\",2:\"§7Health: §c750❤\",3:\"§7Damage: §c35 §7per second\",4:\"\",5:\"§eCombat Jump\",6:\"§7The spider will often attempt to\",7:\"§7jump behind you.\",8:\"\",9:\"§7Reward: §d5 Enderman Slayer XP\",10:\"§8+ Possible Drops:\",11:\"§aTarantula Web §a(1x-3x) §8(§2Guaranteed 100%§8)\"],Name:\"§6Tarantula Broodfather I (Boss)\"},ExtraAttributes:{id:\"TARANTULA_BROODFATHER_1_BOSS\"}}", + "damage": 3, + "lore": [ + "§8Beginner", + "", + "§7Health: §c750❤", + "§7Damage: §c35 §7per second", + "", + "§eCombat Jump", + "§7The spider will often attempt to", + "§7jump behind you.", + "", + "§7Reward: §d5 Enderman Slayer XP", + "§8+ Possible Drops:", + "§aTarantula Web §a(1x-3x) §8(§2Guaranteed 100%§8)" + ], + "internalname": "TARANTULA_BROODFATHER_1_BOSS", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Tarantula_Broodfather" + ], + "crafttext": "" +}
\ No newline at end of file |