aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-04-13 22:30:18 +0200
committerGitHub <noreply@github.com>2024-04-13 20:30:18 +0000
commit86285942eeae63d4bf6efad07ccb14740ab4a1ae (patch)
tree17632c756f6050f2e8241b6bfe98cfce877fadf1 /constants
parentabcc153925a4d0213164ea1379ba51e82e8c31e1 (diff)
downloadNotEnoughUpdates-REPO-86285942eeae63d4bf6efad07ccb14740ab4a1ae.tar.gz
NotEnoughUpdates-REPO-86285942eeae63d4bf6efad07ccb14740ab4a1ae.tar.bz2
NotEnoughUpdates-REPO-86285942eeae63d4bf6efad07ccb14740ab4a1ae.zip
Added tung plate time and some misc fixes (#1158)
Diffstat (limited to 'constants')
-rw-r--r--constants/misc.json9
-rw-r--r--constants/parents.json3
2 files changed, 9 insertions, 3 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"
],