fgo-api-types 2025.7.2.10.38.33__tar.gz → 2025.7.2.12.12.43__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.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/PKG-INFO +1 -1
- {fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/fgo_api_types/enums.py +2 -0
- {fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/fgo_api_types/nice.py +2 -0
- {fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/pyproject.toml +1 -1
- {fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/LICENSE +0 -0
- {fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/README.md +0 -0
- {fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/fgo_api_types/__init__.py +0 -0
- {fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/fgo_api_types/base.py +0 -0
- {fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/fgo_api_types/basic.py +0 -0
- {fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/fgo_api_types/common.py +0 -0
- {fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/fgo_api_types/gameenums.py +0 -0
- {fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/fgo_api_types/raw.py +0 -0
- {fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/fgo_api_types/rayshift.py +0 -0
- {fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/fgo_api_types/search.py +0 -0
@@ -551,12 +551,14 @@ class EventPointActivityObjectType(StrEnum):
|
|
551
551
|
QUEST_ID = "questId"
|
552
552
|
SKILL_ID = "skillId"
|
553
553
|
SHOP_ID = "shopId"
|
554
|
+
BOX_GACHA_ID = "boxGachaId"
|
554
555
|
|
555
556
|
|
556
557
|
EVENT_POINT_ACTIVITY_OBJECT_NAME: dict[int, EventPointActivityObjectType] = {
|
557
558
|
1: EventPointActivityObjectType.QUEST_ID,
|
558
559
|
2: EventPointActivityObjectType.SKILL_ID,
|
559
560
|
3: EventPointActivityObjectType.SHOP_ID,
|
561
|
+
5: EventPointActivityObjectType.BOX_GACHA_ID,
|
560
562
|
}
|
561
563
|
|
562
564
|
|
@@ -646,6 +646,8 @@ class BaseVals(BaseModel):
|
|
646
646
|
ExecEvenCardSelectState: int | None = None
|
647
647
|
OverwriteShift: int | None = None
|
648
648
|
IgnoreShiftWhiteFade: int | None = None
|
649
|
+
BackStepTargets: list[int] | None = None
|
650
|
+
ReplacePositionTargets: list[int] | None = None
|
649
651
|
# Extra dataval from SkillLvEntty.DIC_KEY_APPLY_SUPPORT_SVT
|
650
652
|
ApplySupportSvt: Optional[int] = None
|
651
653
|
# These are not DataVals but guesses from SkillLvEntity and EventDropUpValInfo
|
File without changes
|
File without changes
|
{fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/fgo_api_types/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/fgo_api_types/gameenums.py
RENAMED
File without changes
|
File without changes
|
{fgo_api_types-2025.7.2.10.38.33 → fgo_api_types-2025.7.2.12.12.43}/fgo_api_types/rayshift.py
RENAMED
File without changes
|
File without changes
|