This method elementalizes aetherial mastery strings based on a GridCharacter. Also add the opposite element's ID to TeamElement.
8 lines
105 B
TypeScript
8 lines
105 B
TypeScript
interface TeamElement {
|
|
id: number
|
|
opposite_id: number
|
|
name: {
|
|
en: string
|
|
ja: string
|
|
}
|
|
}
|