Add easier Classic modes (#302)

* Remove SDARR limitation on Rhythm

* Remove SDARR limitation on Rhythm

* Remove SDARR limitation on Rhythm

* Revert "Remove SDARR limitation on Rhythm"

This reverts commit 1a0a56bbf6.

* Add classic modes: easy and normal

(Easy: lvl9 start, Normal: lvl15 start)

* fixed typos

* Updated map
This commit is contained in:
Not-A-Normal-Robot
2021-09-21 00:58:17 +07:00
committed by MrZ626
parent 6f715a663a
commit 30ed4179d6
6 changed files with 172 additions and 4 deletions

View File

@@ -789,6 +789,8 @@ return{
['blind_l']= {"Invisible", "SUDDEN+", "For professionals."},
['blind_u']= {"Invisible", "?", "Are you ready?"},
['blind_wtf']= {"Invisible", "WTF", "You're not ready."},
['classic_e']= {"Classic", "EASY", "A very low-speed recreation from the 80s."},
['classic_n']= {"Classic", "NORMAL", "A low-speed recreation from the 80s."},
['classic_h']= {"Classic", "HARD", "A medium speed recreation from the 80s."},
['classic_l']= {"Classic", "LUNATIC", "A high-speed recreation from the 80s."},
['classic_u']= {"Classic", "ULTIMATE", "A very high-speed recreation from the 80s."},