fgo-api-types 2025.8.6.12.35.23__py3-none-any.whl → 2025.8.6.13.6.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fgo_api_types/enums.py +6 -3
- {fgo_api_types-2025.8.6.12.35.23.dist-info → fgo_api_types-2025.8.6.13.6.6.dist-info}/METADATA +1 -1
- {fgo_api_types-2025.8.6.12.35.23.dist-info → fgo_api_types-2025.8.6.13.6.6.dist-info}/RECORD +5 -5
- {fgo_api_types-2025.8.6.12.35.23.dist-info → fgo_api_types-2025.8.6.13.6.6.dist-info}/LICENSE +0 -0
- {fgo_api_types-2025.8.6.12.35.23.dist-info → fgo_api_types-2025.8.6.13.6.6.dist-info}/WHEEL +0 -0
fgo_api_types/enums.py
CHANGED
@@ -365,6 +365,7 @@ class SvtClass(StrEnum):
|
|
365
365
|
uOlgaMarieAqua = "uOlgaMarieAqua"
|
366
366
|
uOlgaMarieGrand = "uOlgaMarieGrand"
|
367
367
|
uOlgaMarieStellar = "uOlgaMarieStellar"
|
368
|
+
unBeastOlgaMarie = "unBeastOlgaMarie"
|
368
369
|
aquaFragment = "aquaFragment"
|
369
370
|
unknown = "unknown"
|
370
371
|
agarthaPenth = "agarthaPenth"
|
@@ -399,7 +400,6 @@ class SvtClass(StrEnum):
|
|
399
400
|
grandUnBeastDraco = "grandUnBeastDraco"
|
400
401
|
grandUnBeastEresh = "grandUnBeastEresh"
|
401
402
|
grandUnBeastUOlgaMarie = "grandUnBeastUOlgaMarie"
|
402
|
-
unBeastOlgaMarie = "unBeast"
|
403
403
|
|
404
404
|
|
405
405
|
CLASS_NAME: dict[int, SvtClass] = {
|
@@ -741,7 +741,7 @@ class Trait(StrEnum):
|
|
741
741
|
classAlterEgo = "classAlterEgo"
|
742
742
|
classAvenger = "classAvenger"
|
743
743
|
classDemonGodPillar = "classDemonGodPillar"
|
744
|
-
|
744
|
+
classLoreGrandCaster = "classLoreGrandCaster"
|
745
745
|
classBeastI = "classBeastI"
|
746
746
|
classBeastII = "classBeastII"
|
747
747
|
classMoonCancer = "classMoonCancer"
|
@@ -755,10 +755,12 @@ class Trait(StrEnum):
|
|
755
755
|
classGrandUnBeastUOlgaMarieAlienGod = "classGrandUnBeastUOlgaMarieAlienGod"
|
756
756
|
classAquaFragment = "classAquaFragment"
|
757
757
|
classUOlgaMarieStellar = "classUOlgaMarieStellar"
|
758
|
+
classUnBeastOlgaMarie = "classUnBeastOlgaMarie"
|
758
759
|
classGrandSaber = "classGrandSaber"
|
759
760
|
classGrandLancer = "classGrandLancer"
|
760
761
|
classGrandArcher = "classGrandArcher"
|
761
762
|
classGrandRider = "classGrandRider"
|
763
|
+
classGrandCaster = "classGrandCaster"
|
762
764
|
classGrandAssassin = "classGrandAssassin"
|
763
765
|
classGrandBerserker = "classGrandBerserker"
|
764
766
|
classGrandShielder = "classGrandShielder"
|
@@ -1126,7 +1128,7 @@ TRAIT_NAME: dict[int, Trait] = {
|
|
1126
1128
|
109: Trait.classAlterEgo,
|
1127
1129
|
110: Trait.classAvenger,
|
1128
1130
|
111: Trait.classDemonGodPillar,
|
1129
|
-
112: Trait.
|
1131
|
+
112: Trait.classLoreGrandCaster,
|
1130
1132
|
113: Trait.classBeastI,
|
1131
1133
|
114: Trait.classBeastII,
|
1132
1134
|
115: Trait.classMoonCancer,
|
@@ -1145,6 +1147,7 @@ TRAIT_NAME: dict[int, Trait] = {
|
|
1145
1147
|
129: Trait.classBeastEresh,
|
1146
1148
|
130: Trait.classUOlgaMarieGrand,
|
1147
1149
|
131: Trait.classUOlgaMarieStellar,
|
1150
|
+
132: Trait.classUnBeastOlgaMarie,
|
1148
1151
|
133: Trait.classGrandUnBeastUOlgaMarieAlienGod,
|
1149
1152
|
134: Trait.classAquaFragment,
|
1150
1153
|
135: Trait.classBeast,
|
{fgo_api_types-2025.8.6.12.35.23.dist-info → fgo_api_types-2025.8.6.13.6.6.dist-info}/RECORD
RENAMED
@@ -2,13 +2,13 @@ fgo_api_types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
fgo_api_types/base.py,sha256=lNLs5_mzc3x1Cl8Mxvdxw4jOcGld9Bwv28okCsM1B3M,353
|
3
3
|
fgo_api_types/basic.py,sha256=EwQoPT_c_LJe22JZek_L-q_ax3Yocy4hceSlEDdzPdo,4589
|
4
4
|
fgo_api_types/common.py,sha256=NZCkvmf6wSvSqh3IUd-l_ta1O3Uv-oofd0zoxxCF4U0,4565
|
5
|
-
fgo_api_types/enums.py,sha256=
|
5
|
+
fgo_api_types/enums.py,sha256=UQy0wLtwrIM-Mb5AoXEGMePkzFZ-m04KjH1j6rgfYfs,47856
|
6
6
|
fgo_api_types/gameenums.py,sha256=uhfpmpVgsyd2MFUVv2EJhvFl4rT_fRQWsvKErxlxsrc,224956
|
7
7
|
fgo_api_types/nice.py,sha256=oMagfSPBxsq4Uvf-cX_i0ibqc8_YBben5DJ6DKfyVec,98537
|
8
8
|
fgo_api_types/raw.py,sha256=ZDjm3SPrK2r8N5gDQ5GRcjTrtsryp-APG8tSC_izHsQ,64410
|
9
9
|
fgo_api_types/rayshift.py,sha256=GctwvpMBMVEd18_KuTAIMC4aY5_2WuC77-81skk55xM,4854
|
10
10
|
fgo_api_types/search.py,sha256=N1vZh1oGLhyrYRd_Ctcm-iUUynrzRPCiZUFxly3qjP0,19996
|
11
|
-
fgo_api_types-2025.8.6.
|
12
|
-
fgo_api_types-2025.8.6.
|
13
|
-
fgo_api_types-2025.8.6.
|
14
|
-
fgo_api_types-2025.8.6.
|
11
|
+
fgo_api_types-2025.8.6.13.6.6.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
12
|
+
fgo_api_types-2025.8.6.13.6.6.dist-info/METADATA,sha256=3ri9PMPlnxXdeIR0ttOOQxfkXh7UXDHCcyJ8b5FmEfI,1303
|
13
|
+
fgo_api_types-2025.8.6.13.6.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
14
|
+
fgo_api_types-2025.8.6.13.6.6.dist-info/RECORD,,
|
{fgo_api_types-2025.8.6.12.35.23.dist-info → fgo_api_types-2025.8.6.13.6.6.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|