mirror of
https://github.com/acid-info/logos-ordinals-dashboard.git
synced 2025-01-29 22:55:11 +00:00
72 lines
1.0 KiB
TypeScript
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]',
|
|
'Cypress',
|
|
'[CYPHERED]',
|
|
'LimeWire',
|
|
'Mariana',
|
|
'Marooned',
|
|
'Nightfall',
|
|
'Phantom',
|
|
'[REDACTED]',
|
|
'Rust',
|
|
'Sanguine',
|
|
'Sulphur',
|
|
'Void',
|
|
]
|
|
|
|
export const SKIN = [
|
|
'[CAMOED]',
|
|
'[CYPHERED]',
|
|
'IC1',
|
|
'IC2',
|
|
'IC3',
|
|
'IC4',
|
|
'IC6',
|
|
'[REDACTED]',
|
|
]
|
|
|
|
export const HELMET = [
|
|
'Aurora crested helm',
|
|
'[CAMOED]',
|
|
'Celestial crested helm',
|
|
'[CYPHERED]',
|
|
'Ethereal crested helm',
|
|
'[REDACTED]',
|
|
'Regal crested helm',
|
|
'Verdant crested helm',
|
|
]
|
|
|
|
export const JACKET = [
|
|
'Amethyst frock coat',
|
|
'[CAMOED]',
|
|
'Carmine frock coat',
|
|
'[CYPHERED]',
|
|
'Cobalt frock coat',
|
|
'Emerald frock coat',
|
|
'[REDACTED]',
|
|
'Sulphur frock coat',
|
|
]
|