bcsfe-wrapper-python 0.1.2__py3-none-any.whl → 0.1.4__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.
Files changed (205) hide show
  1. bcsfe_wrapper/__init__.py +8 -0
  2. bcsfe_wrapper/wrapper.py +43 -109
  3. {bcsfe_wrapper_python-0.1.2.dist-info → bcsfe_wrapper_python-0.1.4.dist-info}/METADATA +1 -1
  4. bcsfe_wrapper_python-0.1.4.dist-info/RECORD +204 -0
  5. bcsfe_wrapper_python-0.1.2.dist-info/RECORD +0 -204
  6. /bcsfe_wrapper/bcsfe/{bcsfe/__init__.py → __init__.py} +0 -0
  7. /bcsfe_wrapper/bcsfe/{bcsfe/__main__.py → __main__.py} +0 -0
  8. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/__init__.py +0 -0
  9. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/color.py +0 -0
  10. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/dialog_creator.py +0 -0
  11. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/edits/__init__.py +0 -0
  12. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/edits/aku_realm.py +0 -0
  13. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/edits/basic_items.py +0 -0
  14. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/edits/cat_editor.py +0 -0
  15. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/edits/clear_tutorial.py +0 -0
  16. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/edits/enemy_editor.py +0 -0
  17. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/edits/event_tickets.py +0 -0
  18. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/edits/fixes.py +0 -0
  19. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/edits/map.py +0 -0
  20. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/edits/max_all.py +0 -0
  21. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/edits/rare_ticket_trade.py +0 -0
  22. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/edits/storage.py +0 -0
  23. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/feature_handler.py +0 -0
  24. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/file_dialog.py +0 -0
  25. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/main.py +0 -0
  26. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/recent_saves.py +0 -0
  27. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/save_management.py +0 -0
  28. /bcsfe_wrapper/bcsfe/{bcsfe/cli → cli}/server_cli.py +0 -0
  29. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/__init__.py +0 -0
  30. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/country_code.py +0 -0
  31. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/crypto.py +0 -0
  32. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/__init__.py +0 -0
  33. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/battle/__init__.py +0 -0
  34. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/battle/battle_items.py +0 -0
  35. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/battle/cleared_slots.py +0 -0
  36. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/battle/enemy.py +0 -0
  37. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/battle/slots.py +0 -0
  38. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/__init__.py +0 -0
  39. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/beacon_base.py +0 -0
  40. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/cat.py +0 -0
  41. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/drop_chara.py +0 -0
  42. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/gambling.py +0 -0
  43. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/gatya.py +0 -0
  44. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/gatya_item.py +0 -0
  45. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/item_pack.py +0 -0
  46. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/login_bonuses.py +0 -0
  47. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/matatabi.py +0 -0
  48. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/medals.py +0 -0
  49. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/mission.py +0 -0
  50. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/my_sale.py +0 -0
  51. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/nyanko_club.py +0 -0
  52. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/officer_pass.py +0 -0
  53. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/playtime.py +0 -0
  54. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/powerup.py +0 -0
  55. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/scheme_items.py +0 -0
  56. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/special_skill.py +0 -0
  57. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/stamp.py +0 -0
  58. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/talent_orbs.py +0 -0
  59. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/unlock_popups.py +0 -0
  60. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/upgrade.py +0 -0
  61. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/catbase/user_rank_rewards.py +0 -0
  62. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/gamoto/__init__.py +0 -0
  63. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/gamoto/base_materials.py +0 -0
  64. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/gamoto/cat_shrine.py +0 -0
  65. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/gamoto/catamins.py +0 -0
  66. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/gamoto/gamatoto.py +0 -0
  67. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/gamoto/ototo.py +0 -0
  68. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/localizable.py +0 -0
  69. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/__init__.py +0 -0
  70. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/aku.py +0 -0
  71. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/challenge.py +0 -0
  72. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/chapters.py +0 -0
  73. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/dojo.py +0 -0
  74. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/enigma.py +0 -0
  75. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/event.py +0 -0
  76. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/ex_stage.py +0 -0
  77. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/gauntlets.py +0 -0
  78. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/item_reward_stage.py +0 -0
  79. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/legend_quest.py +0 -0
  80. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/map_names.py +0 -0
  81. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/map_option.py +0 -0
  82. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/map_reset.py +0 -0
  83. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/outbreaks.py +0 -0
  84. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/story.py +0 -0
  85. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/timed_score.py +0 -0
  86. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/tower.py +0 -0
  87. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/uncanny.py +0 -0
  88. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game/map/zero_legends.py +0 -0
  89. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/game_version.py +0 -0
  90. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/io/__init__.py +0 -0
  91. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/io/adb_handler.py +0 -0
  92. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/io/bc_csv.py +0 -0
  93. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/io/command.py +0 -0
  94. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/io/config.py +0 -0
  95. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/io/data.py +0 -0
  96. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/io/git_handler.py +0 -0
  97. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/io/json_file.py +0 -0
  98. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/io/path.py +0 -0
  99. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/io/root_handler.py +0 -0
  100. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/io/save.py +0 -0
  101. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/io/thread_helper.py +0 -0
  102. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/io/waydroid.py +0 -0
  103. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/io/yaml.py +0 -0
  104. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/locale_handler.py +0 -0
  105. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/log.py +0 -0
  106. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/max_value_helper.py +0 -0
  107. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/server/__init__.py +0 -0
  108. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/server/client_info.py +0 -0
  109. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/server/event_data.py +0 -0
  110. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/server/game_data_getter.py +0 -0
  111. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/server/headers.py +0 -0
  112. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/server/managed_item.py +0 -0
  113. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/server/request.py +0 -0
  114. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/server/server_handler.py +0 -0
  115. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/server/updater.py +0 -0
  116. /bcsfe_wrapper/bcsfe/{bcsfe/core → core}/theme_handler.py +0 -0
  117. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/core/config.properties +0 -0
  118. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/core/files.properties +0 -0
  119. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/core/input.properties +0 -0
  120. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/core/locale.properties +0 -0
  121. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/core/main.properties +0 -0
  122. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/core/save.properties +0 -0
  123. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/core/server.properties +0 -0
  124. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/core/theme.properties +0 -0
  125. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/core/updater.properties +0 -0
  126. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/bannable_items.properties +0 -0
  127. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/cats.properties +0 -0
  128. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/enemy.properties +0 -0
  129. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/fixes.properties +0 -0
  130. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/gambling.properties +0 -0
  131. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/gamototo.properties +0 -0
  132. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/gatya.properties +0 -0
  133. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/gold_pass.properties +0 -0
  134. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/items.properties +0 -0
  135. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/map.properties +0 -0
  136. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/medals.properties +0 -0
  137. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/missions.properties +0 -0
  138. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/playtime.properties +0 -0
  139. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/scheme_items.properties +0 -0
  140. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/special_skills.properties +0 -0
  141. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/talent_orbs.properties +0 -0
  142. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/treasures.properties +0 -0
  143. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/en/edits/user_rank.properties +0 -0
  144. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/core/config.properties +0 -0
  145. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/core/files.properties +0 -0
  146. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/core/input.properties +0 -0
  147. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/core/locale.properties +0 -0
  148. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/core/main.properties +0 -0
  149. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/core/save.properties +0 -0
  150. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/core/server.properties +0 -0
  151. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/core/theme.properties +0 -0
  152. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/core/updater.properties +0 -0
  153. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/bannable_items.properties +0 -0
  154. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/cats.properties +0 -0
  155. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/enemy.properties +0 -0
  156. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/fixes.properties +0 -0
  157. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/gambling.properties +0 -0
  158. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/gamototo.properties +0 -0
  159. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/gatya.properties +0 -0
  160. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/gold_pass.properties +0 -0
  161. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/items.properties +0 -0
  162. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/map.properties +0 -0
  163. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/medals.properties +0 -0
  164. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/missions.properties +0 -0
  165. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/playtime.properties +0 -0
  166. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/scheme_items.properties +0 -0
  167. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/special_skills.properties +0 -0
  168. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/talent_orbs.properties +0 -0
  169. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/treasures.properties +0 -0
  170. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/edits/user_rank.properties +0 -0
  171. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/tw/metadata.json +0 -0
  172. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/core/config.properties +0 -0
  173. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/core/files.properties +0 -0
  174. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/core/input.properties +0 -0
  175. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/core/locale.properties +0 -0
  176. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/core/main.properties +0 -0
  177. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/core/save.properties +0 -0
  178. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/core/server.properties +0 -0
  179. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/core/theme.properties +0 -0
  180. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/core/updater.properties +0 -0
  181. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/bannable_items.properties +0 -0
  182. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/cats.properties +0 -0
  183. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/enemy.properties +0 -0
  184. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/fixes.properties +0 -0
  185. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/gambling.properties +0 -0
  186. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/gamototo.properties +0 -0
  187. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/gatya.properties +0 -0
  188. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/gold_pass.properties +0 -0
  189. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/items.properties +0 -0
  190. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/map.properties +0 -0
  191. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/medals.properties +0 -0
  192. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/missions.properties +0 -0
  193. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/playtime.properties +0 -0
  194. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/scheme_items.properties +0 -0
  195. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/special_skills.properties +0 -0
  196. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/talent_orbs.properties +0 -0
  197. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/treasures.properties +0 -0
  198. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/edits/user_rank.properties +0 -0
  199. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/locales/vi/metadata.json +0 -0
  200. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/max_values.json +0 -0
  201. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/themes/default.json +0 -0
  202. /bcsfe_wrapper/bcsfe/{bcsfe/files → files}/themes/discord.json +0 -0
  203. /bcsfe_wrapper/bcsfe/{bcsfe/py.typed → py.typed} +0 -0
  204. {bcsfe_wrapper_python-0.1.2.dist-info → bcsfe_wrapper_python-0.1.4.dist-info}/WHEEL +0 -0
  205. {bcsfe_wrapper_python-0.1.2.dist-info → bcsfe_wrapper_python-0.1.4.dist-info}/top_level.txt +0 -0
