diff options
| -rw-r--r-- | constants/hotmlayout.json | 13 | ||||
| -rw-r--r-- | items/SAPPHIRE_POLISHED_DRILL_ENGINE.json | 10 |
2 files changed, 14 insertions, 9 deletions
diff --git a/constants/hotmlayout.json b/constants/hotmlayout.json index 66e76ea9..4a05a93b 100644 --- a/constants/hotmlayout.json +++ b/constants/hotmlayout.json @@ -258,10 +258,13 @@ "item": "(npi level0 maxLevel)", "cost": "0", "lore": [ - "§7Grants §a+100 §6⸕ Mining Speed §7and §6☘", - "§6Mining Fortune §7as well as §a+2 base", - "§apowder §7for the first §e2,500 §7ores you", - "§7mine in a day." + "§7§7Grants the following buffs for the", + "§7first §a2,500 §dGemstones§7 you mine each", + "§7day.", + " ", + " §8■ §d3x Gemstone Powder", + " §8■ §6+150☘ Gemstone Fortune", + " §8■ §6+250⸕ Mining Speed" ] }, "daily_grind": { @@ -766,4 +769,4 @@ } } } -} +}
\ No newline at end of file diff --git a/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json b/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json index 4bb27205..38802262 100644 --- a/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json +++ b/items/SAPPHIRE_POLISHED_DRILL_ENGINE.json @@ -28,11 +28,13 @@ { "type": "forge", "inputs": [ - "RUBY_POLISHED_DRILL_ENGINE:1", - "PRECURSOR_APPARATUS:8", - "PERFECT_SAPPHIRE_GEM:3" + "PERFECT_SAPPHIRE_GEM:3.0", + "DRILL_ENGINE:5.0", + "RUBY_POLISHED_DRILL_ENGINE:1.0", + "PLASMA:16.0", + "PRECURSOR_APPARATUS:8.0" ], - "count": 1, + "count": 1.0, "overrideOutputId": "SAPPHIRE_POLISHED_DRILL_ENGINE", "duration": 30 } |
