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:
parent
db9b34ced0
commit
7843c056dd
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user