diff options
author | Roman / Linnea Gräf <nea@nea.moe> | 2023-06-23 11:38:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-23 19:38:42 +1000 |
commit | 7c9262c3ec4cd17ca18bc464d8adf10d36f592e4 (patch) | |
tree | 67718e67176589f5970bc90c3e4db2fa3c51a2ee /constants/misc.json | |
parent | 38a2c295289dae2cf5de3e6c40694a76156cb54a (diff) | |
download | NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.gz NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.tar.bz2 NotEnoughUpdates-REPO-7c9262c3ec4cd17ca18bc464d8adf10d36f592e4.zip |
Rift (#944)
Co-authored-by: jani270 <jani270@gmx.de>
Diffstat (limited to 'constants/misc.json')
-rw-r--r-- | constants/misc.json | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/constants/misc.json b/constants/misc.json index c6a5e15a..16ae66e4 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -77,7 +77,8 @@ "dungeon_hub": "Dungeon Hub", "crystal_hollows": "Crystal Hollows", "instanced": "Kuudra's End", - "garden": "The Garden" + "garden": "The Garden", + "rift": "Rift" }, "talisman_upgrades": { "WOLF_TALISMAN": [ @@ -1340,6 +1341,13 @@ "PARTY_HAT_CRAB_RED_ANIMATED", "PARTY_HAT_CRAB_AQUA_ANIMATED", "PARTY_HAT_CRAB_YELLOW_ANIMATED" + ], + "BLOOD_DONOR_TALISMAN": [ + "BLOOD_DONOR_RING", + "BLOOD_DONOR_ARTIFACT" + ], + "BLOOD_DONOR_RING": [ + "BLOOD_DONOR_ARTIFACT" ] }, "special_bois": [ @@ -1639,7 +1647,8 @@ "HARD_STONE_GENERATOR": 12, "RED_SAND_GENERATOR": 12, "MYCELIUM_GENERATOR": 12, - "INFERNO_GENERATOR": 11 + "INFERNO_GENERATOR": 11, + "VAMPIRE_GENERATOR": 11 }, "credits": { "itemid": "writable_book", |