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