Add lvl19 and lvl29 starts for Classic mode, rename from classic_fast to classic_hard (#285)
* Add more Lvl19 Classic start * Add lvl29 Classic start * Rename classic_fast.lua to classic_hard.lua * Update and rename classic_fast.lua to classic_hard.lua * Add Classic Lunatic mode (lvl19 start) * Rename classic_hard.lua to classic_h.lua * Rename classic_lunatic.lua to classic_l.lua * Rename classic_ultimate.lua to classic_u.lua * Rename classic_hard.lua to classic_h.lua * Add lvl19 and lvl29 start * Update modes.lua * Update classic_h.lua * Create classic_u.lua * Update classic_u.lua * Update english language to add Classic text * Added more space between Classic modes * Add compatibility for old replays * Update lang_en.lua * deleted classic ultimate and master m21 overlap * Added Classic modes into spanish I do not speak spanish, I just copied from the other entries, hopefully it's right.... * Update lang_fr.lua * Update lang_pt.lua * Update lang_yygq.lua sorry if wrong, i don't really know much chinese * Update lang_zh.lua * Update lang_zh2.lua * added a single = sign i forgot to add this, whoops! * added a single comma yes, i'm that dumb.
This commit is contained in:
committed by
GitHub
parent
5c5ec3e16c
commit
ee139d5ff0
@@ -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_fast','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_h','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'}},
|
||||
@@ -45,7 +45,7 @@ return{
|
||||
|
||||
{name='master_n', x=0, y=-1000, size=40,shape=1,icon="master", unlock={'master_h'}},
|
||||
{name='master_h', x=0, y=-1200, size=40,shape=3,icon="master", unlock={'master_final','master_ex','master_ph','master_m'}},
|
||||
{name='master_m', x=-150, y=-1320, size=30,shape=3,icon="master"},
|
||||
{name='master_m', x=150, y=-1320, size=30,shape=3,icon="master"},
|
||||
{name='master_final', x=0, y=-1600, size=40,shape=2,icon="master"},
|
||||
{name='master_ph', x=-150, y=-1500, size=40,shape=2,icon="master"},
|
||||
{name='master_ex', x=150, y=-1500, size=40,shape=2,icon="master_ex"},
|
||||
@@ -61,7 +61,9 @@ 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_fast', x=-150, y=-950, size=40,shape=2,icon="classic"},
|
||||
{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='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'}},
|
||||
@@ -125,6 +127,7 @@ return{
|
||||
--Old
|
||||
{name='master_l'},
|
||||
{name='master_u'},
|
||||
{name='classic_fast'},
|
||||
|
||||
--Special
|
||||
{name='custom_puzzle'},
|
||||
|
||||
Reference in New Issue
Block a user