File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -353,6 +353,7 @@ export enum StatsName {
353353 CritDmg = "CRIT DMG" ,
354354 CryoDMGBonus = "Cryo DMG Bonus" ,
355355 Def = "DEF%" ,
356+ DendroDMGBonus = "Dendro DMG Bonus" ,
356357 ElectroDMGBonus = "Electro DMG Bonus" ,
357358 ElementalMastery = "Elemental Mastery" ,
358359 EnergyRecharge = "Energy Recharge" ,
@@ -379,7 +380,7 @@ export enum CurveEnum {
379380export interface Meta {
380381 birthMonth ?: number
381382 birthDay ?: number
382- association ?: Association
383+ association ?: string
383384 title : string
384385 detail : string
385386 affiliation ?: string
@@ -391,13 +392,6 @@ export interface Meta {
391392 cvKorean ?: string
392393}
393394
394- export enum Association {
395- Fatui = "Fatui" ,
396- Liyue = "Liyue" ,
397- Mc = "MC" ,
398- Mondstadt = "Mondstadt" ,
399- }
400-
401395export interface Skills {
402396 talents ?: Skill [ ]
403397 ult ?: Skill
You can’t perform that action at this time.
0 commit comments