diff --git a/src/constants/rift.js b/src/constants/rift.js index e6e206e16e..305335c3e1 100644 --- a/src/constants/rift.js +++ b/src/constants/rift.js @@ -23,6 +23,10 @@ export const RIFT_EYES = [ name: "The Prince", texture: "f26bde45049c7b7d34605d806a06829b6f955b856a5991fd33e7eabce44c0834", }, + { + name: "The 7th Sin", + texture: "17db1923d03c4ef4e9f6e872c5a6ad2578b1aff2b281fbc3ffa7466c825fb9", + }, ]; export const RIFT_TIMECHARMS = [ @@ -68,8 +72,14 @@ export const RIFT_TIMECHARMS = [ id: 152, damage: 0, }, + { + name: "Celestial Timecharm", + type: "mountain", + id: 22, + damage: 0, + }, ]; -export const RIFT_ENIGMA_SOULS = 42; +export const RIFT_ENIGMA_SOULS = 52; export const MAX_GRUBBER_STACKS = 5;