bcsfe-wrapper-python 0.1.7__py3-none-any.whl → 0.1.8__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.
bcsfe_wrapper/wrapper.py CHANGED
@@ -53,7 +53,6 @@ class BCSFEWrapper:
53
53
  return codes
54
54
  return None, None
55
55
 
56
- # 制限を無視して設定するための内部メソッド
57
56
  def _set_val(self, attr: str, amount: int):
58
57
  setattr(self.save_file, attr, amount)
59
58
 
@@ -113,6 +112,10 @@ class BCSFEWrapper:
113
112
  chapter.clear_all(self.save_file)
114
113
  for stage in chapter.stages: stage.treasure = 3
115
114
 
115
+ # 魔界編の解放
116
+ def unlock_aku_realm(self):
117
+ edits.aku_realm.unlock_aku_realm(self.save_file)
118
+
116
119
  def edit_gamatoto_xp(self, xp: int): self.save_file.gamatoto.xp = xp
117
120
  def edit_ototo_engineers(self, amount: int): self.save_file.ototo.engineers = amount
118
121
  def unban(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bcsfe-wrapper-python
3
- Version: 0.1.7
3
+ Version: 0.1.8
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
@@ -1,5 +1,5 @@
1
1
  bcsfe_wrapper/__init__.py,sha256=o2LbyVJjuRV1gap8wDbsv39kEUJM1rt8Lq49u1RYYXA,268
2
- bcsfe_wrapper/wrapper.py,sha256=Fl2XhILwH_BhMizDvsWbNiRA-G2meycZjU0IKdIFG84,5893
2
+ bcsfe_wrapper/wrapper.py,sha256=S2h-jzE4bnQldJt6pDTQc1jyrF8f0_JMzGVQoHw8u4E,5941
3
3
  bcsfe_wrapper/bcsfe/__init__.py,sha256=vCHjSoJq5u684HLQXahhtA64MZWffNHFdhweP7RM0f4,144
4
4
  bcsfe_wrapper/bcsfe/__main__.py,sha256=Dam14Fv6L-tRRufIkIRpr69dM0b2ybU1eALJxIw_eFI,2091
5
5
  bcsfe_wrapper/bcsfe/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -198,7 +198,7 @@ bcsfe_wrapper/bcsfe/files/locales/vi/edits/treasures.properties,sha256=U9uKsF4y0
198
198
  bcsfe_wrapper/bcsfe/files/locales/vi/edits/user_rank.properties,sha256=FcldhzKM0UmuhmGzI3dGzxstuKcw-t-gkbmKLZT4VKg,603
199
199
  bcsfe_wrapper/bcsfe/files/themes/default.json,sha256=w8eqqd9ATIFwUcvOWTdJjyd1T3LGgUm3iVkJhT5wfEo,392
200
200
  bcsfe_wrapper/bcsfe/files/themes/discord.json,sha256=W1dtEev6tap_waHOxvSqENDcMRA9jfBvjW7t-ssdGs4,370
201
- bcsfe_wrapper_python-0.1.7.dist-info/METADATA,sha256=a5eGItff14vKwhtrv88JRfjLGt_rHOre2d3X6jRF6n0,4326
202
- bcsfe_wrapper_python-0.1.7.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
203
- bcsfe_wrapper_python-0.1.7.dist-info/top_level.txt,sha256=kqyMKpAdNg39_kGGtqsxOSLPIb-qx7R1mQj1hReUsYM,14
204
- bcsfe_wrapper_python-0.1.7.dist-info/RECORD,,
201
+ bcsfe_wrapper_python-0.1.8.dist-info/METADATA,sha256=wVEXszrvVmqtcrjIXF7rTIh_m4PkavikXnJC8y0QTBU,4326
202
+ bcsfe_wrapper_python-0.1.8.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
203
+ bcsfe_wrapper_python-0.1.8.dist-info/top_level.txt,sha256=kqyMKpAdNg39_kGGtqsxOSLPIb-qx7R1mQj1hReUsYM,14
204
+ bcsfe_wrapper_python-0.1.8.dist-info/RECORD,,