词典添加防误硬降词条(英文待翻译)
This commit is contained in:
@@ -581,7 +581,13 @@ return{
|
||||
{"DAS cut",
|
||||
"dascut",
|
||||
"term",
|
||||
"Techmino exclusive: in Techmino, the DAS timer can be cleared or discharged for a short time when player start to control a new piece. This can reduce the case where a piece instantly starts moving if spawned with a direction button held.\n\nOther games may have a similar feature but may function differently.", },
|
||||
"Techmino exclusive: in Techmino, the DAS timer can be cleared or discharged for a short time when player start to control a new piece. This can reduce the case where a piece instantly starts moving if spawned with a direction button held.\n\nOther games may have a similar feature but may function differently.",
|
||||
},
|
||||
{"Auto-lock cut",
|
||||
"autolockcut mdcut daduan",
|
||||
"term",
|
||||
"",--TODO
|
||||
},
|
||||
{"SDF",
|
||||
"sdf softdropfactor",
|
||||
"term",
|
||||
|
||||
@@ -606,10 +606,15 @@ return{
|
||||
"打字时按住o,你会看到:ooooooooooo\n在时间轴上:o-----------o-o-o-o-o-o-o-o-o-o\n-----------就是das长度,-就是arr长度",
|
||||
},
|
||||
{"DAS打断",
|
||||
"dascut",
|
||||
"dascut daduan",
|
||||
"term",
|
||||
"本游戏中指玩家的操作焦点转移到新方块的瞬间,此时减小(重置)das计时器,让自动移动不会立刻生效,减少“移动键松开晚了导致下一块一出来就立即开始移动”的情况\n注:其他游戏中的das打断机制可能和本游戏的有区别,仅供参考",
|
||||
},
|
||||
{"误硬降打断",
|
||||
"autolockcut mdcut daduan",
|
||||
"term",
|
||||
"为了防止玩家硬降时当前方块已经锁定,下一块出现就被立刻硬降导致严重md,所以设计了此打断参数。\n方块自然锁定之后几帧内硬降键是无效的,具体看设置了多久。\n注:其他游戏中的防误硬降机制可能和本游戏的有区别,仅供参考",
|
||||
},
|
||||
{"SDF",
|
||||
"软降速度 sdf softdropfactor",
|
||||
"term",
|
||||
|
||||
Reference in New Issue
Block a user