Alpha V0.7.17
This commit is contained in:
@@ -3,17 +3,15 @@ return{
|
||||
royale_remain=function(n)return n.." Players Remain"end,
|
||||
cmb={nil,nil,"3 Combo","4 Combo","5 Combo","6 Combo","7 Combo","8 Combo","9 Combo","10 Combo!","11 Combo!","12 Combo!","13 Combo!","14 Combo!","15 Combo!","16 Combo!","17 Combo!","18 Combo!","19 Combo!","MEGACMB"},
|
||||
techrash="Techrash",
|
||||
techrashB2B="Techrash B2B",
|
||||
techrashB3B="Techrash B2B2B",
|
||||
techrashB2B="B2B Techrash",
|
||||
techrashB3B="B2B2B Techrash",
|
||||
block={"Z","S","L","J","T","O","I"},
|
||||
spin={"Z-spin","S-spin","L-spin","J-spin","T-spin","O-spin","I-spin"},
|
||||
clear={" single"," double"," triple"},
|
||||
b2b="B2B ",
|
||||
b3b="B2B2B ",
|
||||
spin={"Z-spin","S-spin","L-spin","J-spin","T-spin","O-spin","I-spin"},
|
||||
b2b="B2B ",b3b="B2B2B ",
|
||||
mini="Mini",
|
||||
PC="Perfect Clear",
|
||||
hold="Hold",
|
||||
next="Next",
|
||||
hold="Hold",next="Next",
|
||||
|
||||
stage={"STAGE 1","STAGE 2","STAGE 3","STAGE 4","STAGE 5",},
|
||||
maxspeed="Max speed",
|
||||
@@ -22,7 +20,9 @@ return{
|
||||
win="WIN",
|
||||
lose="LOSE",
|
||||
pause="PAUSE",
|
||||
|
||||
finish="FINISH",
|
||||
pauseTime="Pause time",
|
||||
|
||||
custom="Custom Game",
|
||||
customOption={
|
||||
drop="Drop delay:",
|
||||
@@ -76,7 +76,7 @@ return{
|
||||
blind="Invisible board",
|
||||
dig="Downstack!",
|
||||
survivor="Hand them!",
|
||||
tech="Techniques practice",
|
||||
tech="Don't do normal clear",
|
||||
pctrain="Let's learn some PCs",
|
||||
pcchallenge="Make PCs in 100 Lines",
|
||||
techmino41="Melee fight with 40 AIs",
|
||||
@@ -104,19 +104,28 @@ return{
|
||||
"Small DAS&ARR can make you faster,if you can adapt to it",
|
||||
"Have you noticed what does \"rotating\" do to block?",
|
||||
"20G is a brand new game rule",
|
||||
"Do not play this game in class!",
|
||||
"Do not play game in class!",
|
||||
"This game can be very hard,be mentally perpared",
|
||||
"This in not a casual game",
|
||||
},
|
||||
stat={
|
||||
"Games run:",
|
||||
"Games played:",
|
||||
"Game time:",
|
||||
"Total block used:",
|
||||
"Total rows cleared:",
|
||||
"Total lines sent:",
|
||||
"Total key pressed:",
|
||||
"Total rotate:",
|
||||
"Total hold:",
|
||||
"Total block used:",
|
||||
"Total rows cleared:",
|
||||
"Total attack:",
|
||||
"Total sent:",
|
||||
"Total receive:",
|
||||
"Total pend:",
|
||||
"Total clear:",
|
||||
"Total spin:",
|
||||
"Total B2B:",
|
||||
"Total PC:",
|
||||
"Total Efficiency",
|
||||
},
|
||||
help={
|
||||
"I don't think you need \"help\".",
|
||||
|
||||
Reference in New Issue
Block a user