bcsfe_wrapper/__init__.py CHANGED
@@ -1 +1,9 @@
1
+ import os
2
+ import sys
3
+
4
+ # パッケージ内のbcsfeをインポート可能にするためのパス調整
5
+ _current_dir = os.path.dirname(os.path.abspath(__file__))
6
+ if _current_dir not in sys.path:
7
+ sys.path.insert(0, _current_dir)
8
+
1
9
  from .wrapper import BCSFEWrapper
bcsfe_wrapper/wrapper.py CHANGED
@@ -2,115 +2,75 @@ import os
2
2
  import sys
3
3
  from typing import Any, List, Optional, Tuple, Dict, Union
4
4
 
5
- # bcsfeモジュールをインポートできるようにパスを追加
6
- sys.path.insert(0, os.path.abspath(os.path.dirname(__file__)))
7
-
8
- from .bcsfe.bcsfe import core
9
- from .bcsfe.bcsfe.cli import edits
5
+ from bcsfe import core
6
+ from bcsfe.cli import edits
10
7
 
11
8
  class BCSFEWrapper:
12
- """
13
- BCSFE-Pythonの全機能をPythonから呼び出すための包括的ラッパークラス。
14
- """
15
-
16
9
  def __init__(self, save_path_or_data: Union[str, bytes], cc: str = "jp", gv: str = "13.1.0"):
17
- """
18
- 初期化処理。
19
-
20
- :param save_path_or_data: セーブファイルのパスまたはバイナリデータ
21
- :param cc: 国コード (jp, en, kr, tw)
22
- :param gv: ゲームバージョン (例: 13.1.0)
23
- """
24
10
  core.core_data.init_data()
11
+ self.cc = core.CountryCode.from_code(cc)
12
+ self.gv = core.GameVersion.from_string(gv)
25
13
 
26
14
  if isinstance(save_path_or_data, str):
27
15
  self.save_path = core.Path(save_path_or_data)
28
- self.save_file = core.SaveFile(self.save_path.read())
16
+ self.save_file = core.SaveFile(self.save_path.read(), cc=self.cc, gv=self.gv)
29
17
  self.save_file.save_path = self.save_path
30
18
  else:
31
- self.save_file = core.SaveFile(save_path_or_data)
19
+ self.save_file = core.SaveFile(core.Data(save_path_or_data), cc=self.cc, gv=self.gv)
32
20
  self.save_path = None
33
21
 
34
22
  @classmethod
35
- def from_server(cls, transfer_code: str, confirmation_code: str, cc: str = "jp") -> 'BCSFEWrapper':
36
- """
37
- サーバーからセーブデータをダウンロードしてインスタンスを作成します。
38
- """
23
+ def from_server(cls, transfer_code: str, confirmation_code: str, cc: str = "jp", gv: str = "13.1.0") -> 'BCSFEWrapper':
39
24
  country_code = core.CountryCode.from_code(cc)
40
- handler = core.ServerHandler(country_code)
41
- save_data, error = handler.download_save(transfer_code, confirmation_code)
42
- if save_data is None:
43
- raise RuntimeError(f"Download failed: {error}")
44
- return cls(save_data.to_data().get_bytes(), cc=cc)
25
+ game_version = core.GameVersion.from_string(gv)
26
+
27
+ # 正しいメソッド名は from_codes
28
+ server_handler, result = core.ServerHandler.from_codes(
29
+ transfer_code, confirmation_code, country_code, game_version, print=False
30
+ )
31
+
32
+ if server_handler is None:
33
+ raise RuntimeError(f"Download failed. Check your codes or internet connection.")
34
+
35
+ return cls(server_handler.save_file.to_data().get_bytes(), cc=cc, gv=gv)
45
36
 
46
37
  def save(self, output_path: Optional[str] = None):
47
- """現在の状態をファイルに保存します。"""
48
38
  path = core.Path(output_path) if output_path else self.save_path
49
- if not path:
50
- raise ValueError("Output path must be specified.")
39
+ if not path: raise ValueError("Output path must be specified.")
51
40
  self.save_file.to_file(path)
52
41
 
53
42
  def upload_to_server(self) -> Tuple[Optional[str], Optional[str]]:
54
- """現在のセーブデータをサーバーにアップロードし、引き継ぎコードと認証番号を返します。"""
55
- handler = core.ServerHandler(self.save_file.cc)
56
- response, error = handler.upload_save(self.save_file)
57
- if response:
58
- return response.get("transfer_code"), response.get("confirmation_code")
43
+ handler = core.ServerHandler(self.save_file, print=False)
44
+ # 正しいメソッド名は get_codes
45
+ codes = handler.get_codes()
46
+ if codes:
47
+ return codes
59
48
  return None, None
60
49
 
