diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-24 23:17:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-24 17:17:32 -0500 |
commit | d02431823f7228c7bb693602720324bc3da05665 (patch) | |
tree | cbae9d6ec83962e82a120e9463ebb0f6c051bc35 /items/TITANIUM_DRILL_1.json | |
parent | c3a4612bb1e9bf02c2cc14051d2c5df9c8589ae0 (diff) | |
download | NotEnoughUpdates-REPO-d02431823f7228c7bb693602720324bc3da05665.tar.gz NotEnoughUpdates-REPO-d02431823f7228c7bb693602720324bc3da05665.tar.bz2 NotEnoughUpdates-REPO-d02431823f7228c7bb693602720324bc3da05665.zip |
Added Things, Fixed Things (#373)
- Added Dead Bush of Love (ty efe)
- Added Titanium Relic
- Added Wiki Links
- Added X355 Drill
- Fixed 2 Fairy Souls (wtf)
Diffstat (limited to 'items/TITANIUM_DRILL_1.json')
-rw-r--r-- | items/TITANIUM_DRILL_1.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/items/TITANIUM_DRILL_1.json b/items/TITANIUM_DRILL_1.json new file mode 100644 index 00000000..cacf7567 --- /dev/null +++ b/items/TITANIUM_DRILL_1.json @@ -0,0 +1,55 @@ +{ + "itemid": "minecraft:prismarine_shard", + "displayname": "§f§f§5Titanium Drill DR-X355", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Breaking Power 6\",1:\"\",2:\"§7Damage: §c+75\",3:\"\",4:\"§7Mining Speed: §a+700\",5:\"§7Mining Fortune: §a+15\",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 5\",29:\"§5§lEPIC DRILL\",30:\"\",31:\"§eItems Required\",32:\"§9Drill Engine §7x1\",33:\"§9Fuel Tank §7x1\",34:\"§9Golden Plate §7x6\",35:\"§6Refined Titanium §7x10\",36:\"§5Refined Mithril §7x10\",37:\"\",38:\"§7Duration: §b2d 16h\"],Name:\"§f§f§5Titanium Drill DR-X355\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TITANIUM_DRILL_1\",uuid:\"5ad075a1-b75e-4874-b2c7-f095a9956c4b\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§8Breaking Power 6", + "", + "§7Damage: §c+75", + "", + "§7Mining Speed: §a+700", + "§7Mining Fortune: §a+15", + "", + "§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 5", + "§5§lEPIC DRILL", + "", + "§eItems Required", + "§9Drill Engine §7x1", + "§9Fuel Tank §7x1", + "§9Golden Plate §7x6", + "§6Refined Titanium §7x10", + "§5Refined Mithril §7x10", + "", + "§7Duration: §b2d 16h" + ], + "internalname": "TITANIUM_DRILL_1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Titanium_Drill_DR-X355" + ] +}
\ No newline at end of file |