Add rarity to set

This commit is contained in:
Sakura Knoll
2022-01-02 17:38:47 +09:00 Unverified
parent 128deaa9d3
commit c2470595f3
136 changed files with 353 additions and 217 deletions
+1
View File
@@ -25,4 +25,5 @@ export interface StigmataSet {
twoSetSkill: StigmataSkill
threeSetSkill: StigmataSkill
version?: string
rarity: 3 | 4 | 5
}