1
0
mirror of synced 2024-11-12 01:00:46 +01:00

Document a little bit of Tricoro's events, unlock Private BEMANI Gakuen songs if they're earned or force unlock is enabled.

This commit is contained in:
Jennifer Taylor 2024-01-02 01:35:19 +00:00
parent db9b34ced0
commit 7843c056dd

View File

@ -874,9 +874,13 @@ class IIDXTricoro(IIDXBase):
if self.omnimix and (not omni_events):
boss_phase = 0
else:
# TODO: Figure out what these map to
# TODO: Figure out what these map to, implement profile round tripping for them.
boss_phase = 0
# 1 is red phase
# 2 is blue phase
# 3 is yellow phase
boss = Node.void("boss")
root.add_child(boss)
boss.set_attribute("phase", str(boss_phase))
@ -1298,6 +1302,11 @@ class IIDXTricoro(IIDXBase):
achievements = Node.void("achievements")
root.add_child(achievements)
# Gakuen event, open up some additional unlocks.
gakuen = Node.void("gakuen")
root.add_child(gakuen)
gakuen.set_attribute("music_list", str(-1))
# Dailies
if pack_id is None:
achievements.set_attribute("pack", "0")