Skip to content

Commit 4ea56a9

Browse files
authored
HexxyPlane update:官库更新
1 parent b8a8e66 commit 4ea56a9

2 files changed

Lines changed: 39 additions & 9 deletions

File tree

projects/1.20-fabric/assets/1UNKNOWN/hexxyplanes/lang/en_us.flatten.json5

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
{
22
hexxyplanes: {
33
book: {
4+
interop: {
5+
oneironaut: {
6+
"": "Oneironaut",
7+
patterns: {
8+
spells: {
9+
exit_deconstruct: "Puts the dimension and the coordinates of my hexplane exit onto the stack."
10+
}
11+
}
12+
}
13+
},
414
patterns: {
515
spells: {
6-
"hexplane": {
16+
hexplane: {
717
"": "Hexplanes",
818
get_plane: "Retrieves an iota representing my hexplane.",
19+
exit_reveal: "Displays my hexplane exit to me.",
920
enter_plane: {
1021
"1": "Sends the target to the provided hexplane. Costs 2 \
1122
charged amethyst if the target is not already in a hexplane, \
@@ -27,6 +38,7 @@
2738
},
2839
plane_exit: {
2940
"1": "Marks the target location as my exit for the hexplane, \
41+
or resets it to be my spawn location if passed null, \
3042
causing me to be sent there upon using $(l:patterns/spells/hexplane\
3143
#hexxyplanes:plane_banish)$(action)Planar Expulsion/$ on myself.",
3244
"2": "Non-player entities will be sent here when using \
@@ -73,7 +85,9 @@
7385
enter_plane: "Planar Intrusion",
7486
plane_pos: "Planar Purification",
7587
plane_banish: "Planar Expulsion",
76-
plane_exit: "Planar Marking"
88+
plane_exit: "Planar Marking",
89+
exit_reveal: "Reveal Mark",
90+
exit_deconstruct: "Marker's Gambit"
7791
},
7892

7993
// use this to add shortened versions of pattern names if the full name won't fit in the ingame book
@@ -86,7 +100,8 @@
86100
invalid_value: {
87101
class: {
88102
plane: "a Hexplane"
89-
}
103+
},
104+
vecnull: "a vector or null"
90105
}
91106
}
92107
},

projects/1.20-fabric/assets/1UNKNOWN/hexxyplanes/lang/zh_cn.flatten.json5

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
{
22
hexxyplanes: {
33
book: {
4+
interop: {
5+
oneironaut: {
6+
"": "航梦",
7+
patterns: {
8+
spells: {
9+
exit_deconstruct: "返回我咒法位面的出口维度和坐标。"
10+
}
11+
}
12+
}
13+
},
414
patterns: {
515
spells: {
6-
"hexplane": {
16+
hexplane: {
717
"": "咒法位面",
818
get_plane: "返回代表我咒法位面的 iota。",
19+
exit_reveal: "向我展示我咒法位面的出口。",
920
enter_plane: {
1021
"1": "将目标送入所给咒法位面。若目标未在咒法位面内部,消耗 2 个\
1122
充能紫水晶;否则消耗 5 个紫水晶粉。",
@@ -26,9 +37,10 @@
2637

2738
},
2839
plane_exit: {
29-
"1": "将目标位置设为我咒法位面的退出点。此后,对自己使用\
30-
$(l:patterns/spells/hexplane#hexxyplanes:plane_banish)$(action)位面之驱逐/$\
31-
时会被传送至该处。",
40+
"1": "将目标位置设为我咒法位面的退出点,传入 Null 则将出口设为我的出生点。\
41+
此后,对自己使用$(l:patterns/spells/hexplane#hexxyplanes:plane_banish)$(action)位面之驱逐/$\
42+
时即会被传送至该处。",
43+
3244
"2": "对非玩家实体使用$(l:patterns/spells/hexplane#hexxyplanes:plane_banish)\
3345
$(action)位面之驱逐/$时也会将它们送至该处。不在位面内施放会招致事故。"
3446

@@ -73,7 +85,9 @@
7385
enter_plane: "位面之侵入",
7486
plane_pos: "位面之纯化",
7587
plane_banish: "位面之驱逐",
76-
plane_exit: "位面之标记"
88+
plane_exit: "位面之标记",
89+
exit_reveal: "揭示标记",
90+
exit_deconstruct: "标记者之策略"
7791
},
7892

7993
// use this to add shortened versions of pattern names if the full name won't fit in the ingame book
@@ -86,7 +100,8 @@
86100
invalid_value: {
87101
class: {
88102
plane: "一个咒法位面"
89-
}
103+
},
104+
vecnull: "一个向量或Null"
90105
}
91106
}
92107
},

0 commit comments

Comments
 (0)