@battle-racing/br-common-lib
Version:
Common library for all Battle Racing Repositorios
20 lines (18 loc) • 413 B
text/typescript
export const DAMAGE_EFFECT = {
GENERIC: 'Generic',
TRAP_HIT: 'Trap Hit',
PULSE_HIT: 'Pulse Hit',
STAR_HIT_LEFT: 'Star Hit Left',
STAR_HIT_RIGHT: 'Star Hit Right',
SHOT_HIT: 'Shot Hit',
SHORTCUT: 'Shortcut',
BLUE_SHOT_HIT: 'Blue Shot Hit',
} as const;
export const DAMAGE_TARGET = {
ANY: 'Any',
ALL: 'All',
FIRST: 'First',
LAST: 'Last',
NEXT: 'Next',
PREVIOUS: 'Previous',
} as const;