From baccde6209a4277a9c85ea2e521b8705911635c9 Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Sun, 28 Feb 2021 20:13:40 +0100 Subject: added fire badges (#420) * added first fire badge * added more * added even more (tysm jani) * wiki go brrr * all commons done * all rare ones done * added all uncommon ones * added all legendary ones (jani did these) * done all epic ones * added gaint parent * fixed an oopsie * we don't talk about this one * jani added items required to upgrade * fixed cubsim parent * Added Campfire to misc.json (624 -> 989) Co-authored-by: jani270 --- items/CAMPFIRE_TALISMAN_24.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 items/CAMPFIRE_TALISMAN_24.json (limited to 'items/CAMPFIRE_TALISMAN_24.json') diff --git a/items/CAMPFIRE_TALISMAN_24.json b/items/CAMPFIRE_TALISMAN_24.json new file mode 100644 index 00000000..7b6c3706 --- /dev/null +++ b/items/CAMPFIRE_TALISMAN_24.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Campfire God Badge", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"62982401-1d16-3064-88fe-5ad9bb909b42\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDA4MGJiZWZjYTg3ZGMwZjM2NTM2YjY1MDg0MjVjZmM0Yjk1YmE2ZThmNWU2YTQ2ZmY5ZTljYjQ4OGE5ZWQifX19\"}]}},display:{Lore:[0:\"§7Heal §c50❤ §7per second\",1:\"§7while burning.\",2:\"§7Also constantly heal §c5❤ §7per\",3:\"§7second everywhere.\",4:\"\",5:\"§6Trial of Fire XXV\",6:\"§8§o\\\"Fire guy!\\\"\",7:\"\",8:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Campfire God Badge\"},ExtraAttributes:{originTag:\"FIRE_TRIALS_1\",id:\"CAMPFIRE_TALISMAN_24\",uuid:\"9dd01d43-c88c-4125-b08f-750add848004\"}}", + "damage": 3, + "lore": [ + "§7Heal §c50❤ §7per second", + "§7while burning.", + "§7Also constantly heal §c5❤ §7per", + "§7second everywhere.", + "", + "§6Trial of Fire XXV", + "§8§o\"Fire guy!\"", + "", + "§6§lLEGENDARY ACCESSORY" + ], + "internalname": "CAMPFIRE_TALISMAN_24", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Campfire_Badge" + ] +} \ No newline at end of file -- cgit