Hide incoplete stigmata set data

This commit is contained in:
Sakura Knoll
2022-01-02 18:10:57 +09:00 Unverified
parent 3469c71363
commit 7d0574822e
9 changed files with 18 additions and 9 deletions
+2 -1
View File
@@ -24,6 +24,7 @@ export interface StigmataSet {
altName: string
twoSetSkill: StigmataSkill
threeSetSkill: StigmataSkill
version?: string
rarity: 3 | 4 | 5
version?: string
hidden?: boolean
}