fgo-api-types 2025.6.20.15.59.3__tar.gz → 2025.6.20.18.13.58__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: fgo-api-types
3
- Version: 2025.6.20.15.59.3
3
+ Version: 2025.6.20.18.13.58
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  Author: squaresmile
6
6
  Author-email: squaresmile@protonmail.com
@@ -641,6 +641,11 @@ class BaseVals(BaseModel):
641
641
  CondParamRangeMaxValue: int | None = None
642
642
  CondParamRangeTargetId: int | None = None
643
643
  ExecOnce: int | None = None
644
+ ApplyBuffIndividuality: list[list[int]] | None = None
645
+ ExecWhenCanNotAttack: int | None = None
646
+ ExecEvenCardSelectState: int | None = None
647
+ OverwriteShift: int | None = None
648
+ IgnoreShiftWhiteFade: int | None = None
644
649
  # Extra dataval from SkillLvEntty.DIC_KEY_APPLY_SUPPORT_SVT
645
650
  ApplySupportSvt: Optional[int] = None
646
651
  # These are not DataVals but guesses from SkillLvEntity and EventDropUpValInfo
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "fgo-api-types"
3
- version = "2025.06.20.15.59.03"
3
+ version = "2025.06.20.18.13.58"
4
4
  description = "Provide Pydantic types from FGO API"
5
5
  authors = ["squaresmile <squaresmile@protonmail.com>"]
6
6
  readme = "README.md"