diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-11 16:07:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-11 15:07:55 +0000 |
| commit | 9779e59880693ecde19c1a18256410b59dc1c47e (patch) | |
| tree | 18471480f895ee0738ebaaa06e60737578b76014 /constants | |
| parent | d05e50ee439758526a482e12a15b5fd9588e91fe (diff) | |
| download | NotEnoughUpdates-REPO-9779e59880693ecde19c1a18256410b59dc1c47e.tar.gz NotEnoughUpdates-REPO-9779e59880693ecde19c1a18256410b59dc1c47e.tar.bz2 NotEnoughUpdates-REPO-9779e59880693ecde19c1a18256410b59dc1c47e.zip | |
feat: Rift Items Part 7 (#1508)
* feat: Rift Items Part 7
* feat: Rift Items Part 8
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/islands.json | 7 | ||||
| -rw-r--r-- | constants/misc.json | 8 |
2 files changed, 14 insertions, 1 deletions
diff --git a/constants/islands.json b/constants/islands.json index e09a876f..63c78df7 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -436,6 +436,13 @@ "x": -87, "y": 71, "z": -32 + }, + { + "warp": "rift", + "mode": "rift", + "x": -45, + "y": 122, + "z": 69 } ] } diff --git a/constants/misc.json b/constants/misc.json index 9fa0fb19..088c19fa 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -2512,6 +2512,9 @@ ], "HASTE_RING": [ "HASTE_ARTIFACT" + ], + "IQ_POINT": [ + "TWO_IQ_POINT" ] }, "ignored_talisman": [ @@ -2528,7 +2531,10 @@ "CRUX_TALISMAN_5", "CRUX_TALISMAN_6", "CRUX_TALISMAN_7", - "BINGO_COMBAT_TALISMAN" + "BINGO_COMBAT_TALISMAN", + "COMBO_MANIA_TALISMAN", + "SATELITE", + "RING_OF_ETERNAL_LOVE" ], "special_bois": [ "503450fc72c24e87824394e264977437", |
