diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-07-18 21:51:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 15:51:42 -0400 |
commit | afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f (patch) | |
tree | 824b9c74346542e1f9cd1acc8c5f972f0f1af76b /items/GEMSTONE_DRILL_4.json | |
parent | 961d00e76ee01ae80c524982f5125fd9182bbece (diff) | |
download | NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.tar.gz NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.tar.bz2 NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.zip |
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
Diffstat (limited to 'items/GEMSTONE_DRILL_4.json')
-rw-r--r-- | items/GEMSTONE_DRILL_4.json | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/items/GEMSTONE_DRILL_4.json b/items/GEMSTONE_DRILL_4.json new file mode 100644 index 00000000..9463222d --- /dev/null +++ b/items/GEMSTONE_DRILL_4.json @@ -0,0 +1,52 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§f§f§5Jasper Drill Model X", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 9\",1:\"\",2:\"§7Damage: §c+75\",3:\"\",4:\"§7Mining Speed: §a+600\",5:\"\",6:\"§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed\",7:\"§7Gives §a+120§7 §dGemstone §6☘ Mining Fortune\",8:\"\",9:\"§7Fuel Tank: §cNot Installed\",10:\"§7§7Increases fuel capacity with\",11:\"§7part installed.\",12:\"\",13:\"§7Drill Engine: §cNot Installed\",14:\"§7§7Increases §6⸕ Mining Speed\",15:\"§6§7with part installed.\",16:\"\",17:\"§7Upgrade Module: §cNot Installed\",18:\"§7§7Applies a passive upgrade with\",19:\"§7part installed.\",20:\"\",21:\"§7Apply Drill Parts to this Drill\",22:\"§7by talking to a §2Drill\",23:\"§2Mechanic§7!\",24:\"\",25:\"§7Fuel: §23,000§8/3k\",26:\"\",27:\"§7§8This item can be reforged!\",28:\"§5§lEPIC DRILL\",29:\"\",30:\"§eItems Required\",31:\"§5Topaz Drill KGR-12 §7x1\",32:\"§9Flawless Jasper Gemstone §7x1\",33:\"§5Treasurite §7x100\",34:\"\",35:\"§7Duration: §b30s\"],Name:\"§f§f§5Jasper Drill Model X\"},ExtraAttributes:{id:\"GEMSTONE_DRILL_4\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§8Breaking Power 9", + "", + "§7Damage: §c+75", + "", + "§7Mining Speed: §a+600", + "", + "§7Gives §a+800§7 §dGemstone §6⸕ Mining Speed", + "§7Gives §a+120§7 §dGemstone §6☘ Mining Fortune", + "", + "§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 a §2Drill", + "§2Mechanic§7!", + "", + "§7Fuel: §23,000§8/3k", + "", + "§7§8This item can be reforged!", + "§5§lEPIC DRILL", + "", + "§eItems Required", + "§5Topaz Drill KGR-12 §7x1", + "§9Flawless Jasper Gemstone §7x1", + "§5Treasurite §7x100", + "", + "§7Duration: §b30s" + ], + "internalname": "GEMSTONE_DRILL_4", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Jasper_Drill_Model_X" + ] +}
\ No newline at end of file |