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

@@ -21,7 +21,7 @@ return{
{name='dig_100l', x=-600, y=-200, size=40,shape=1,icon="dig_sprint", unlock={'dig_400l'}},
{name='dig_400l', x=-800, y=-200, size=40,shape=1,icon="dig_sprint"},
{name='marathon_n', x=0, y=-600, size=60,shape=1,icon="marathon", unlock={'marathon_h','rhythm_e','solo_e','round_e','blind_e','classic_h','survivor_e','bigbang','zen'}},
{name='marathon_n', x=0, y=-600, size=60,shape=1,icon="marathon", unlock={'marathon_h','rhythm_e','solo_e','round_e','blind_e','classic_e','survivor_e','bigbang','zen'}},
{name='marathon_h', x=0, y=-800, size=50,shape=1,icon="marathon", unlock={'master_n'}},
{name='solo_e', x=-600, y=-1000, size=40,shape=1,icon="solo", unlock={'solo_n'}},
@@ -61,9 +61,11 @@ return{
{name='blind_u', x=150, y=-1100, size=30,shape=3,icon="hidden", unlock={'blind_wtf'}},
{name='blind_wtf', x=150, y=-1200, size=25,shape=2,icon="hidden"},
{name='classic_h', x=-150, y=-950, size=40,shape=2,icon="classic", unlock={'classic_l'}},
{name='classic_l', x=-150, y=-1100, size=40,shape=2,icon="classic", unlock={'classic_u'}},
{name='classic_u', x=-150, y=-1250, size=40,shape=2,icon="classic"},
{name='classic_e', x=-150, y=-825, size=40,shape=1,icon="classic", unlock={'classic_n'}},
{name='classic_n', x=-150, y=-950, size=40,shape=3,icon="classic", unlock={'classic_h'}},
{name='classic_h', x=-150, y=-1075, size=40,shape=2,icon="classic", unlock={'classic_l'}},
{name='classic_l', x=-150, y=-1200, size=40,shape=2,icon="classic", unlock={'classic_u'}},
{name='classic_u', x=-150, y=-1325, size=40,shape=2,icon="classic"},
{name='survivor_e', x=300, y=-600, size=40,shape=1,icon="survivor", unlock={'survivor_n'}},
{name='survivor_n', x=500, y=-600, size=40,shape=1,icon="survivor", unlock={'survivor_h','attacker_h','defender_n','dig_h'}},