diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-05-26 19:55:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 13:55:08 -0400 |
commit | f33125d679b6c41457e5370c6fdb6b7f542f2d4a (patch) | |
tree | bfe82f081e7cf20cc18ab7961f333738f36ccbbc /items/STAR_SENTRY_MONSTER.json | |
parent | 73886352ca97017e94239590cf813f23c71ba13e (diff) | |
download | NotEnoughUpdates-REPO-f33125d679b6c41457e5370c6fdb6b7f542f2d4a.tar.gz NotEnoughUpdates-REPO-f33125d679b6c41457e5370c6fdb6b7f542f2d4a.tar.bz2 NotEnoughUpdates-REPO-f33125d679b6c41457e5370c6fdb6b7f542f2d4a.zip |
Mobs, Wiki Link fixes, new Items (#500)
Diffstat (limited to 'items/STAR_SENTRY_MONSTER.json')
-rw-r--r-- | items/STAR_SENTRY_MONSTER.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/items/STAR_SENTRY_MONSTER.json b/items/STAR_SENTRY_MONSTER.json new file mode 100644 index 00000000..542d1d90 --- /dev/null +++ b/items/STAR_SENTRY_MONSTER.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Star Sentry (Monster)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e5240153-76df-343b-a524-015376dfd43b\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDg3YjhmM2NmMWMxMDE0ODgzMjc2ZjIzMDUwMWQ1YWYxMzk3Njk5MDcxYmZhYjFlZTI5NGM4NjE3MjJjYzJmIn19fQ\"}]}},display:{Lore:[0:\"§7The Star Sentry is a mob that spawns near\",1:\"§7fallen star in the Dwarven Mines (random event).\",2:\"§7The Star Sentry takes 1 health per hit.\",3:\"§7Fallen Star Event spawns in one of the \",4:\"§7following locations: Royal Mines, Far Reserve,\",5:\"§7Goblin Burrows, Upper Mines, Rampart\u0027s Quarry,\",6:\"§7Great Ice Wall and the Cliffside Veins.\",7:\"\",8:\"§6§lPossible Drops:\",9:\"§9Starfall\"],Name:\"§9Star Sentry (Monster)\"},ExtraAttributes:{id:\"STAR_SENTRY_MONSTER\"}}", + "damage": 3, + "lore": [ + "§7The Star Sentry is a mob that spawns near", + "§7fallen star in the Dwarven Mines (random event).", + "§7The Star Sentry takes 1 health per hit.", + "§7Fallen Star Event spawns in one of the ", + "§7following locations: Royal Mines, Far Reserve,", + "§7Goblin Burrows, Upper Mines, Rampart\u0027s Quarry,", + "§7Great Ice Wall and the Cliffside Veins.", + "", + "§6§lPossible Drops:", + "§9Starfall" + ], + "internalname": "STAR_SENTRY_MONSTER", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Star_Sentry" + ], + "crafttext": "" +}
\ No newline at end of file |