@@ -364,6 +364,7 @@ class SvtClass(StrEnum):
364364 beastEresh = "beastEresh"
365365 uOlgaMarieAqua = "uOlgaMarieAqua"
366366 uOlgaMarieGrand = "uOlgaMarieGrand"
367+ uOlgaMarieStellar = "uOlgaMarieStellar"
367368 aquaFragment = "aquaFragment"
368369 unknown = "unknown"
369370 agarthaPenth = "agarthaPenth"
@@ -394,11 +395,11 @@ class SvtClass(StrEnum):
394395 grandMoonCancer = "grandMoonCancer"
395396 grandForeigner = "grandForeigner"
396397 grandPretender = "grandPretender"
397- grandUnBeastUPlanetOlgaMarie = "grandUnBeastUPlanetOlgaMarie "
398- grandUnBeastDoraco = "grandUnBeastDoraco "
398+ grandUnBeastUOlgaMarieAlienGod = "grandUnBeastUOlgaMarieAlienGod "
399+ grandUnBeastDraco = "grandUnBeastDraco "
399400 grandUnBeastEresh = "grandUnBeastEresh"
400401 grandUnBeastUOlgaMarie = "grandUnBeastUOlgaMarie"
401- unBeast = "unBeast"
402+ unBeastOlgaMarie = "unBeast"
402403
403404
404405CLASS_NAME : dict [int , SvtClass ] = {
@@ -441,7 +442,8 @@ class SvtClass(StrEnum):
441442 38 : SvtClass .beastEresh ,
442443 37 : SvtClass .uOlgaMarieAqua ,
443444 39 : SvtClass .uOlgaMarieGrand ,
444- 40 : SvtClass .unBeast ,
445+ 40 : SvtClass .unBeastOlgaMarie ,
446+ 41 : SvtClass .uOlgaMarieStellar ,
445447 96 : SvtClass .aquaFragment ,
446448 97 : SvtClass .unknown ,
447449 # 98
@@ -475,8 +477,8 @@ class SvtClass(StrEnum):
475477 10023 : SvtClass .grandMoonCancer ,
476478 10025 : SvtClass .grandForeigner ,
477479 10028 : SvtClass .grandPretender ,
478- 10031 : SvtClass .grandUnBeastUPlanetOlgaMarie ,
479- 10033 : SvtClass .grandUnBeastDoraco ,
480+ 10031 : SvtClass .grandUnBeastUOlgaMarieAlienGod ,
481+ 10033 : SvtClass .grandUnBeastDraco ,
480482 10038 : SvtClass .grandUnBeastEresh ,
481483 10040 : SvtClass .grandUnBeastUOlgaMarie ,
482484}
@@ -749,6 +751,24 @@ class Trait(StrEnum):
749751 classBeastUnknown = "classBeastUnknown"
750752 classPretender = "classPretender"
751753 classUOlgaMarie = "classUOlgaMarie"
754+ classUOlgaMarieGrand = "classUOlgaMarieGrand"
755+ classGrandUnBeastUOlgaMarieAlienGod = "classGrandUnBeastUOlgaMarieAlienGod"
756+ classAquaFragment = "classAquaFragment"
757+ classUOlgaMarieStellar = "classUOlgaMarieStellar"
758+ classGrandSaber = "classGrandSaber"
759+ classGrandLancer = "classGrandLancer"
760+ classGrandArcher = "classGrandArcher"
761+ classGrandRider = "classGrandRider"
762+ classGrandAssassin = "classGrandAssassin"
763+ classGrandBerserker = "classGrandBerserker"
764+ classGrandShielder = "classGrandShielder"
765+ classGrandRuler = "classGrandRuler"
766+ classGrandAlterego = "classGrandAlterego"
767+ classGrandAvenger = "classGrandAvenger"
768+ classGrandMoonCancer = "classGrandMoonCancer"
769+ classGrandForeigner = "classGrandForeigner"
770+ classGrandPretender = "classGrandPretender"
771+ classGrandUnBeast = "classGrandUnBeast"
752772 attributeSky = "attributeSky"
753773 attributeEarth = "attributeEarth"
754774 attributeHuman = "attributeHuman"
@@ -1078,7 +1098,6 @@ class Trait(StrEnum):
10781098 buffSpecialInvinciblePierce = "buffSpecialInvinciblePierce"
10791099 sakuraSeries = "sakuraSeries"
10801100 buffDefenceDown = "buffDefenceDown"
1081- classUOlgaMarieGrand = "classUOlgaMarieGrand"
10821101 fieldHeaven = "fieldHeaven"
10831102 fieldHell = "fieldHell"
10841103 markOfSin = "markOfSin"
@@ -1125,7 +1144,25 @@ class Trait(StrEnum):
11251144 127 : Trait .classUOlgaMarieFlare ,
11261145 129 : Trait .classBeastEresh ,
11271146 130 : Trait .classUOlgaMarieGrand ,
1147+ 131 : Trait .classUOlgaMarieStellar ,
1148+ 133 : Trait .classGrandUnBeastUOlgaMarieAlienGod ,
1149+ 134 : Trait .classAquaFragment ,
11281150 135 : Trait .classBeast ,
1151+ 180 : Trait .classGrandSaber ,
1152+ 181 : Trait .classGrandLancer ,
1153+ 182 : Trait .classGrandArcher ,
1154+ 183 : Trait .classGrandRider ,
1155+ 184 : Trait .classGrandCaster ,
1156+ 185 : Trait .classGrandAssassin ,
1157+ 186 : Trait .classGrandBerserker ,
1158+ 187 : Trait .classGrandShielder ,
1159+ 188 : Trait .classGrandRuler ,
1160+ 189 : Trait .classGrandAlterego ,
1161+ 190 : Trait .classGrandAvenger ,
1162+ 191 : Trait .classGrandMoonCancer ,
1163+ 192 : Trait .classGrandForeigner ,
1164+ 193 : Trait .classGrandPretender ,
1165+ 194 : Trait .classGrandUnBeast ,
11291166 200 : Trait .attributeSky ,
11301167 201 : Trait .attributeEarth ,
11311168 202 : Trait .attributeHuman ,
0 commit comments