@battle-racing/br-common-lib
Version:
Common library for all Battle Racing Repositorios
25 lines (24 loc) • 668 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.POWER_UP_TARGET = exports.POWER_UP_TYPE = exports.POWER_UP_NAME = void 0;
exports.POWER_UP_NAME = {
BATTLE_GOD: 'Battle God',
BATTLE_STAR: 'Battle Star',
BATTLE_SHOT: 'Battle Shot',
BATTLE_NITRO: 'Battle Nitro',
BATTLE_PULSE: 'Battle Pulse',
BATTLE_TRAP: 'Battle Trap',
BATTLE_SHIELD: 'Battle Shield',
BATTLE_TURBO: 'Battle Turbo',
BATTLE_BLUE_SHOT: 'Battle Blue Shot',
};
exports.POWER_UP_TYPE = {
Damage: 'Damage',
Shield: 'Shield',
Speed: 'Speed',
};
exports.POWER_UP_TARGET = {
Self: 'Self',
Any: 'Any',
All: 'All',
};