We remove the flat list of awakening data, as we will be pulling data from the database
10 lines
189 B
TypeScript
10 lines
189 B
TypeScript
export const MAX_CHARACTER_AWAKENING_LEVEL = 9
|
|
|
|
export const NO_AWAKENING: Awakening = {
|
|
id: '0',
|
|
name: {
|
|
en: 'No awakening',
|
|
jp: '覚醒なし',
|
|
},
|
|
slug: 'no-awakening',
|
|
}
|