Skip to content

Commit

Permalink
Trickster fix:审阅意见
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuijkYahus authored Jan 14, 2025
1 parent c2e269c commit 44b702b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@
"item.trickster.cracked_echo_knot": "开裂的回响晶结",
"item.trickster.command_knot": "命令晶结",
"item.trickster.spell_core": "法术核心",
"item.trickster.rusted_spell_core": "生锈的法术核心",
"item.trickster.ominous_spell_core": "不祥的法术核心",
"item.trickster.rusted_spell_core": "生锈法术核心",
"item.trickster.ominous_spell_core": "不祥法术核心",
"block.trickster.spell_resonator": "法术谐振器",
"block.trickster.spell_construct": "法术组构台",
"block.trickster.modular_spell_construct": "模块式法术组构台",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
```

不是所有法术都能立即执行完毕。除非通过手镜施放,足够大的法术每秒只能执行一定数量的圆。只要需要施法者不死亡,法术本身不产生失策,并且仍有待执行的圆,这类法术甚至可以永远执行下去。
不是所有法术都能立即执行完毕。除非通过手镜施放,足够大的法术每秒只能执行一定数量的圆。只要施法者不死亡,法术本身不产生失策,并且仍有待执行的圆,这类法术甚至可以永远执行下去。

;;;;;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```json
{
"title": "不祥的法术核心",
"title": "不祥法术核心",
"icon": "trickster:ominous_spell_core",
"category": "trickster:items",
"required_advancements": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```json
{
"title": "生锈的法术核心",
"title": "生锈法术核心",
"icon": "trickster:rusted_spell_core",
"category": "trickster:items",
"required_advancements": [
Expand Down

0 comments on commit 44b702b

Please sign in to comment.