fgo-api-types 2025.9.7.7.56.10__tar.gz → 2025.9.12.13.27.59__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.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/PKG-INFO +1 -1
- {fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/fgo_api_types/gameenums.py +2 -2
- {fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/pyproject.toml +1 -1
- {fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/LICENSE +0 -0
- {fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/README.md +0 -0
- {fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/fgo_api_types/__init__.py +0 -0
- {fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/fgo_api_types/base.py +0 -0
- {fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/fgo_api_types/basic.py +0 -0
- {fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/fgo_api_types/common.py +0 -0
- {fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/fgo_api_types/enums.py +0 -0
- {fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/fgo_api_types/nice.py +0 -0
- {fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/fgo_api_types/raw.py +0 -0
- {fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/fgo_api_types/rayshift.py +0 -0
- {fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/fgo_api_types/search.py +0 -0
{fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/fgo_api_types/gameenums.py
RENAMED
@@ -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"
|
File without changes
|
File without changes
|
{fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/fgo_api_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fgo_api_types-2025.9.7.7.56.10 → fgo_api_types-2025.9.12.13.27.59}/fgo_api_types/rayshift.py
RENAMED
File without changes
|
File without changes
|