ppy / osu-difficulty-calculator

Processes raw beatmaps and saves difficulty attributes to a database backend
MIT License
68 stars 17 forks source link

Add flashlight difficulty attribute #191

Closed smoogipoo closed 3 years ago

smoogipoo commented 3 years ago

Reference: https://github.com/ppy/osu/pull/14217

INSERT INTO osu_difficulty_attribs (attrib_id, name, visible) VALUES (17, 'Flashlight', 0);
smoogipoo commented 3 years ago

Awaiting on a package update for this one.