2024-10-03 23:41:13 +09:00

72 lines
1.0 KiB
TypeScript

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]',
'[REDACTED]',
'Cypress',
'LimeWire',
'Mariana',
'Marooned',
'Nightfall',
'Phantom',
'Rust',
'Sanguine',
'Sulphur',
'Void',
]
export const SKIN = [
'[CAMOED]',
'[CYPHERED]',
'[REDACTED]',
'IC1',
'IC2',
'IC3',
'IC4',
'IC6',
]
export const HELMET = [
'[CAMOED]',
'[CYPHERED]',
'[REDACTED]',
'Aurora crested helm',
'Celestial crested helm',
'Ethereal crested helm',
'Regal crested helm',
'Verdant crested helm',
]
export const JACKET = [
'[CAMOED]',
'[CYPHERED]',
'[REDACTED]',
'Amethyst frock coat',
'Carmine frock coat',
'Cobalt frock coat',
'Emerald frock coat',
'Sulphur frock coat',
]