fgo-api-types 2025.7.26.15.8.36__py3-none-any.whl → 2025.7.26.17.51.31__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/enums.py CHANGED
@@ -377,7 +377,7 @@ class SvtClass(StrEnum):
377
377
  uOlgaMarieFlareCollection = "uOlgaMarieFlareCollection"
378
378
  uOlgaMarieAquaCollection = "uOlgaMarieAquaCollection"
379
379
  uOlgaMarieGrandCollection = "uOlgaMarieGrandCollection"
380
- uOlgaMarieStellaCollection = "uOlgaMarieStellaCollection"
380
+ uOlgaMarieStellarCollection = "uOlgaMarieStellarCollection"
381
381
  atlasUnmappedClass = "atlasUnmappedClass"
382
382
  grandSaber = "grandSaber"
383
383
  grandArcher = "grandArcher"
@@ -445,7 +445,7 @@ CLASS_NAME: dict[int, SvtClass] = {
445
445
  9001: SvtClass.uOlgaMarieFlareCollection,
446
446
  9002: SvtClass.uOlgaMarieAquaCollection,
447
447
  9003: SvtClass.uOlgaMarieGrandCollection,
448
- 9004: SvtClass.uOlgaMarieStellaCollection,
448
+ 9004: SvtClass.uOlgaMarieStellarCollection,
449
449
  10001: SvtClass.grandSaber,
450
450
  10002: SvtClass.grandArcher,
451
451
  10003: SvtClass.grandLancer,
@@ -6868,3 +6868,30 @@ QUEST_EXTENSION_SUB_TYPE_NAME: dict[int, NiceQuestExtensionSubType] = {
6868
6868
  0: NiceQuestExtensionSubType.none,
6869
6869
  1: NiceQuestExtensionSubType.svtCoin,
6870
6870
  }
6871
+
6872
+
6873
+ class BuffConditionType(IntEnum):
6874
+ HP_HIGHER = 0
6875
+ HP_LOWER = 1
6876
+ INDIVIDUALITIE = 2
6877
+ INDIVIDUALITIE_OR = 3
6878
+ INDIVIDUALITIE_AND = 4
6879
+
6880
+
6881
+ class NiceBuffConditionType(StrEnum):
6882
+ """Condition Type for Conditional Battle Buff"""
6883
+
6884
+ hpHigher = "hpHigher"
6885
+ hpLower = "hpLower"
6886
+ individualitie = "individualitie"
6887
+ individualitieOr = "individualitieOr"
6888
+ individualitieAnd = "individualitieAnd"
6889
+
6890
+
6891
+ BUFF_CONDITION_TYPE: dict[int, NiceBuffConditionType] = {
6892
+ 0: NiceBuffConditionType.hpHigher,
6893
+ 1: NiceBuffConditionType.hpLower,
6894
+ 2: NiceBuffConditionType.individualitie,
6895
+ 3: NiceBuffConditionType.individualitieOr,
6896
+ 4: NiceBuffConditionType.individualitieAnd,
6897
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: fgo-api-types
3
- Version: 2025.7.26.15.8.36
3
+ Version: 2025.7.26.17.51.31
4
4
  Summary: Provide Pydantic types from FGO API
5
5
  Author: squaresmile
6
6
  Author-email: squaresmile@protonmail.com
@@ -2,13 +2,13 @@ fgo_api_types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  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=3hPtnM1t3eVpwFrT6ei3Zj0k9XfBZmZdWGQO9HqpPmA,4276
5
- fgo_api_types/enums.py,sha256=3SoJCPVxAHQ8-BKaJB29IkbF6qT7sF090OAqzH26st8,45092
6
- fgo_api_types/gameenums.py,sha256=u9iwr20eZBo6rwtf-XUW0EsyiBrfAkr8UIh7NNky__8,223793
5
+ fgo_api_types/enums.py,sha256=WK41IagV4ip9VkCk-LYUSkssaW6qCl-yShR7WtHUGAU,45095
6
+ fgo_api_types/gameenums.py,sha256=EDy6U2TWC6tD9PTsXfUADaqOaaEvijQ64pdbVXeLjw4,224487
7
7
  fgo_api_types/nice.py,sha256=G7Yock3LaTjR038JQE6Ce5pHA5FpZcXMYBtBF-_p7A4,98062
8
8
  fgo_api_types/raw.py,sha256=yUacn5frm95ONqcvRcyxEKR7cHBM4uyRDW0G1dkgAcI,64313
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.7.26.15.8.36.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
12
- fgo_api_types-2025.7.26.15.8.36.dist-info/METADATA,sha256=rYRLu86OnrmB7jFr_GHSCiy2iXfaDFFti7EVziOhpJQ,1305
13
- fgo_api_types-2025.7.26.15.8.36.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
14
- fgo_api_types-2025.7.26.15.8.36.dist-info/RECORD,,
11
+ fgo_api_types-2025.7.26.17.51.31.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
12
+ fgo_api_types-2025.7.26.17.51.31.dist-info/METADATA,sha256=krOInll5gRU0NUo7xl-Bfu3ubhdgKbVCuWrAZzA4cLE,1306
13
+ fgo_api_types-2025.7.26.17.51.31.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
14
+ fgo_api_types-2025.7.26.17.51.31.dist-info/RECORD,,