Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions scraper/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,23 @@


#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)



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
Expand Down