Skip to content

Commit

Permalink
Data: Ryza x Another Eden
Browse files Browse the repository at this point in the history
  • Loading branch information
HU-Lee committed Dec 6, 2024
1 parent 5e090be commit 8d37782
Show file tree
Hide file tree
Showing 19 changed files with 88 additions and 28 deletions.
61 changes: 44 additions & 17 deletions aecheck/compare.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,31 +98,58 @@ def compare_character(character: Character):

if __name__ == "__main__":
compare_character(Character(
english_name="Izuna",
english_name="Ryza",
korean_class_name=None,
style=Style.FOUR.value,
altema_url="https://altema.jp/anaden/chara/1116",
altema_url="https://altema.jp/anaden/chara/1118",
is_original_4star=True
))
# compare_character(Character(
# english_name="Rufus",
# korean_class_name="블레이즈 히어로",
# style=Style.AS.value,
# altema_url="https://altema.jp/anaden/chara/1114",
# ))
compare_character(Character(
english_name="Mighty",
korean_class_name="아쿠아 룰러",
english_name="Klaudia",
korean_class_name=None,
style=Style.FOUR.value,
altema_url="https://altema.jp/anaden/chara/1119",
is_original_4star=True
))
compare_character(Character(
english_name="Empel",
korean_class_name=None,
style=Style.FOUR.value,
altema_url="https://altema.jp/anaden/chara/1120",
is_original_4star=True
))
compare_character(Character(
english_name="Ryza",
korean_class_name="기예 연금술사",
style=Style.NS.value,
altema_url="https://altema.jp/anaden/chara/1118",
max_manifest=0
))
compare_character(Character(
english_name="Klaudia",
korean_class_name="정숙한 연주자",
style=Style.NS.value,
altema_url="https://altema.jp/anaden/chara/1119",
max_manifest=0
))
compare_character(Character(
english_name="Empel",
korean_class_name="유랑 연금술사",
style=Style.NS.value,
max_manifest=2,
altema_url="https://altema.jp/anaden/chara/3",
altema_url="https://altema.jp/anaden/chara/1120",
max_manifest=0
))
compare_character(Character(
english_name="Id",
korean_class_name=None,
style=Style.FOUR.value,
altema_url="https://altema.jp/anaden/chara/1121",
is_original_4star=True
))
compare_character(Character(
english_name="Izuna",
korean_class_name="카라스텐구",
english_name="Id",
korean_class_name="니르바나",
style=Style.NS.value,
altema_url="https://altema.jp/anaden/chara/1116",
# is_alter=True,
# alter_character_korean_name="츠바메",
altema_url="https://altema.jp/anaden/chara/1121",
max_manifest=0
))
Binary file removed aecheck/img/101000041_rank5.png
Binary file not shown.
Binary file removed aecheck/img/101000041_rank5_opened.png
Binary file not shown.
Binary file removed aecheck/img/101000391.png
Binary file not shown.
Binary file removed aecheck/img/101000391_rank5.png
Binary file not shown.
Binary file removed aecheck/img/101000391_rank5_opened.png
Binary file not shown.
Binary file added aecheck/img/101060191.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aecheck/img/101060191_rank5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aecheck/img/101060191_rank5_opened.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aecheck/img/101460121.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aecheck/img/101460121_rank5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aecheck/img/101460121_rank5_opened.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aecheck/img/101460131.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aecheck/img/101460131_rank5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aecheck/img/101460131_rank5_opened.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aecheck/img/101460141.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aecheck/img/101460141_rank5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aecheck/img/101460141_rank5_opened.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 44 additions & 11 deletions aecheck/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,25 +130,58 @@ def update_character(character: Character):

if __name__ == "__main__":
update_character(Character(
english_name="Izuna",
english_name="Ryza",
korean_class_name=None,
style=Style.FOUR.value,
altema_url="https://altema.jp/anaden/chara/1116",
altema_url="https://altema.jp/anaden/chara/1118",
is_original_4star=True
))
update_character(Character(
english_name="Mighty",
korean_class_name="아쿠아 룰러",
english_name="Klaudia",
korean_class_name=None,
style=Style.FOUR.value,
altema_url="https://altema.jp/anaden/chara/1119",
is_original_4star=True
))
update_character(Character(
english_name="Empel",
korean_class_name=None,
style=Style.FOUR.value,
altema_url="https://altema.jp/anaden/chara/1120",
is_original_4star=True
))
update_character(Character(
english_name="Ryza",
korean_class_name="기예 연금술사",
style=Style.NS.value,
altema_url="https://altema.jp/anaden/chara/1118",
max_manifest=0
))
update_character(Character(
english_name="Klaudia",
korean_class_name="정숙한 연주자",
style=Style.NS.value,
altema_url="https://altema.jp/anaden/chara/1119",
max_manifest=0
))
update_character(Character(
english_name="Empel",
korean_class_name="유랑 연금술사",
style=Style.NS.value,
max_manifest=2,
altema_url="https://altema.jp/anaden/chara/3",
altema_url="https://altema.jp/anaden/chara/1120",
max_manifest=0
))
update_character(Character(
english_name="Id",
korean_class_name=None,
style=Style.FOUR.value,
altema_url="https://altema.jp/anaden/chara/1121",
is_original_4star=True
))
update_character(Character(
english_name="Izuna",
korean_class_name="카라스텐구",
english_name="Id",
korean_class_name="니르바나",
style=Style.NS.value,
altema_url="https://altema.jp/anaden/chara/1116",
# is_alter=True,
# alter_character_korean_name="츠바메",
altema_url="https://altema.jp/anaden/chara/1121",
max_manifest=0
))

0 comments on commit 8d37782

Please sign in to comment.