cm: added support for 1.36, fixed importer

- Added support for Card Maker 1.36.xx
- Added cards importer to ONGEKI importer
- Added 4 new 1.36 gachas (requires importing them from opt files)
- Fixed version for Card Maker opt importer
This commit is contained in:
2023-03-05 23:54:13 +01:00
parent fe8f40c627
commit 74f3ab7c3f
16 changed files with 453 additions and 1844 deletions

View File

@ -2,8 +2,9 @@ class CardMakerConstants():
GAME_CODE = "SDED"
VER_CARD_MAKER = 0
VER_CARD_MAKER_136 = 1
VERSION_NAMES = ["Card Maker 1.34"]
VERSION_NAMES = ("Card Maker 1.34", "Card Maker 1.36")
@classmethod
def game_ver_to_string(cls, ver: int):