中文词典添加are和line are两个词条,英文词典添加几个todo

This commit is contained in:
MrZ626
2021-10-29 16:01:42 +08:00
parent cee1c41c35
commit bc55c3d892
2 changed files with 35 additions and 0 deletions

View File

@@ -636,6 +636,16 @@ return{
"term",
"The delay between block touching the ground and locking down (i.e. can no longer be controlled, and the next piece spawns).\nModern Tetris games often have forgiving lockdown delay mechanics where you can reset this delay by moving or rotating (up to 15 times), and you can sometimes stall for time by doing this. Classic Tetris games often have a far less forgiving lockdown delay.",
},
{"ARE",
"are delay",
"term",
"",--TODO
},
{"line ARE",
"line are delay",
"term",
"",--TODO
},
{"Finesse",
"finesse",
"term",
@@ -691,6 +701,21 @@ return{
"term",
"A way to generate pieces, notably used in Tetris: The Grand Master games. Every time a random Tetromino is selected, but if this Tetromino is the same as one of the few previous pieces, then reroll until a different piece is rolled or until a reroll limit is reached.\nFor example, a \"his 4 roll 6\" (h4r6) generator rerolls when the piece is the same as one of the 4 previous pieces and rerolls up to 6 times.\nThere are other variations as well, such as \"his4 roll6 pool35\", which further reduces the randomness of the piece sequence.\n\nIn Techmino, the max. reroll count is half of the sequence length, rounded up.",
},
{"HisPool generator",
"hisPool history pool",
"term",
"",--TODO
},
{"bagES generator",
"bages",
"term",
"*Techmino-exclusive*\n",--TODO
},
{"Reverb generator",
"reverb",
"term",
"*Techmino-exclusive*\n",--TODO
},
{"Hypertapping",
"hypertapping",
"term",

View File

@@ -662,6 +662,16 @@ return{
"term",
"方块<碰到地面到锁定>之间的时间。经典块仅方块下落一格时刷新倒计时,而现代方块中往往任何操作都将重置该倒计时(但是方块本身必须可以移动/旋转所以连续移动和操作可以让方块不马上锁定拖一会时间本游戏和部分游戏重置次数有限一般是15",
},
{"出块延迟",
"出块延迟 are delay chukuaiyanchi",
"term",
"方块<锁定完成到下一个方块出现>之间的时间英文是ARE。",
},
{"消行延迟",
"消行延迟 line are delay xiaohangyanchi",
"term",
"方块<锁定完成能消行时的消行动画>占据的时间英文是line ARE。",
},
{"Finesse",
"极简操作 最简操作 finesse jijiancaozuo zuijiancaozuo",
"term",