diff options
-rw-r--r-- | constants/misc.json | 9 | ||||
-rw-r--r-- | constants/parents.json | 3 | ||||
-rw-r--r-- | items/TUNGSTEN_PLATE.json | 7 |
3 files changed, 13 insertions, 6 deletions
diff --git a/constants/misc.json b/constants/misc.json index 187ef55e..06d8bad6 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -877,10 +877,15 @@ ], "POWER_TALISMAN": [ "POWER_RING", - "POWER_ARTIFACT" + "POWER_ARTIFACT", + "POWER_RELIC" ], "POWER_RING": [ - "POWER_ARTIFACT" + "POWER_ARTIFACT", + "POWER_RELIC" + ], + "POWER_ARTIFACT": [ + "POWER_RELIC" ], "BINGO_TALISMAN": [ "BINGO_RING", diff --git a/constants/parents.json b/constants/parents.json index c2e03e51..776e6854 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2359,7 +2359,8 @@ "PRISTINE;4", "PRISTINE;5" ], - "POWER_ARTIFACT": [ + "POWER_RELIC": [ + "POWER_ARTIFACT", "POWER_RING", "POWER_TALISMAN" ], diff --git a/items/TUNGSTEN_PLATE.json b/items/TUNGSTEN_PLATE.json index ccbb681b..f7fd8cef 100644 --- a/items/TUNGSTEN_PLATE.json +++ b/items/TUNGSTEN_PLATE.json @@ -15,11 +15,12 @@ { "type": "forge", "inputs": [ - "REFINED_TUNGSTEN:4.0", - "GLACITE_AMALGAMATION:1.0" + "GLACITE_AMALGAMATION:1.0", + "REFINED_TUNGSTEN:4.0" ], "count": 1.0, - "overrideOutputId": "TUNGSTEN_PLATE" + "overrideOutputId": "TUNGSTEN_PLATE", + "duration": 7200 } ] }
\ No newline at end of file |