mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-02 00:23:57 -05:00
8 lines
197 B
TypeScript
8 lines
197 B
TypeScript
export const BADGE = {
|
|
SMALL_BADGES_PER_DISPLAY_PAGE: 9,
|
|
};
|
|
|
|
export const SPLATOON_3_XP_BADGE_VALUES = [
|
|
5000, 4500, 4000, 3500, 3400, 3300, 3200, 3100, 3000, 2900, 2800, 2700, 2600,
|
|
] as const;
|