Skip to content

Commit

Permalink
词典微调
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZ626 committed Dec 2, 2024
1 parent cfbe846 commit 8790217
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
3 changes: 1 addition & 2 deletions assets/dict_base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ local baseDict={
{'term1: clear'},
{'term1: clear_big',hidden=function() return false end},
{'term1: clear_huge',hidden=function() return false end},
{'term1: next'},
{'term1: hold'},
{'term1: next_hold'},
{'term2: combo'},
{'term2: rotation_system'},
{'term2: spin'},
Expand Down
14 changes: 6 additions & 8 deletions assets/language/dict_zh.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,11 @@ C.肌肉疲劳反应和协调能力下降,需进行睡眠或体育运动。
20行:Ultracrash
21行:Impossicrash
# next
@ title 预览队列(Next)
即将生成的方块队列。提前思考未来的块可以怎么摆有助于优化当前控制块的选择。
# next_hold
@ title 预览与暂存(Next / Hold
预览:即将生成的方块队列。提前思考未来的块可以怎么摆有助于优化当前控制块的选择。
# hold
@ title 暂存(Hold)
将当前控制块放入暂存槽位,把暂存槽位中的方块取出来作为控制块。用于调整块序,优化摆放策略。
暂存:将当前控制块放入暂存槽位并取出槽位中的方块作为控制块。用于调整块序,优化摆放策略。
# combo
@ title 连击(Combo)
Expand All @@ -149,8 +147,8 @@ C.肌肉疲劳反应和协调能力下降,需进行睡眠或体育运动。
在规则允许的情况下,使用旋转操作将方块卡进不能直接移到的位置称为卡块,操作会根据使用的具体方块被称为Z-Spin、J-Spin等。
如果卡块的同时产生了消除,则该消除为卡块消。
~~
如果只有T块进行此判定,只能做出T-spin时,称为T-Only规则。
如果所有的块都被允许进行此判定的检测,称为All-Spin规则。
如果有Spin的判定但仅对T块进行,那么就只能做出T-spin,称为T-Only规则。
如果所有块都进行此判定,称为All-Spin规则。
# all_clear
@ title 全消(AC)
Expand Down

0 comments on commit 8790217

Please sign in to comment.