From eea8368602cc9129e89f3c4608338bd4264fc1e3 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Tue, 2 Jan 2024 01:55:43 +0000 Subject: [PATCH] Unlock cafe del tran songs. --- bemani/backend/iidx/tricoro.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/bemani/backend/iidx/tricoro.py b/bemani/backend/iidx/tricoro.py index a6858b4..8d183f5 100644 --- a/bemani/backend/iidx/tricoro.py +++ b/bemani/backend/iidx/tricoro.py @@ -897,6 +897,8 @@ class IIDXTricoro(IIDXBase): root.add_child(medal) medal.set_attribute("phase", "1") + # Cafe del Tran event, shared with Jubeat. We just unlock all songs instead of implementing it + # properly for now. cafe = Node.void("cafe") root.add_child(cafe) cafe.set_attribute("open", "1") @@ -1307,6 +1309,21 @@ class IIDXTricoro(IIDXBase): root.add_child(gakuen) gakuen.set_attribute("music_list", str(-1)) + # Cafe Del Tran event, don't implement this for now (would need us to have songs played on Jubeat). + cafe = Node.void("cafe") + root.add_child(cafe) + cafe.set_attribute("food", str(0)) + cafe.set_attribute("pastry", str(0)) + cafe.set_attribute("rainbow", str(1)) + cafe.set_attribute("bastie", str(1)) + cafe.set_attribute("astraia", str(1)) + cafe.set_attribute("beachimp", str(1)) + cafe.set_attribute("holysnow", str(1)) + cafe.set_attribute("trueblue", str(1)) + cafe.set_attribute("ledvsscu", str(1)) + cafe.set_attribute("service", str(1)) + cafe.set_attribute("is_first", str(0)) + # Dailies if pack_id is None: achievements.set_attribute("pack", "0")