61
- # --- 基本アイテム編集 (edits.basic_items) ---
62
-
63
- def edit_catfood(self, amount: int):
64
- self.save_file.catfood = amount
65
-
66
- def edit_xp(self, amount: int):
67
- self.save_file.xp = amount
68
-
69
- def edit_normal_tickets(self, amount: int):
70
- self.save_file.normal_tickets = amount
71
-
72
- def edit_rare_tickets(self, amount: int):
73
- self.save_file.rare_tickets = amount
74
-
75
- def edit_platinum_tickets(self, amount: int):
76
- self.save_file.platinum_tickets = amount
77
-
78
- def edit_legend_tickets(self, amount: int):
79
- self.save_file.legend_tickets = amount
80
-
81
- def edit_np(self, amount: int):
82
- self.save_file.np = amount
83
-
84
- def edit_leadership(self, amount: int):
85
- self.save_file.leadership = amount
86
-
50
+ def edit_catfood(self, amount: int): self.save_file.catfood = amount
51
+ def edit_xp(self, amount: int): self.save_file.xp = amount
52
+ def edit_normal_tickets(self, amount: int): self.save_file.normal_tickets = amount
53
+ def edit_rare_tickets(self, amount: int): self.save_file.rare_tickets = amount
54
+ def edit_platinum_tickets(self, amount: int): self.save_file.platinum_tickets = amount
55
+ def edit_legend_tickets(self, amount: int): self.save_file.legend_tickets = amount
56
+ def edit_np(self, amount: int): self.save_file.np = amount
57
+ def edit_leadership(self, amount: int): self.save_file.leadership = amount
87
58
  def edit_battle_items(self, amount: int):
88
- for item in self.save_file.battle_items.items:
89
- item.amount = amount
90
-
59
+ for item in self.save_file.battle_items.items: item.amount = amount
91
60
  def edit_catseyes(self, amount: int):
92
- for i in range(len(self.save_file.catseyes)):
93
- self.save_file.catseyes[i] = amount
94
-
61
+ for i in range(len(self.save_file.catseyes)): self.save_file.catseyes[i] = amount
95
62
  def edit_catfruit(self, amount: int):
96
- for i in range(len(self.save_file.catfruit)):
97
- self.save_file.catfruit[i] = amount
98
-
99
- # --- キャラクター編集 (edits.cat_editor) ---
63
+ for i in range(len(self.save_file.catfruit)): self.save_file.catfruit[i] = amount
100
64
 
101
65
  def unlock_cats(self, cat_ids: List[int]):
102
- """指定したIDのキャラを解放します。"""
103
66
  for cid in cat_ids:
104
67
  cat = self.save_file.cats.get_cat_by_id(cid)
105
68
  if cat: cat.unlock(self.save_file)
106
69
 
107
70
  def unlock_all_cats(self):
108
- """全キャラを解放します。"""
109
- for cat in self.save_file.cats.cats:
110
- cat.unlock(self.save_file)
71
+ for cat in self.save_file.cats.cats: cat.unlock(self.save_file)
111
72
 
112
73
  def upgrade_cats(self, cat_ids: List[int], base: int = 19, plus: int = 0):
113
- """指定したキャラのレベルを設定します。"""
114
74
  for cid in cat_ids:
115
75
  cat = self.save_file.cats.get_cat_by_id(cid)
116
76
  if cat:
@@ -118,7 +78,6 @@ class BCSFEWrapper:
118
78
  cat.upgrade.plus = plus
119
79
 
120
80
  def upgrade_all_cats(self, base: Optional[int] = None, plus: Optional[int] = None):
121
- """全キャラをレベル最大にします。"""
122
81
  for cat in self.save_file.cats.cats:
123
82
  if not cat.is_unlocked(self.save_file): continue
124
83
  power_up = core.PowerUpHelper(cat, self.save_file)
@@ -126,53 +85,28 @@ class BCSFEWrapper:
126
85
  cat.upgrade.plus = plus if plus is not None else power_up.get_max_possible_plus()
127
86
 
128
87
  def set_cat_form(self, cat_ids: List[int], form: int = 2):
129
- """指定したキャラの形態を設定します (0:第1, 1:第2, 2:第3, 3:第4)。"""
130
88
  for cid in cat_ids:
131
89
  cat = self.save_file.cats.get_cat_by_id(cid)
132
90
  if cat: cat.set_form(form)
133
91
 
134
92
  def true_form_all_cats(self):
135
- """全キャラを第3形態以上にします。"""
136
93
  cats = self.save_file.cats.get_unlocked_cats()
137
94
  self.save_file.cats.true_form_cats(self.save_file, cats, True, True)
138
95
  self.save_file.cats.fourth_form_cats(self.save_file, cats, True, True)
139
96
 
140
- # --- ステージ編集 (edits.clear_tutorial, edits.map) ---
141
-
142
- def clear_tutorial(self):
143
- edits.clear_tutorial.clear_tutorial(self.save_file, False)
144
-
97
+ def clear_tutorial(self): edits.clear_tutorial.clear_tutorial(self.save_file, False)
145
98
  def clear_story_chapters(self, chapters: List[int] = [0, 1, 2]):
146
- """指定したストーリー章をクリアし、お宝を最高にします。"""
147
99
  for c_id in chapters:
148
100
  if c_id < len(self.save_file.story.chapters):
149
101
  chapter = self.save_file.story.chapters[c_id]
150
102
  chapter.clear_all(self.save_file)
151
- for stage in chapter.stages:
152
- stage.treasure = 3
153
-
154
- # --- ガマトト・オトト (edits.basic_items) ---
155
-
156
- def edit_gamatoto_xp(self, xp: int):
157
- self.save_file.gamatoto.xp = xp
158
-
159
- def edit_ototo_engineers(self, amount: int):
160
- self.save_file.ototo.engineers = amount
161
-
162
- # --- その他・アカウント (edits.fixes, edits.basic_items) ---
103
+ for stage in chapter.stages: stage.treasure = 3
163
104
 
105
+ def edit_gamatoto_xp(self, xp: int): self.save_file.gamatoto.xp = xp
106
+ def edit_ototo_engineers(self, amount: int): self.save_file.ototo.engineers = amount
164
107
  def unban(self):
165
- """BANメッセージを非表示にし、フラグをリセットします。"""
166
108
  self.save_file.show_ban_message = False
167
109
  self.save_file.banned = False
168
-
169
- def get_inquiry_code(self) -> str:
170
- return self.save_file.inquiry_code
171
-
172
- def edit_inquiry_code(self, new_code: str):
173
- self.save_file.inquiry_code = new_code
174
-
175
- # --- 低レイヤーアクセス ---
176
- def get_save_file(self) -> core.SaveFile:
177
- """生のSaveFileオブジェクトを取得して、より詳細な編集を可能にします。"""
178
- return self.save_file
110
+ def get_inquiry_code(self) -> str: return self.save_file.inquiry_code
111
+ def edit_inquiry_code(self, new_code: str): self.save_file.inquiry_code = new_code
112
+ def get_save_file(self) -> core.SaveFile: return self.save_file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bcsfe-wrapper-python
3
- Version: 0.1.2
3
+ Version: 0.1.4
4
4
  Summary: A Python wrapper for BCSFE-Python to easily interact with Battle Cats save files.
5
5
  Home-page: https://github.com/fieryhenry/BCSFE-Python
6
6
  Author: Manus AI
