diff --git a/parts/language/dict_en.lua b/parts/language/dict_en.lua index bf64136c..c79d1012 100644 --- a/parts/language/dict_en.lua +++ b/parts/language/dict_en.lua @@ -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", diff --git a/parts/language/dict_zh.lua b/parts/language/dict_zh.lua index 3358b5ea..9df15524 100644 --- a/parts/language/dict_zh.lua +++ b/parts/language/dict_zh.lua @@ -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",