Skip to content

Commit

Permalink
Fix broken zh_cn link
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Jun 9, 2024
1 parent 1b2328e commit a04ae11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/src/main/resources/assets/hexal/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
"hexal.page.gates.2": "未锚定门径没有与任何事物绑定,可用于将实体送至任意位置。但其效率也会相应降低,只能将实体送至我所能影响的范围内的位置。门径烧入成功后,我的栈上便会出现一个代表其的 iota。我能以此 iota 标记实体,如此当我关闭门径时,所有被标记的实体就会被传送至门径终点。需注意关闭门径不会将其消耗,获得门径 iota 后便能永久使用。",
"hexal.page.gates.gate/make": "压入一个新的门径。所有此 iota 的复制品都指向同一个门径。消耗 32 个$(l:items/amethyst)$(item)充能紫水晶/$。若传入 Null,则构造未锚定门径;若传入一个向量,则构造位置锚定门径;若传入一个向量和一个实体,则构造实体锚定门径。",
"hexal.page.gates.gate/mark": "移除栈顶实体与门径,并标记该实体,被标记的实体会在对应门径关闭时被传送。消耗 1/20 个$(l:items/amethyst)$(item)紫水晶粉/$。",
"hexal.page.gates.gate/unmark": "移除栈顶门径与实体,并取消该实体的标记。若其已被$(l:patterns/spells/gates#hexal:gate/mark)$(action)开启门径/$标记,下一次门径关闭时其将不会被传送。",
"hexal.page.gates.gate/unmark": "移除栈顶门径与实体,并取消该实体的标记。若其已被$(l:patterns/great_spells/gates#hexal:gate/mark)$(action)开启门径/$标记,下一次门径关闭时其将不会被传送。",
"hexal.page.gates.gate/mark/num/get": "移除栈顶门径,返回被该门径标记的实体的数量。",
"hexal.page.gates.gate/mark/get": "移除栈顶门径和实体,判断该实体是否被该门径标记。",
"hexal.page.gates.gate/close": "移除栈顶锚定门径,或未锚定门径与位置向量。将所有被所给门径标记的实体传送至其锚定位置或所给位置。消耗 1/2 个$(l:items/amethyst)$(item)紫水晶碎片/$。若为未锚定门径,则每个实体每传送 1 格额外消耗 1 个$(l:items/amethyst)$(item)紫水晶粉/$。",
Expand Down

0 comments on commit a04ae11

Please sign in to comment.