Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion src/constants/rift.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ export const RIFT_EYES = [
name: "The Prince",
texture: "f26bde45049c7b7d34605d806a06829b6f955b856a5991fd33e7eabce44c0834",
},
{
name: "The 7th Sin",
texture: "17db1923d03c4ef4e9f6e872c5a6ad2578b1aff2b281fbc3ffa7466c825fb9",
},
];

export const RIFT_TIMECHARMS = [
Expand Down Expand Up @@ -68,8 +72,14 @@ export const RIFT_TIMECHARMS = [
id: 152,
damage: 0,
},
{
name: "Celestial Timecharm",
type: "celestial",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ID should be mountain

image

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

id: 22,
damage: 0,
},
];

export const RIFT_ENIGMA_SOULS = 42;
export const RIFT_ENIGMA_SOULS = 52;

export const MAX_GRUBBER_STACKS = 5;