logos-ordinals-dashboard/constants/operators.ts

72 lines
1.0 KiB
TypeScript
Raw Normal View History

2024-10-01 14:22:26 +00:00
import { Archetype } from '../types/operators'
export const ARCHETYPE: Archetype[] = [
'Alchemist',
'Artisan',
'Explorer',
'Illuminator',
'Magician',
'Memetic',
'Oracle',
'Outlaw',
'Philosopher',
'Polymath',
]
export const COMP = [
'Ascii',
'Ascii_RGB',
'RetroScreen',
'RetroVHS',
'SketchStar',
]
export const BACKGROUND = [
'[CAMOED]',
'[CYPHERED]',
2024-10-03 14:41:13 +00:00
'[REDACTED]',
'Cypress',
'LimeWire',
2024-10-01 14:22:26 +00:00
'Mariana',
'Marooned',
'Nightfall',
'Phantom',
'Rust',
'Sanguine',
'Sulphur',
'Void',
2024-10-01 14:22:26 +00:00
]
export const SKIN = [
'[CAMOED]',
'[CYPHERED]',
2024-10-03 14:41:13 +00:00
'[REDACTED]',
'IC1',
2024-10-01 14:22:26 +00:00
'IC2',
'IC3',
'IC4',
'IC6',
2024-10-01 14:22:26 +00:00
]
export const HELMET = [
'[CAMOED]',
'[CYPHERED]',
'[REDACTED]',
2024-10-03 14:41:13 +00:00
'Aurora crested helm',
'Celestial crested helm',
'Ethereal crested helm',
2024-10-01 14:22:26 +00:00
'Regal crested helm',
'Verdant crested helm',
2024-10-01 14:22:26 +00:00
]
export const JACKET = [
'[CAMOED]',
'[CYPHERED]',
2024-10-03 14:41:13 +00:00
'[REDACTED]',
'Amethyst frock coat',
'Carmine frock coat',
2024-10-01 14:22:26 +00:00
'Cobalt frock coat',
'Emerald frock coat',
2024-10-01 14:22:26 +00:00
'Sulphur frock coat',
]