Logo
Explore Help
Sign In
aryma/artemis
1
0
Fork 0
You've already forked artemis
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
017ef1e224d5cc305d0bbaad1e0e1a71c38a0cf9
artemis/titles/cm/const.py

14 lines
295 B
Python
Raw Normal View History

let black do it's magic
2023-03-09 11:38:58 -05:00
class CardMakerConstants:
Initial Card Maker ONGEKI support
2023-03-03 23:46:29 +01:00
GAME_CODE = "SDED"
cm: added get_allnet_info
2023-03-06 16:06:17 +01:00
CONFIG_NAME = "cardmaker.yaml"
Initial Card Maker ONGEKI support
2023-03-03 23:46:29 +01:00
VER_CARD_MAKER = 0
Added support for maimai and Chunithm in Card Maker 1.34/1.35 (#14) Co-authored-by: Dniel97 <Dniel97@noreply.gitea.tendokyu.moe> Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/14 Co-authored-by: Dniel97 <dniel97@noreply.gitea.tendokyu.moe> Co-committed-by: Dniel97 <dniel97@noreply.gitea.tendokyu.moe>
2023-03-15 20:03:22 +00:00
VER_CARD_MAKER_135 = 1
Initial Card Maker ONGEKI support
2023-03-03 23:46:29 +01:00
Added support for maimai and Chunithm in Card Maker 1.34/1.35 (#14) Co-authored-by: Dniel97 <Dniel97@noreply.gitea.tendokyu.moe> Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/14 Co-authored-by: Dniel97 <dniel97@noreply.gitea.tendokyu.moe> Co-committed-by: Dniel97 <dniel97@noreply.gitea.tendokyu.moe>
2023-03-15 20:03:22 +00:00
VERSION_NAMES = ("Card Maker 1.34", "Card Maker 1.35")
Initial Card Maker ONGEKI support
2023-03-03 23:46:29 +01:00
@classmethod
def game_ver_to_string(cls, ver: int):
return cls.VERSION_NAMES[ver]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 84ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API