fgo-api-types 2025.8.13.15.41.31__tar.gz → 2025.8.14.0.41.27__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.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/PKG-INFO +1 -1
- {fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/fgo_api_types/nice.py +8 -12
- {fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/pyproject.toml +1 -1
- {fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/LICENSE +0 -0
- {fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/README.md +0 -0
- {fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/fgo_api_types/__init__.py +0 -0
- {fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/fgo_api_types/base.py +0 -0
- {fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/fgo_api_types/basic.py +0 -0
- {fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/fgo_api_types/common.py +0 -0
- {fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/fgo_api_types/enums.py +0 -0
- {fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/fgo_api_types/gameenums.py +0 -0
- {fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/fgo_api_types/raw.py +0 -0
- {fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/fgo_api_types/rayshift.py +0 -0
- {fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/fgo_api_types/search.py +0 -0
@@ -755,6 +755,14 @@ class SelectTreasureDeviceInfo(BaseModel):
|
|
755
755
|
messageOnSelected: str
|
756
756
|
|
757
757
|
|
758
|
+
class CondBranchSkillInfo(BaseModel):
|
759
|
+
condType: NiceBattleBranchSkillCondBranchType
|
760
|
+
condValue: list[int]
|
761
|
+
skillId: int
|
762
|
+
detailText: str
|
763
|
+
iconBuffId: int
|
764
|
+
|
765
|
+
|
758
766
|
class NiceSkillScript(BaseModel):
|
759
767
|
NP_HIGHER: Optional[list[int]] = None
|
760
768
|
NP_LOWER: Optional[list[int]] = None
|
@@ -775,17 +783,6 @@ class NiceSkillScript(BaseModel):
|
|
775
783
|
IgnoreBattlePointUp: list[list[int]] | None = None
|
776
784
|
tdChangeByBattlePoint: list[TdChangeByBattlePoint] | None = None
|
777
785
|
selectTreasureDeviceInfo: list[SelectTreasureDeviceInfo] | None = None
|
778
|
-
|
779
|
-
|
780
|
-
class CondBranchSkillInfo(BaseModel):
|
781
|
-
condType: NiceBattleBranchSkillCondBranchType
|
782
|
-
condValue: list[int]
|
783
|
-
skillId: int
|
784
|
-
detailText: str
|
785
|
-
iconBuffId: int
|
786
|
-
|
787
|
-
|
788
|
-
class NiceSkillEntityScript(BaseModel):
|
789
786
|
condBranchSkillInfo: list[CondBranchSkillInfo] | None = None
|
790
787
|
|
791
788
|
|
@@ -857,7 +854,6 @@ class NiceSkill(BaseModelORJson):
|
|
857
854
|
coolDown: list[int]
|
858
855
|
actIndividuality: list[NiceTrait]
|
859
856
|
script: NiceSkillScript
|
860
|
-
skillEntityScript: NiceSkillEntityScript | None = None
|
861
857
|
extraPassive: list[ExtraPassive]
|
862
858
|
skillAdd: list[NiceSkillAdd]
|
863
859
|
skillSvts: list[NiceSkillSvt] = []
|
File without changes
|
File without changes
|
{fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/fgo_api_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/fgo_api_types/common.py
RENAMED
File without changes
|
File without changes
|
{fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/fgo_api_types/gameenums.py
RENAMED
File without changes
|
File without changes
|
{fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/fgo_api_types/rayshift.py
RENAMED
File without changes
|
{fgo_api_types-2025.8.13.15.41.31 → fgo_api_types-2025.8.14.0.41.27}/fgo_api_types/search.py
RENAMED
File without changes
|