From afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 18 Jul 2021 21:51:42 +0200 Subject: Mining Stuff - Added and fixed some Stuff (#552) * Mining Stuff * Stuff * Ench Books and other Stuff * Updating Mobs * Epic Pet Fix * Other Stuff * github is dumb * Wiki Links * Added new Drill * Added Reforge Stats * Added Wiki Link * Wiki Links * Wiki URL * New Stuff * New Items * New Item * Fixed Superboom * New Drill * Added new Pet so people wont crash (no pet stats) * Removed UUID and Timestamp from new Pet * Pet Stuff * Stuff * Fixed Tank * WIki Links * Wiki Links * Power Talisman Things * Other Stuff * Added Recipe * Recipe Fix * Fixed Pet * stone --- items/DIVAN_DRILL.json | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 items/DIVAN_DRILL.json (limited to 'items/DIVAN_DRILL.json') diff --git a/items/DIVAN_DRILL.json b/items/DIVAN_DRILL.json new file mode 100644 index 00000000..5233647f --- /dev/null +++ b/items/DIVAN_DRILL.json @@ -0,0 +1,53 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§dDivan\u0027s Drill", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 10\",1:\"\",2:\"§7Damage: §c+70\",3:\"\",4:\"§7Mining Speed: §a+1,600 \",5:\"§7Mining Fortune: §a+120\",6:\"\",7:\"§7Fuel Tank: §cNot Installed\",8:\"§7§7Increases fuel capacity with\",9:\"§7part installed.\",10:\"\",11:\"§7Drill Engine: §cNot Installed\",12:\"§7§7Increases §6⸕ Mining Speed\",13:\"§6§7with part installed.\",14:\"\",15:\"§7Upgrade Module: §cNot Installed\",16:\"§7§7Applies a passive upgrade with\",17:\"§7part installed.\",18:\"\",19:\"§7Apply Drill Parts to this Drill\",20:\"§7by talking to §2Jotraeline\",21:\"§2Greatforge §7in the §2Dwarven\",22:\"§2Mines§7!\",23:\"\",24:\"§7Fuel: §23,000§8/3k\",25:\"\",26:\"§7§8This item can be reforged!\",27:\"§7§4❣ §cRequires §5Heart of the\",28:\"§5Mountain Tier 7\",29:\"§d§lMYTHIC DRILL\",30:\"\",31:\"§eItems Required\",32:\"§6Divan\u0027s Alloy §7x1\",33:\"§65Titanium Drill DR-X655 §7x1\",34:\"§650,000,000 Coins\",35:\"\",36:\"§7Duration: §b2d 12h\"],Name:\"§dDivan\u0027s Drill\"},ExtraAttributes:{drill_fuel:3000,modifier:\"originTag:\\\"UNKNOWN\\\"\",id:\"DIVAN_DRILL\",enchantments:{}},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§8Breaking Power 10", + "", + "§7Damage: §c+70", + "", + "§7Mining Speed: §a+1,600 ", + "§7Mining Fortune: §a+120", + "", + "§7Fuel Tank: §cNot Installed", + "§7§7Increases fuel capacity with", + "§7part installed.", + "", + "§7Drill Engine: §cNot Installed", + "§7§7Increases §6⸕ Mining Speed", + "§6§7with part installed.", + "", + "§7Upgrade Module: §cNot Installed", + "§7§7Applies a passive upgrade with", + "§7part installed.", + "", + "§7Apply Drill Parts to this Drill", + "§7by talking to §2Jotraeline", + "§2Greatforge §7in the §2Dwarven", + "§2Mines§7!", + "", + "§7Fuel: §23,000§8/3k", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §5Heart of the", + "§5Mountain Tier 7", + "§d§lMYTHIC DRILL", + "", + "§eItems Required", + "§6Divan\u0027s Alloy §7x1", + "§65Titanium Drill DR-X655 §7x1", + "§650,000,000 Coins", + "", + "§7Duration: §b2d 12h" + ], + "internalname": "DIVAN_DRILL", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Divan%27s_Drill" + ] +} \ No newline at end of file -- cgit