@@ -0,0 +1,204 @@
1
+ bcsfe_wrapper/__init__.py,sha256=o2LbyVJjuRV1gap8wDbsv39kEUJM1rt8Lq49u1RYYXA,268
2
+ bcsfe_wrapper/wrapper.py,sha256=_fgJVJ6BWVJ5J53FSoDBrypYlnOkVAZiaRGo-XZfqJw,5389
3
+ bcsfe_wrapper/bcsfe/__init__.py,sha256=vCHjSoJq5u684HLQXahhtA64MZWffNHFdhweP7RM0f4,144
4
+ bcsfe_wrapper/bcsfe/__main__.py,sha256=Dam14Fv6L-tRRufIkIRpr69dM0b2ybU1eALJxIw_eFI,2091
5
+ bcsfe_wrapper/bcsfe/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ bcsfe_wrapper/bcsfe/cli/__init__.py,sha256=BOavi4lk5KMPtifYppGpnptQUbhVL8cZd8O2B8NMC9U,349
7
+ bcsfe_wrapper/bcsfe/cli/color.py,sha256=v1CRU1mOUMvXXQcQaeuFwHkcL8InPZeo4hmD1oxIRe8,5575
8
+ bcsfe_wrapper/bcsfe/cli/dialog_creator.py,sha256=esnLD1jtI4mpD8rFCz5ZfR7XjX04NJ1kAjzqlb5zXdk,23917
9
+ bcsfe_wrapper/bcsfe/cli/feature_handler.py,sha256=rMbt4kPuzAq7P5zaveArF6vCyRWIfcxrGsVL4BBlqAo,15162
10
+ bcsfe_wrapper/bcsfe/cli/file_dialog.py,sha256=G1eJ3bWQJcamzowHTmeTYoq4c4dFFfGAQXmvyEC_eNQ,5070
11
+ bcsfe_wrapper/bcsfe/cli/main.py,sha256=I_BnV6fM-HzhIUym73H5gdW4CgmR_pOdYZEeSOUO33E,11730
12
+ bcsfe_wrapper/bcsfe/cli/recent_saves.py,sha256=rTP1UdyLZwuHqBBQiYpZBxuT-HcFkA4ssd5gW6Htq0o,4053
13
+ bcsfe_wrapper/bcsfe/cli/save_management.py,sha256=Y50HtuSTyQcw1KIWSyL3H1d9htyVpeLLOquZiDerYp0,23067
14
+ bcsfe_wrapper/bcsfe/cli/server_cli.py,sha256=197wQX6d28oEvspviJbj1x4WZX7evTK7HarvGzSng5E,2571
15
+ bcsfe_wrapper/bcsfe/cli/edits/__init__.py,sha256=rZn9C53wbtan2DJrcZUmA3h4bH620VpuvanWBKASoHo,417
16
+ bcsfe_wrapper/bcsfe/cli/edits/aku_realm.py,sha256=beba7ePARoHv8FAqp4npfidOgYceyLbtde3HkuCCgug,337
17
+ bcsfe_wrapper/bcsfe/cli/edits/basic_items.py,sha256=8ixgi5bgJbsOznp2PNYpUKkXX4fTurO1FOn7wrUsgCg,15417
18
+ bcsfe_wrapper/bcsfe/cli/edits/cat_editor.py,sha256=KGxZox0g5PKCEFbyKBr9g6n6gCl5yifgsEoRwhDTIJU,28604
19
+ bcsfe_wrapper/bcsfe/cli/edits/clear_tutorial.py,sha256=TkHQCklihWvrwdiqulFy7P5X1S5Wh4_uIyPti8jwucU,314
20
+ bcsfe_wrapper/bcsfe/cli/edits/enemy_editor.py,sha256=Wd8FQD8wVXls_sEcb3raVZ2SRlDyzfkhED7OV7W1jlY,6963
21
+ bcsfe_wrapper/bcsfe/cli/edits/event_tickets.py,sha256=pjcMV_xADDfhfSl_jSMX590IKso9HSGdbbHnI2ibqUA,6164
22
+ bcsfe_wrapper/bcsfe/cli/edits/fixes.py,sha256=OMOZ8amdKCBfqj9LclAMTDOK-yibxq-kqXiMHtFzL4g,1509
23
+ bcsfe_wrapper/bcsfe/cli/edits/map.py,sha256=1LqPwGp-ZVbYlZEE8EvVBZYi6be6pePeSWI0rI5hCP4,16387
24
+ bcsfe_wrapper/bcsfe/cli/edits/max_all.py,sha256=Hz1CGgWW7Xbji17JAq69mhZPQT9j9juvUvLg_3_4c3U,4638
25
+ bcsfe_wrapper/bcsfe/cli/edits/rare_ticket_trade.py,sha256=uUSM7iRIdoM6DZY52nWZ7t_ZTDx_2EjFq0y-RhSl_Cw,1405
26
+ bcsfe_wrapper/bcsfe/cli/edits/storage.py,sha256=-M2oaLOqSABqg4dQiGjockwhsquIdvWWv4q1lzCfG78,6080
27
+ bcsfe_wrapper/bcsfe/core/__init__.py,sha256=_jbtiQWVOLg6O368qSWPc4kYnNZFcULpYmOTq87bOzs,13372
28
+ bcsfe_wrapper/bcsfe/core/country_code.py,sha256=jhcFzWu9QXgq64bUTjDHxPwxvMTwmbl3I033KoxHUFA,2946
29
+ bcsfe_wrapper/bcsfe/core/crypto.py,sha256=YwcB3xIrLsT2uCPgZnNvN1w7GjfcQ7yS5PPV9xpnDUs,4646
30
+ bcsfe_wrapper/bcsfe/core/game_version.py,sha256=blSCaQrkHTsPY7-yMgYfLbihD5RLZCCh6SEpoenx3pE,7606
31
+ bcsfe_wrapper/bcsfe/core/locale_handler.py,sha256=hOKm--ewEPLVKj9uxjoVUvaH8XdFwg7GdxWvx1dGWTw,23586
32
+ bcsfe_wrapper/bcsfe/core/log.py,sha256=S1iA_aAlE1I0m-HRqlUkLwJl1j2_kIE_svcSizbHxtU,3298
33
+ bcsfe_wrapper/bcsfe/core/max_value_helper.py,sha256=Nis1tr5OK0QDZdIEoY-2EAVP6yWWx8YND7mEnsCZScg,2201
34
+ bcsfe_wrapper/bcsfe/core/theme_handler.py,sha256=ZzEtUlGH8mms58LM2o-Cs_brNWd_ejLvEt5JwdCLOWY,9382
35
+ bcsfe_wrapper/bcsfe/core/game/__init__.py,sha256=Bu1mrQzrebu-5WkP4muCQGzaaZZSWCkz3_R3JcNawLI,135
36
+ bcsfe_wrapper/bcsfe/core/game/localizable.py,sha256=Q8CLitLZzSHuSFp0Tv2BL8WtvDye__vJmoLdgqhBWg8,904
37
+ bcsfe_wrapper/bcsfe/core/game/battle/__init__.py,sha256=HC7t_szDPf6YpEVIeuzmdDKIZ-vWOIrh5q62xxIuSSk,124
38
+ bcsfe_wrapper/bcsfe/core/game/battle/battle_items.py,sha256=mnfBOM5C1tgrlPKJoNkC-rFn0kPvpJSm0thymmc0hDw,9378
39
+ bcsfe_wrapper/bcsfe/core/game/battle/cleared_slots.py,sha256=C4ekn4B_tB_ORbWV3i05lwWOeXUdJjtR2BmP6nyV3Cg,8464
40
+ bcsfe_wrapper/bcsfe/core/game/battle/enemy.py,sha256=_TMg0cJM-qE-wUyHJgJB8hpnyuJkIoHYr2EEsuTLm70,4079
41
+ bcsfe_wrapper/bcsfe/core/game/battle/slots.py,sha256=wqBiyxYIqSPCNftrlf63TCZwmhZwLh7G_MSa1j8U85I,6205
42
+ bcsfe_wrapper/bcsfe/core/game/catbase/__init__.py,sha256=wmRD2mSu855nnXxcYBq8nlnF-ubnHIbiAVZjnRwiyoU,803
43
+ bcsfe_wrapper/bcsfe/core/game/catbase/beacon_base.py,sha256=UCWEE6RU9c6vMCkiwUiMYqdwMpVpirU2y1M4o_qYtVs,2234
44
+ bcsfe_wrapper/bcsfe/core/game/catbase/cat.py,sha256=LNbctcpzLwdGegKJIC3ao0Rr2oZ-REUYtP1IWWhZH6M,41613
45
+ bcsfe_wrapper/bcsfe/core/game/catbase/drop_chara.py,sha256=xowkqzNJz3_TZ6a3yDmwXIXyP52nLRJ1I5DjCt1cKOs,2029
46
+ bcsfe_wrapper/bcsfe/core/game/catbase/gambling.py,sha256=4_KRX9doxE2scjfZqqgO5VteHTba1amBBw553z_0nv0,3265
47
+ bcsfe_wrapper/bcsfe/core/game/catbase/gatya.py,sha256=sC2L5fWsmBLsaVcSTs7mkHrRdQcc6X4jSOfg2ZEL7Lc,14293
48
+ bcsfe_wrapper/bcsfe/core/game/catbase/gatya_item.py,sha256=QSNtBw3v7N8DaaHYduHJhPul0E-dKWC_jYl8IZr_y_s,4657
49
+ bcsfe_wrapper/bcsfe/core/game/catbase/item_pack.py,sha256=ZevyoJU7HSI1cFzZM6Vi78O4O6MFcSw1PMUi70pvBc8,5856
50
+ bcsfe_wrapper/bcsfe/core/game/catbase/login_bonuses.py,sha256=0Z9dlMsWx_THv2RkciwoUztN-q-Ig9G7OjxjtGSWSxw,5057
51
+ bcsfe_wrapper/bcsfe/core/game/catbase/matatabi.py,sha256=koTjB0f-2jy8sa7fG_w_KA4KPzcT1bl4-FkwakAeBo8,1982
52
+ bcsfe_wrapper/bcsfe/core/game/catbase/medals.py,sha256=acmuH5GIyZ7RksmBv6SB93CeSE5yIGh6e2Yqa3VF3hE,5537
53
+ bcsfe_wrapper/bcsfe/core/game/catbase/mission.py,sha256=GTv3hgBx68SQyfB62kcBX2ZpLNnbj8ptRBRIxu-AYyw,11231
54
+ bcsfe_wrapper/bcsfe/core/game/catbase/my_sale.py,sha256=QuMrwxSHaVbDqAhxRSgAeniUTiAWLYvmZmuP0J1w4uI,1847
55
+ bcsfe_wrapper/bcsfe/core/game/catbase/nyanko_club.py,sha256=aNpDKo0DR51qSnjNQ_BE1WSgdCisqj5vQlDR3dYAeRU,8442
56
+ bcsfe_wrapper/bcsfe/core/game/catbase/officer_pass.py,sha256=J0v8V0DxRPqHMCGaTHgc9kaUpL8DL78RhE6drKOa6io,2375
57
+ bcsfe_wrapper/bcsfe/core/game/catbase/playtime.py,sha256=_44WLDaDab7x7jMP1KQgx70n8E_yHDPC4u7LAVpNU2Q,2519
58
+ bcsfe_wrapper/bcsfe/core/game/catbase/powerup.py,sha256=8rxj-gTJz_uSv--oWf2hYtqrMCyLMsoD_1r449BehCc,6238
59
+ bcsfe_wrapper/bcsfe/core/game/catbase/scheme_items.py,sha256=pWCYIL1ZXNdjkBb5Lxhwhrmj8MZy0OGp_1DmXBSqB8c,6344
60
+ bcsfe_wrapper/bcsfe/core/game/catbase/special_skill.py,sha256=nXH7-W3VPOklVT7SRSH9W16_7I1AXkppnI0wNm6Teek,10736
61
+ bcsfe_wrapper/bcsfe/core/game/catbase/stamp.py,sha256=lQTHBRUeQ4pRF82ASGy4wgvrCWCoimfGxqC6ICz_r-g,1865
62
+ bcsfe_wrapper/bcsfe/core/game/catbase/talent_orbs.py,sha256=AAenfYAHSWoIPOEd7wyBkHQGwxvNSUQc8doCQ6eZpUY,22276
63
+ bcsfe_wrapper/bcsfe/core/game/catbase/unlock_popups.py,sha256=hzWZZhmnRmRBETJKQceTVaiB-lQ3CXPgNiWl1bLli0s,4406
64
+ bcsfe_wrapper/bcsfe/core/game/catbase/upgrade.py,sha256=Hl1BgoqWhtGu6uUHWM27srGEsN3o2zmacG-O0sgeQwI,6366
65
+ bcsfe_wrapper/bcsfe/core/game/catbase/user_rank_rewards.py,sha256=SgxNXEOwbXcbHcAye9ijMZ1v3FL6hZrI9etv3q7ApJk,8894
66
+ bcsfe_wrapper/bcsfe/core/game/gamoto/__init__.py,sha256=SAfcbZvpK9nWkDxDeIwsMVd8Fbd2TzVQEaUpCZRqsm8,191
67
+ bcsfe_wrapper/bcsfe/core/game/gamoto/base_materials.py,sha256=Xe5sqsuBPfc86Eqqmn8MN8wZ62MEZL2yJONrvsA9osc,2602
68
+ bcsfe_wrapper/bcsfe/core/game/gamoto/cat_shrine.py,sha256=W8INhGBaTRifKbNbyvAmGPSMYTZeaiglUaE9K5R0-X4,6652
69
+ bcsfe_wrapper/bcsfe/core/game/gamoto/catamins.py,sha256=6IQVAvl1WhrEgdFEfKMrCWPDO6mGURGmy-0txTse7ho,1526
70
+ bcsfe_wrapper/bcsfe/core/game/gamoto/gamatoto.py,sha256=jTqXNsvl1Rx3RU9drSSZPiWidgrdLyz-HMNLUIciNRw,15398
71
+ bcsfe_wrapper/bcsfe/core/game/gamoto/ototo.py,sha256=t4K4LRyPfh0NERYceLBsQRAZlovo4BTuJgEtnwQJLXg,23287
72
+ bcsfe_wrapper/bcsfe/core/game/map/__init__.py,sha256=Eu8E5EE04fvKfQmgGLmirUXSJUE_G50LH8VwL1dZ_9E,633
73
+ bcsfe_wrapper/bcsfe/core/game/map/aku.py,sha256=UpSmIwrCh4hxNSsVAp2aBc4TJbbt5MieX0eLqUy0SPI,6865
74
+ bcsfe_wrapper/bcsfe/core/game/map/challenge.py,sha256=iLWTiHx_zYOipXhITcn_p7kTL-Ro0GqEHU-H5Luw0Ts,2179
75
+ bcsfe_wrapper/bcsfe/core/game/map/chapters.py,sha256=SilwlWzgwab33dAqhMxmQOOXjesGEhP_eKf2pfbxUCY,12212
76
+ bcsfe_wrapper/bcsfe/core/game/map/dojo.py,sha256=89iDkKEW1VbW3ZLmadf6KVii-2n420-N5ZeREKQubeY,11638
77
+ bcsfe_wrapper/bcsfe/core/game/map/enigma.py,sha256=GMOjdHWtz_8dXEXxYFJYQpQn4NDhzLtiWTt7cPvLWgk,6989
78
+ bcsfe_wrapper/bcsfe/core/game/map/event.py,sha256=LP420vgTH1DeNb2bkCVR2IkARxN8QDg0UfV66kLSWQw,33688
79
+ bcsfe_wrapper/bcsfe/core/game/map/ex_stage.py,sha256=l56ACktKhQSXjMwVmMNvVlbm8B_ORi03AKWc_cUJq7E,2740
80
+ bcsfe_wrapper/bcsfe/core/game/map/gauntlets.py,sha256=s4m8nO-UzayDx7mzNjxXaR-rS-ftAdWmYxEI2aezXh8,11852
81
+ bcsfe_wrapper/bcsfe/core/game/map/item_reward_stage.py,sha256=Y0lxK7yFbtm32HEKAf0LBzM3tTuCDcjrTWcb3crau1A,12627
82
+ bcsfe_wrapper/bcsfe/core/game/map/legend_quest.py,sha256=dT9G80C20ZpFd1q5dZqr0Eh8uFER3LoCzhqJWZ_aLEk,12620
83
+ bcsfe_wrapper/bcsfe/core/game/map/map_names.py,sha256=TFusaDyCYkUlfV2LXrq68aby1Ihz0Iqq0U1Ng5yqYRQ,3267
84
+ bcsfe_wrapper/bcsfe/core/game/map/map_option.py,sha256=1N3hcR6JZkeyI6mCVB38zHdxh_qsq06rcpcOhS7wGWA,2207
85
+ bcsfe_wrapper/bcsfe/core/game/map/map_reset.py,sha256=_J3CNH2UZP3k2igZSW5KLKGiggz0zYtULui8jeTxWeA,3795
86
+ bcsfe_wrapper/bcsfe/core/game/map/outbreaks.py,sha256=9089mTmWpUOQegyrUCWNlF3twfEb8gNj6El8A04AsVg,8480
87
+ bcsfe_wrapper/bcsfe/core/game/map/story.py,sha256=ZSSdUzFE9NBK10-nA19s8T9W95JDYp3jHQPo3Kfkxwc,43931
88
+ bcsfe_wrapper/bcsfe/core/game/map/timed_score.py,sha256=1uE7PvsKqKJ19nlYeNijtVf5ENoP2QPfzJwg0obX-20,5730
89
+ bcsfe_wrapper/bcsfe/core/game/map/tower.py,sha256=WM-iEb_vBCwhnqnnRuAkGCGOrprWn8TkldX3BiVMoVY,2259
90
+ bcsfe_wrapper/bcsfe/core/game/map/uncanny.py,sha256=AMIlKRyszX87sbarFihEdwzLsExiN2YRG2NcTbw9ePw,3765
91
+ bcsfe_wrapper/bcsfe/core/game/map/zero_legends.py,sha256=j8fdmV7AKIW8_ujObE0KV5v-ciQf3bsiuEZZ6QSlvxc,9862
92
+ bcsfe_wrapper/bcsfe/core/io/__init__.py,sha256=j9Dkisztux-3HXVxqXtpnBO2LDLLEG5jVPk8UKR74bI,425
93
+ bcsfe_wrapper/bcsfe/core/io/adb_handler.py,sha256=kt-0di4ZoKT7UlyAEorzcl30duzzr9vM6lqYrcqlL-8,6533
94
+ bcsfe_wrapper/bcsfe/core/io/bc_csv.py,sha256=CpeJ5qXzb7dy1c0W4ybNeSram5Jh7u9tb0ymEff-isU,7085
95
+ bcsfe_wrapper/bcsfe/core/io/command.py,sha256=wt8yy8ysgWbhzJ4pt4wFc1Kwt3vwov0DBXpR5ll_kX0,1458
96
+ bcsfe_wrapper/bcsfe/core/io/config.py,sha256=ClxB6s6x2ii5xrIUQA9O4Dra6MaR1-emvCzVj3FmhaM,16184
97
+ bcsfe_wrapper/bcsfe/core/io/data.py,sha256=vGkezlhgnQ-vWRitJqNi_kd-trz_NhMk98eNOz0FI9M,19024
98
+ bcsfe_wrapper/bcsfe/core/io/git_handler.py,sha256=IDcPFRM8_mkXGjafPMLzBXKOaodLtXG7Zt0k9S71EYE,2722
99
+ bcsfe_wrapper/bcsfe/core/io/json_file.py,sha256=NgXB1UdIm4YFavO-VmGGXYT1xI6V3HuFhI5pQ0gDoLM,1146
100
+ bcsfe_wrapper/bcsfe/core/io/path.py,sha256=lAQXbO7VgrDHrc47v4-5nqKsld_IVJzTGG_uMg6mabI,9636
101
+ bcsfe_wrapper/bcsfe/core/io/root_handler.py,sha256=lfiq98a8uSvIzKeKCxRiPJl4-SyhoN6XnH1KAC_SgDE,3661
102
+ bcsfe_wrapper/bcsfe/core/io/save.py,sha256=RdndtzJZS-7kyEYggQOimUAnUbI9anL0GoizAm3qCS0,133363
103
+ bcsfe_wrapper/bcsfe/core/io/thread_helper.py,sha256=5VoUacR4_d-XejiriZ42aX3Xo9eydWhakUPKGvF89sQ,2036
104
+ bcsfe_wrapper/bcsfe/core/io/waydroid.py,sha256=xdUqxHwOZrn7Nz5FjYYJ7eF3JOkPtl7oyzIwejdQwIE,3861
105
+ bcsfe_wrapper/bcsfe/core/io/yaml.py,sha256=Sp6H17SYPFBYqrDwJ29DMaLcgRtdsR0r9wEOv7fPc6E,1841
106
+ bcsfe_wrapper/bcsfe/core/server/__init__.py,sha256=o4tcyw0UxOYnLbtyVsjIB9vKWcUNfw0_H5f_GPUZG0M,328
107
+ bcsfe_wrapper/bcsfe/core/server/client_info.py,sha256=zdR363MhR-UxcRcgq3r-2WWUGLxkAvNWaP7z9Qm-Tts,927
108
+ bcsfe_wrapper/bcsfe/core/server/event_data.py,sha256=egbEDIGm920l5qP8pJtckx3_bCHsWXAbYUTX9BYNkq4,10243
109
+ bcsfe_wrapper/bcsfe/core/server/game_data_getter.py,sha256=pN120uaLe0oukdtxvjzGMviEVXB3V--GQgjFWfvOOmM,11964
110
+ bcsfe_wrapper/bcsfe/core/server/headers.py,sha256=rXL1iuUiG42ci8V5wcBe2ZCNH39Xb-eU3_5PGhg5bqE,952
111
+ bcsfe_wrapper/bcsfe/core/server/managed_item.py,sha256=6Ykc-MCiUHI0YohhlBE2F7RUuRyvvOQuZKxK9Iz8VJM,6215
112
+ bcsfe_wrapper/bcsfe/core/server/request.py,sha256=oe9oI2EqhcMabshrBUwECuZCJ7mQr0PJO5MAm1dVrVo,3447
113
+ bcsfe_wrapper/bcsfe/core/server/server_handler.py,sha256=tJhElansxU6RhxbKvUE9srNf1X-pdBcMItJnf9bMp2g,23130
114
+ bcsfe_wrapper/bcsfe/core/server/updater.py,sha256=3AMt0lVzuEEimAyBLGTfMzUwuelIgrCNBWBQKg7DZTk,2772
115
+ bcsfe_wrapper/bcsfe/files/max_values.json,sha256=7M-5dUk9a6NB9d6y-o4XGlJpvU5wZnPVK1jc_x81SSQ,531
116
+ bcsfe_wrapper/bcsfe/files/locales/en/core/config.properties,sha256=HUcdlUGNMltPDbmKF6B6Dqd6KP7xrBqbGi3j9tuwArQ,4499
117
+ bcsfe_wrapper/bcsfe/files/locales/en/core/files.properties,sha256=LSyx3HNLXOIcBS6evJTgtUdidh51vT01Fga9XG5pXNs,411
118
+ bcsfe_wrapper/bcsfe/files/locales/en/core/input.properties,sha256=zOCtxI_kR5C9YvUsDPm7AVFU3Ire49VHY4bpIBJkYoQ,1611
119
+ bcsfe_wrapper/bcsfe/files/locales/en/core/locale.properties,sha256=RLyP85ocj1fzZ9FeD9IKgf84pDhbRtbmjINhrQH-LWQ,1727
120
+ bcsfe_wrapper/bcsfe/files/locales/en/core/main.properties,sha256=twuNLHRMsh6f-vl0sVkjgCg1_-oPkBMrT3GZ_3JK_9s,5282
121
+ bcsfe_wrapper/bcsfe/files/locales/en/core/save.properties,sha256=MZyPkZa2FVjLy27RECr4M8AtyX1vMQGg-QNesPedj0o,7184
122
+ bcsfe_wrapper/bcsfe/files/locales/en/core/server.properties,sha256=JoQECCfd2RKh76QnGcRDz3lNEdj9Wcm5CG3LLof3X0Y,3325
123
+ bcsfe_wrapper/bcsfe/files/locales/en/core/theme.properties,sha256=6uTxrdX-yGK2PqP4U4-DAcuKX4HZHkSXT274nlORKf0,1279
124
+ bcsfe_wrapper/bcsfe/files/locales/en/core/updater.properties,sha256=oDX00YKPZUvSJANKinrW-18MEWabN2XC_rhOKM7TyBc,647
125
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/bannable_items.properties,sha256=QxsRXK1umrDGCHb44qN7_nv4oJSukyjnKdpQqZvMdsk,1734
126
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/cats.properties,sha256=Okv4TQQ9ZBucSXxgGk_P0k7L4t1jctBLXy_i9AtQfaA,8037
127
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/enemy.properties,sha256=-eWO3VLVHl854A_wn7M-3wx9_0vOEGs0_VzDqKfI6RE,983
128
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/fixes.properties,sha256=gqJJxfSxESWTHA7lRQVWfykMkoVi4Oauy1UyAt6umAE,567
129
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/gambling.properties,sha256=ZbruE-rVXayoMmEXYIdEpNUtmlJdy1wlbvkNlhJdqqw,198
130
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/gamototo.properties,sha256=A67BCkTX46j9CONFM6Us1hCYG-jzQnI5uNMAq0KOg1A,2035
131
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/gatya.properties,sha256=DbDBRPkzXEvYhtocpjhvMt987LJDgImZc0x4NN0fn6E,434
132
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/gold_pass.properties,sha256=z0bv471nDnFF6hviJBpYlkXpPVL4w3d7_Me5tYcTdUw,616
133
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/items.properties,sha256=3zY-AnVUq-cvuuM_VA-u9UpNwoIBazQ07oyo95D8MzI,2534
134
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/map.properties,sha256=XmZMHnw-g3TT00j64B-L4SXrJ-91wo9y-c6AlQounC8,8704
135
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/medals.properties,sha256=5ocKrqB4pSFJokxsxk_mGAP-ycDn9pambtrhgqphP2c,332
136
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/missions.properties,sha256=IUMstXm06Mf7mX2DFtNYFY_SJHunTsffxCbomqUlmjU,508
137
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/playtime.properties,sha256=YGO4SL5_hP-JkgCvW2IFIaAfLseVJM-ppu1Ncb6k1ag,601
138
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/scheme_items.properties,sha256=kwSgcykMJcd0A1J0pO3Y8uylWczq6odRaPXLZP8Ff88,335
139
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/special_skills.properties,sha256=_G_bxO38ngI5mfGSNo4cL6TJPM0jYdrBWDh89elLL9s,524
140
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/talent_orbs.properties,sha256=lHaRLsPxJ_wLDavocUiatAinNCUTnpCi4LdLecr7oB8,1235
141
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/treasures.properties,sha256=NTUyVZQNW5Fg06v1FitcYAUX_iPhzpsLkElkbRaANb8,1480
142
+ bcsfe_wrapper/bcsfe/files/locales/en/edits/user_rank.properties,sha256=s8Y5ho_1jPzQroifxkoxdT9ydArTKrDLsk1iUXNAAhI,510
143
+ bcsfe_wrapper/bcsfe/files/locales/tw/metadata.json,sha256=VaSbsI19E_nUvpyhJQPxe7t8JOyoYbAIxyI9cKdtpiY,77
144
+ bcsfe_wrapper/bcsfe/files/locales/tw/core/config.properties,sha256=O7lNKu-oKx4fNo12x5akbSh8Apx9hymQWPSNlGzPtik,4198
145
+ bcsfe_wrapper/bcsfe/files/locales/tw/core/files.properties,sha256=kVaom0VgcSBjBeqKemfUACXLfjJkHbq3RFnwfGLc_Jo,410
146
+ bcsfe_wrapper/bcsfe/files/locales/tw/core/input.properties,sha256=VTvIgN2bi4zzGjZJas8Ddv-fH3McLeH82I_BLoVW_Dg,1559
147
+ bcsfe_wrapper/bcsfe/files/locales/tw/core/locale.properties,sha256=TMy-sbx4_2PBFJ5J97fB1w0YGqTPccZ-NPnnqY0Gnhw,1633
148
+ bcsfe_wrapper/bcsfe/files/locales/tw/core/main.properties,sha256=gtLI9kC7UesUHcX3RVHHVgzCIN1lMNU0LzIWfiQMpr0,5206
149
+ bcsfe_wrapper/bcsfe/files/locales/tw/core/save.properties,sha256=xffKW4WBt5TLhnaU7qTqolDuV70yp4tfLBCLkG8ulkU,6879
150
+ bcsfe_wrapper/bcsfe/files/locales/tw/core/server.properties,sha256=XkQ3YIPcP3O2JXyrYYdz37BRyDJu4HnRiPtd6DYG8E4,3223
151
+ bcsfe_wrapper/bcsfe/files/locales/tw/core/theme.properties,sha256=Rn_EeR7gjWegUAVuKN2KIulxAdu5yivQmEmJT-bYN0k,1249
152
+ bcsfe_wrapper/bcsfe/files/locales/tw/core/updater.properties,sha256=UhgS47v1P0phunyw88GodTTo-sW3D61Rd3X4H1-MSME,579
153
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/bannable_items.properties,sha256=6NJi65ga90iTuRdaiPm6znhBnv1-uDTcXNEVxpEjSWg,1684
154
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/cats.properties,sha256=WN-t2JQbMPSgcrDrkw2rBKUQ9aPDxOXUKp83vrJCnxs,8116
155
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/enemy.properties,sha256=6o46c69p9EM0D0KWpn5_NTOPCn6H2ps-zhrCeoVuS5M,950
156
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/fixes.properties,sha256=z7esMdKZhTuqp6ZQQAYRdxKEVXNAtKuZxel_1EKQoeI,587
157
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/gambling.properties,sha256=BHqAgH3zX-WXzq30Kj1QxytR4DX2isbUkKSUCFE3u4g,180
158
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/gamototo.properties,sha256=ygf1OAmBry8EqEtltv7vnDXzmTD3jHkB7IsSp4WR8Jw,2132
159
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/gatya.properties,sha256=suEVNKGfIumf2V0-ivE1qBwszN6VZ0cb_hKgGOtcI0c,440
160
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/gold_pass.properties,sha256=iKw-u6_TZ3JRhIHzgf2voxeH9dxoD_UWCvmBKu2I5UI,674
161
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/items.properties,sha256=coHg0XCOEnGf0M6pZAr7FrGkCspy71VI5RUoa10WNj4,2501
162
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/map.properties,sha256=VzA2sJBV9Rpr4Ksos-UiUF27jScBVNXuEQfRfKv5Sk0,8489
163
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/medals.properties,sha256=38lzswb0_6E5SJrZJNu7E-BrtAST112U2qp6uy8uwtE,326
164
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/missions.properties,sha256=V5463OQng9mAOvbdha66z4pjDjrYFRjmptnlUUo_pl4,430
165
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/playtime.properties,sha256=QDXi67RxYaRHad6l2hENfHhm0E4KXaxH-_cwl4LXpcc,467
166
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/scheme_items.properties,sha256=wZqj_4VaWQCVB4Egwtupw-_9BW10QpvrXkuJ3uPIKPg,360
167
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/special_skills.properties,sha256=fcLpgCKE1ghBkjpKXhhHQWCbV9EDpSf0vNcGAhvRXOU,513
168
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/talent_orbs.properties,sha256=13ktS4ZHkM-VTT8u0ScjrWm_ExMYor-DDRft3NaB9Hw,1254
169
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/treasures.properties,sha256=zIndprfUZW2ByV_5dOEl6I3IaKDfRYe-bL7b-X-zItY,1431
170
+ bcsfe_wrapper/bcsfe/files/locales/tw/edits/user_rank.properties,sha256=74FiBdqXqLf8SOQbKfd5mEwzNk3x1oEV_A4nCnJ5tYU,526
171
+ bcsfe_wrapper/bcsfe/files/locales/vi/metadata.json,sha256=eagwi93_sJhfkRaZJE3tSx2B_xIN3au_Hdv2RsVP7pA,79
172
+ bcsfe_wrapper/bcsfe/files/locales/vi/core/config.properties,sha256=mFvhxqibN7ICHxFTqp-yVvUplzP9dhQo0LIU_8L26Ko,5169
173
+ bcsfe_wrapper/bcsfe/files/locales/vi/core/files.properties,sha256=Wic7wRwOsYdMapWPZ9A8TTpDo_u0LAZspkOUPGTrWdo,568
174
+ bcsfe_wrapper/bcsfe/files/locales/vi/core/input.properties,sha256=RQd09V3vc3reeALHHkYk-DEXJ4heFZU73suPGwT1ubM,1829
175
+ bcsfe_wrapper/bcsfe/files/locales/vi/core/locale.properties,sha256=w8sqleJd2vssSxd-e-zrIsQJabgcr4bOWhIogitv6is,9102
176
+ bcsfe_wrapper/bcsfe/files/locales/vi/core/main.properties,sha256=TGVpYp2A8UdJE6MUVs6YxhZEnOKlq_HYZ6QcmS2Z4jM,4126
177
+ bcsfe_wrapper/bcsfe/files/locales/vi/core/save.properties,sha256=_ThCkdinhPusghs9jO2i4XiBiL-EHH7oxAQrDOWVzyE,4940
178
+ bcsfe_wrapper/bcsfe/files/locales/vi/core/server.properties,sha256=hIE6ovkJ4gNAnpmfoAj20VrSTBhOHPAfg7VdQYOKMiM,1769
179
+ bcsfe_wrapper/bcsfe/files/locales/vi/core/theme.properties,sha256=Ise84OpupmAdo6evlKWQuQLereMQqc9V25aRBYei6-Q,1486
180
+ bcsfe_wrapper/bcsfe/files/locales/vi/core/updater.properties,sha256=WGhGd5uyCDpSVeoCPHE7krv2pRRx8lQXyQJ3TE8yL6Y,757
181
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/bannable_items.properties,sha256=tJAAjB212HXPXD0psXx8qHT1GWgZBm-n8Mj36AQ70qQ,1996
182
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/cats.properties,sha256=wQYbFaUyXeCz8DMwqJnypihWx85ptSV8aOgKPZAfw_Y,7536
183
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/enemy.properties,sha256=NJfdsWT1IWS0hW0mMq8b0LHiBa6LCy8bla5QHfGEXfk,1113
184
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/fixes.properties,sha256=YKZNWy4Z6wxqfNiDYotJgLwXMKNNP0WNObhBIdIpkYE,811
185
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/gambling.properties,sha256=LI-z1HuddkYP4oClj02kuhnocMM7actLpMBadDXD8U8,243
186
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/gamototo.properties,sha256=r2cZJEF0DpB6aTB4p03hT7F4nowQCSLFhT6f3llilu8,2239
187
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/gatya.properties,sha256=yPMW9VL1EfnGj2khUFm_1xd_pEn77C_bPhgY7leZ9DU,514
188
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/gold_pass.properties,sha256=JRcTpqDg5LY2_k2UdveCrTmmDhHlSEiG7w3w2PAiWXE,623
189
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/items.properties,sha256=SnJfuPYTC-E4ZCbXLcWdc6o_xgDIdiWl47PXmlVWL2U,2606
190
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/map.properties,sha256=VYefF8zXYAe8dq94jZ66UmvBl92-f_m4f4LMpmIpm5Q,8563
191
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/medals.properties,sha256=aQgVsWlqji2rh7F5NEl8kh0maC9oFfdds5_wUeuxRXE,389
192
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/missions.properties,sha256=JIIAIhKlxh83aE_IbZ26UhCom_uTinIAh5bq4-2Jzdk,663
193
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/playtime.properties,sha256=LcZooJFb3K3JHhYA161S5m2ygUNwPVUW0RzG4MT32hs,584
194
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/scheme_items.properties,sha256=cmBb-XHIHWrlKAb48pQ5lAHOQhNpvREfNBQs5naYCkQ,396
195
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/special_skills.properties,sha256=loDTChXMHztK_sLo2mo1-qWhtqnMvowjB6gOtBh6aH0,651
196
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/talent_orbs.properties,sha256=XRNabHsQOktZiVyqQ64MOa-t57SoHdfUvwgle42D2o0,1335
197
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/treasures.properties,sha256=U9uKsF4y0ouI0ZiIIzcPRc8At0GkbfpLeSj4Q5bJiSw,1634
198
+ bcsfe_wrapper/bcsfe/files/locales/vi/edits/user_rank.properties,sha256=FcldhzKM0UmuhmGzI3dGzxstuKcw-t-gkbmKLZT4VKg,603
199
+ bcsfe_wrapper/bcsfe/files/themes/default.json,sha256=w8eqqd9ATIFwUcvOWTdJjyd1T3LGgUm3iVkJhT5wfEo,392
200
+ bcsfe_wrapper/bcsfe/files/themes/discord.json,sha256=W1dtEev6tap_waHOxvSqENDcMRA9jfBvjW7t-ssdGs4,370
201
+ bcsfe_wrapper_python-0.1.4.dist-info/METADATA,sha256=Q8pGgl2dgjhTtn8BUPx3EyQJPuZpI0pgug1iByfMxYk,4326
202
+ bcsfe_wrapper_python-0.1.4.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
203
+ bcsfe_wrapper_python-0.1.4.dist-info/top_level.txt,sha256=kqyMKpAdNg39_kGGtqsxOSLPIb-qx7R1mQj1hReUsYM,14
204
+ bcsfe_wrapper_python-0.1.4.dist-info/RECORD,,