aboutsummaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-09-24 10:01:31 +0200
committerGitHub <noreply@github.com>2024-09-24 08:01:31 +0000
commit67a0bc1d94d6f77d637bc27fc2b5fb006daab737 (patch)
tree780baf73d2bfc2f3c67cf2eebc9bfbe032fc8099 /items
parenta6b274818e43febfc63416560f9ee6dc1294a25e (diff)
downloadNotEnoughUpdates-REPO-67a0bc1d94d6f77d637bc27fc2b5fb006daab737.tar.gz
NotEnoughUpdates-REPO-67a0bc1d94d6f77d637bc27fc2b5fb006daab737.tar.bz2
NotEnoughUpdates-REPO-67a0bc1d94d6f77d637bc27fc2b5fb006daab737.zip
fix: Hotm Front Loaded Perk and Sapphire Drill Engine (#1372)
Diffstat (limited to 'items')
-rw-r--r--items/SAPPHIRE_POLISHED_DRILL_ENGINE.json10
1 files changed, 6 insertions, 4 deletions
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
}