Rename strenghts to features

This commit is contained in:
Sakura Knoll
2022-01-01 21:18:25 +09:00 Unverified
parent d7d94f2ba2
commit bd4e426a96
84 changed files with 96 additions and 107 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ export interface ElfData {
id: string
name: string
baseRank: number
strengths: string[]
features: string[]
skillRows: [ElfSkill[], ElfSkill[], ElfSkill[], ElfSkill[]]
version: string
}