From f4947241f606a9fcc5ff56af4db08c49f063f232 Mon Sep 17 00:00:00 2001 From: TalkingDinosaur <162406313+TalkingDinosaur@users.noreply.github.com> Date: Thu, 19 Feb 2026 19:26:03 -0800 Subject: [PATCH] CYL2 Harmonics + Chosen Fjart --- scraper/test.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/scraper/test.py b/scraper/test.py index 1539fb6..d2c9aff 100644 --- a/scraper/test.py +++ b/scraper/test.py @@ -10,8 +10,8 @@ #skill_scrape.upgrade_sp('') -skill_scrape.upgrade_passive('Fetters of Dromi') -skill_scrape.upgrade_passive('Fruit of Life') +#skill_scrape.upgrade_passive('Fetters of Dromi') +#skill_scrape.upgrade_passive('Fruit of Life') with open(file, 'w') as fp: json.dump(obj, fp) @@ -19,15 +19,14 @@ units = [ - "Céline: Love's Aroma", - "Hortensia: Cutesplosion", - "Louis: Petal Knight", - "Veyle: Sister Dragons", + "Celica: With Grace", + "Fjorm: Icy Miracle", + "Hector: Into the Fray" ] -alts = ["Valentines"] # 'None' (as in null) uses defaults such as "normal" and "regular". use [] for no alts. maybe this is unintuitive. +alts = [] # 'None' (as in null) uses defaults such as "normal" and "regular". use [] for no alts. maybe this is unintuitive. #alts = ["Winter", "Christmas", "W"] version = None # will calculate the book & chapter the game is currently on when this is run