fgo-api-types 2025.8.6.8.36.58__tar.gz → 2025.8.6.11.16.2__tar.gz
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-2025.8.6.8.36.58 → fgo_api_types-2025.8.6.11.16.2}/PKG-INFO +1 -1
- {fgo_api_types-2025.8.6.8.36.58 → fgo_api_types-2025.8.6.11.16.2}/fgo_api_types/enums.py +24 -0
- {fgo_api_types-2025.8.6.8.36.58 → fgo_api_types-2025.8.6.11.16.2}/fgo_api_types/nice.py +4 -0
- {fgo_api_types-2025.8.6.8.36.58 → fgo_api_types-2025.8.6.11.16.2}/fgo_api_types/raw.py +2 -0
- {fgo_api_types-2025.8.6.8.36.58 → fgo_api_types-2025.8.6.11.16.2}/pyproject.toml +1 -1
- {fgo_api_types-2025.8.6.8.36.58 → fgo_api_types-2025.8.6.11.16.2}/LICENSE +0 -0
- {fgo_api_types-2025.8.6.8.36.58 → fgo_api_types-2025.8.6.11.16.2}/README.md +0 -0
- {fgo_api_types-2025.8.6.8.36.58 → fgo_api_types-2025.8.6.11.16.2}/fgo_api_types/__init__.py +0 -0
- {fgo_api_types-2025.8.6.8.36.58 → fgo_api_types-2025.8.6.11.16.2}/fgo_api_types/base.py +0 -0
- {fgo_api_types-2025.8.6.8.36.58 → fgo_api_types-2025.8.6.11.16.2}/fgo_api_types/basic.py +0 -0
- {fgo_api_types-2025.8.6.8.36.58 → fgo_api_types-2025.8.6.11.16.2}/fgo_api_types/common.py +0 -0
- {fgo_api_types-2025.8.6.8.36.58 → fgo_api_types-2025.8.6.11.16.2}/fgo_api_types/gameenums.py +0 -0
- {fgo_api_types-2025.8.6.8.36.58 → fgo_api_types-2025.8.6.11.16.2}/fgo_api_types/rayshift.py +0 -0
- {fgo_api_types-2025.8.6.8.36.58 → fgo_api_types-2025.8.6.11.16.2}/fgo_api_types/search.py +0 -0
@@ -364,6 +364,7 @@ class SvtClass(StrEnum):
|
|
364
364
|
beastEresh = "beastEresh"
|
365
365
|
uOlgaMarieAqua = "uOlgaMarieAqua"
|
366
366
|
uOlgaMarieGrand = "uOlgaMarieGrand"
|
367
|
+
aquaFragment = "aquaFragment"
|
367
368
|
unknown = "unknown"
|
368
369
|
agarthaPenth = "agarthaPenth"
|
369
370
|
cccFinaleEmiyaAlter = "cccFinaleEmiyaAlter"
|
@@ -386,6 +387,17 @@ class SvtClass(StrEnum):
|
|
386
387
|
grandCaster = "grandCaster"
|
387
388
|
grandAssassin = "grandAssassin"
|
388
389
|
grandBerserker = "grandBerserker"
|
390
|
+
grandShielder = "grandShielder"
|
391
|
+
grandRuler = "grandRuler"
|
392
|
+
grandAlterego = "grandAlterego"
|
393
|
+
grandAvenger = "grandAvenger"
|
394
|
+
grandMoonCancer = "grandMoonCancer"
|
395
|
+
grandForeigner = "grandForeigner"
|
396
|
+
grandPretender = "grandPretender"
|
397
|
+
grandUnBeastUPlanetOlgaMarie = "grandUnBeastUPlanetOlgaMarie"
|
398
|
+
grandUnBeastDoraco = "grandUnBeastDoraco"
|
399
|
+
grandUnBeastEresh = "grandUnBeastEresh"
|
400
|
+
grandUnBeastUOlgaMarie = "grandUnBeastUOlgaMarie"
|
389
401
|
unBeast = "unBeast"
|
390
402
|
|
391
403
|
|
@@ -430,6 +442,7 @@ CLASS_NAME: dict[int, SvtClass] = {
|
|
430
442
|
37: SvtClass.uOlgaMarieAqua,
|
431
443
|
39: SvtClass.uOlgaMarieGrand,
|
432
444
|
40: SvtClass.unBeast,
|
445
|
+
96: SvtClass.aquaFragment,
|
433
446
|
97: SvtClass.unknown,
|
434
447
|
# 98
|
435
448
|
# 99
|
@@ -455,6 +468,17 @@ CLASS_NAME: dict[int, SvtClass] = {
|
|
455
468
|
10005: SvtClass.grandCaster,
|
456
469
|
10006: SvtClass.grandAssassin,
|
457
470
|
10007: SvtClass.grandBerserker,
|
471
|
+
10008: SvtClass.grandShielder,
|
472
|
+
10009: SvtClass.grandRuler,
|
473
|
+
10010: SvtClass.grandAlterego,
|
474
|
+
10011: SvtClass.grandAvenger,
|
475
|
+
10023: SvtClass.grandMoonCancer,
|
476
|
+
10025: SvtClass.grandForeigner,
|
477
|
+
10028: SvtClass.grandPretender,
|
478
|
+
10031: SvtClass.grandUnBeastUPlanetOlgaMarie,
|
479
|
+
10033: SvtClass.grandUnBeastDoraco,
|
480
|
+
10038: SvtClass.grandUnBeastEresh,
|
481
|
+
10040: SvtClass.grandUnBeastUOlgaMarie,
|
458
482
|
}
|
459
483
|
|
460
484
|
|
@@ -651,6 +651,7 @@ class BaseVals(BaseModel):
|
|
651
651
|
ApplySupportSvt: int | None = None
|
652
652
|
ApplyHighestValueInFieldGroup: int | None = None
|
653
653
|
IsClassIconChangeSaveGrand: int | None = None
|
654
|
+
PriorityUpHate: int | None = None
|
654
655
|
# These are not DataVals but guesses from SkillLvEntity and EventDropUpValInfo
|
655
656
|
Individuality: Optional[int] = None
|
656
657
|
EventId: Optional[int] = None
|
@@ -1037,6 +1038,7 @@ class NiceCardDetail(BaseModel):
|
|
1037
1038
|
attackNpRate: int | None = None
|
1038
1039
|
defenseNpRate: int | None = None
|
1039
1040
|
dropStarRate: int | None = None
|
1041
|
+
forceAttackFunctionTargetAll: int | None = None
|
1040
1042
|
positionDamageRates: list[int] | None = None
|
1041
1043
|
positionDamageRatesSlideType: NiceSvtCardPositionDamageRatesSlideType | None = None
|
1042
1044
|
overwriteRates: list[SvtCardAddOverwriteRateData] | None = None
|
@@ -3237,10 +3239,12 @@ class NiceGrandGraphDetail(BaseModelORJson):
|
|
3237
3239
|
grandClass: SvtClass | str
|
3238
3240
|
adjustHp: int
|
3239
3241
|
adjustAtk: int
|
3242
|
+
closedMessage: str
|
3240
3243
|
condType: NiceCondType
|
3241
3244
|
condTargetId: int
|
3242
3245
|
condNum: int
|
3243
3246
|
adjustIndividuality: list[NiceTrait]
|
3247
|
+
nameFull: str | None = None
|
3244
3248
|
|
3245
3249
|
|
3246
3250
|
class NiceGrandGraph(BaseModelORJson):
|
@@ -2628,10 +2628,12 @@ class MstGrandGraphDetail(BaseModelORJson):
|
|
2628
2628
|
grandClassId: int
|
2629
2629
|
adjustHp: int
|
2630
2630
|
adjustAtk: int
|
2631
|
+
closedMessage: str | None = None
|
2631
2632
|
condType: int
|
2632
2633
|
condTargetId: int
|
2633
2634
|
condNum: int
|
2634
2635
|
adjustIndividuality: list[int]
|
2636
|
+
nameFull: str | None = None
|
2635
2637
|
|
2636
2638
|
|
2637
2639
|
class MstFuncDisp(BaseModelORJson):
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fgo_api_types-2025.8.6.8.36.58 → fgo_api_types-2025.8.6.11.16.2}/fgo_api_types/gameenums.py
RENAMED
File without changes
|
File without changes
|
File without changes
|