fgo-api-types 2025.9.7.7.56.10__py3-none-any.whl → 2025.9.12.20.3.14__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/gameenums.py +5 -5
- {fgo_api_types-2025.9.7.7.56.10.dist-info → fgo_api_types-2025.9.12.20.3.14.dist-info}/METADATA +1 -1
- {fgo_api_types-2025.9.7.7.56.10.dist-info → fgo_api_types-2025.9.12.20.3.14.dist-info}/RECORD +5 -5
- {fgo_api_types-2025.9.7.7.56.10.dist-info → fgo_api_types-2025.9.12.20.3.14.dist-info}/LICENSE +0 -0
- {fgo_api_types-2025.9.7.7.56.10.dist-info → fgo_api_types-2025.9.12.20.3.14.dist-info}/WHEEL +0 -0
fgo_api_types/gameenums.py
CHANGED
@@ -349,7 +349,7 @@ class NiceFuncType(StrEnum):
|
|
349
349
|
shortenUserEquipSkill = "shortenUserEquipSkill"
|
350
350
|
quickChangeBg = "quickChangeBg"
|
351
351
|
shiftServant = "shiftServant"
|
352
|
-
damageNpAndOrCheckIndividuality = "
|
352
|
+
damageNpAndOrCheckIndividuality = "damageNpAndOrCheckIndividuality"
|
353
353
|
absorbNpturn = "absorbNpturn"
|
354
354
|
overwriteDeadType = "overwriteDeadType"
|
355
355
|
forceAllBuffNoact = "forceAllBuffNoact"
|
@@ -1547,7 +1547,7 @@ class NiceBuffAction(StrEnum):
|
|
1547
1547
|
damage = "damage"
|
1548
1548
|
damageIndividuality = "damageIndividuality"
|
1549
1549
|
damageIndividualityActiveonly = "damageIndividualityActiveonly"
|
1550
|
-
damageDef = "
|
1550
|
+
damageDef = "damageDef"
|
1551
1551
|
criticalDamage = "criticalDamage"
|
1552
1552
|
npdamage = "npdamage"
|
1553
1553
|
givenDamage = "givenDamage"
|
@@ -2584,7 +2584,7 @@ class CardType(IntEnum):
|
|
2584
2584
|
WEAKALT1 = 21
|
2585
2585
|
WEAKALT2 = 22
|
2586
2586
|
BUSTERALT1 = 60
|
2587
|
-
|
2587
|
+
EXTRA2 = 104
|
2588
2588
|
|
2589
2589
|
|
2590
2590
|
class NiceCardType(StrEnum):
|
@@ -2601,7 +2601,7 @@ class NiceCardType(StrEnum):
|
|
2601
2601
|
weakalt1 = "weakalt1"
|
2602
2602
|
weakalt2 = "weakalt2"
|
2603
2603
|
busteralt1 = "busteralt1"
|
2604
|
-
|
2604
|
+
extra2 = "extra2"
|
2605
2605
|
|
2606
2606
|
|
2607
2607
|
CARD_TYPE_NAME: dict[int, NiceCardType] = {
|
@@ -2616,7 +2616,7 @@ CARD_TYPE_NAME: dict[int, NiceCardType] = {
|
|
2616
2616
|
21: NiceCardType.weakalt1,
|
2617
2617
|
22: NiceCardType.weakalt2,
|
2618
2618
|
60: NiceCardType.busteralt1,
|
2619
|
-
104: NiceCardType.
|
2619
|
+
104: NiceCardType.extra2,
|
2620
2620
|
}
|
2621
2621
|
|
2622
2622
|
|
{fgo_api_types-2025.9.7.7.56.10.dist-info → fgo_api_types-2025.9.12.20.3.14.dist-info}/RECORD
RENAMED
@@ -3,12 +3,12 @@ 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
5
|
fgo_api_types/enums.py,sha256=UQy0wLtwrIM-Mb5AoXEGMePkzFZ-m04KjH1j6rgfYfs,47856
|
6
|
-
fgo_api_types/gameenums.py,sha256=
|
6
|
+
fgo_api_types/gameenums.py,sha256=FZA0AnU23kbjKgeQNeHRBW4Bb7U4WJ9N9WffGEYMtgk,227506
|
7
7
|
fgo_api_types/nice.py,sha256=s4Pho3_BAwU9r2ug1yr8BDypMfiWGV1WOKKn7erqeF8,99081
|
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.9.
|
12
|
-
fgo_api_types-2025.9.
|
13
|
-
fgo_api_types-2025.9.
|
14
|
-
fgo_api_types-2025.9.
|
11
|
+
fgo_api_types-2025.9.12.20.3.14.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
12
|
+
fgo_api_types-2025.9.12.20.3.14.dist-info/METADATA,sha256=V9_78089_I3b53fbs4q9lbteQA-HJm9bUn_npsaUsbs,1305
|
13
|
+
fgo_api_types-2025.9.12.20.3.14.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
14
|
+
fgo_api_types-2025.9.12.20.3.14.dist-info/RECORD,,
|
{fgo_api_types-2025.9.7.7.56.10.dist-info → fgo_api_types-2025.9.12.20.3.14.dist-info}/LICENSE
RENAMED
File without changes
|
{fgo_api_types-2025.9.7.7.56.10.dist-info → fgo_api_types-2025.9.12.20.3.14.dist-info}/WHEEL
RENAMED
File without changes
|