fgo-api-types 2025.8.3.9.54.3__py3-none-any.whl → 2025.8.4.14.3.37__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/nice.py +11 -0
- fgo_api_types/raw.py +1 -1
- {fgo_api_types-2025.8.3.9.54.3.dist-info → fgo_api_types-2025.8.4.14.3.37.dist-info}/METADATA +1 -1
- {fgo_api_types-2025.8.3.9.54.3.dist-info → fgo_api_types-2025.8.4.14.3.37.dist-info}/RECORD +6 -6
- {fgo_api_types-2025.8.3.9.54.3.dist-info → fgo_api_types-2025.8.4.14.3.37.dist-info}/LICENSE +0 -0
- {fgo_api_types-2025.8.3.9.54.3.dist-info → fgo_api_types-2025.8.4.14.3.37.dist-info}/WHEEL +0 -0
fgo_api_types/nice.py
CHANGED
@@ -1019,6 +1019,16 @@ class ExtraAssets(ExtraCCAssets):
|
|
1019
1019
|
facesChange: ExtraAssetsUrl
|
1020
1020
|
|
1021
1021
|
|
1022
|
+
class SvtCardAddOverwriteRateData(BaseModel):
|
1023
|
+
condType: str
|
1024
|
+
condValue: int
|
1025
|
+
damageRate: int | None = None
|
1026
|
+
attackNpRate: int | None = None
|
1027
|
+
defenseNpRate: int | None = None
|
1028
|
+
dropStarRate: int | None = None
|
1029
|
+
iconBuffId: int | None = None
|
1030
|
+
|
1031
|
+
|
1022
1032
|
class NiceCardDetail(BaseModel):
|
1023
1033
|
hitsDistribution: list[int]
|
1024
1034
|
attackIndividuality: list[NiceTrait]
|
@@ -1029,6 +1039,7 @@ class NiceCardDetail(BaseModel):
|
|
1029
1039
|
dropStarRate: int | None = None
|
1030
1040
|
positionDamageRates: list[int] | None = None
|
1031
1041
|
positionDamageRatesSlideType: NiceSvtCardPositionDamageRatesSlideType | None = None
|
1042
|
+
overwriteRates: list[SvtCardAddOverwriteRateData] | None = None
|
1032
1043
|
|
1033
1044
|
|
1034
1045
|
AscensionAddData = TypeVar("AscensionAddData")
|
fgo_api_types/raw.py
CHANGED
@@ -4,11 +4,11 @@ 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
5
|
fgo_api_types/enums.py,sha256=Pu4o_f6xydspoMyfRxZiuvPxrUgVjuncX7rFKDtlXpM,45217
|
6
6
|
fgo_api_types/gameenums.py,sha256=lhX4N1JgzVOHcFxLi-SbtlqSd0Mgx3SryVUiWbA7zqc,224656
|
7
|
-
fgo_api_types/nice.py,sha256=
|
8
|
-
fgo_api_types/raw.py,sha256=
|
7
|
+
fgo_api_types/nice.py,sha256=LVQe-rz0ER1faEekPFF5C_sPwodlzYNmDf9lUiyhmfQ,98392
|
8
|
+
fgo_api_types/raw.py,sha256=pVH3KTwn6st7H6mvjIE2PN98-8kH8DKYZtt-TBYW0CU,64341
|
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.
|
12
|
-
fgo_api_types-2025.8.
|
13
|
-
fgo_api_types-2025.8.
|
14
|
-
fgo_api_types-2025.8.
|
11
|
+
fgo_api_types-2025.8.4.14.3.37.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
12
|
+
fgo_api_types-2025.8.4.14.3.37.dist-info/METADATA,sha256=3g910fYVKgaV13zFSYxqiepjOS3jzqUB4Vrw6EvNM6Y,1304
|
13
|
+
fgo_api_types-2025.8.4.14.3.37.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
14
|
+
fgo_api_types-2025.8.4.14.3.37.dist-info/RECORD,,
|
{fgo_api_types-2025.8.3.9.54.3.dist-info → fgo_api_types-2025.8.4.14.3.37.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|