Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d15fc9f
Trickster update:初步
ChuijkYahus Sep 27, 2025
9a09a8d
Trickster update:官库更新
ChuijkYahus Sep 27, 2025
cb1cc7d
Trickster fix
ChuijkYahus Sep 27, 2025
8601571
Trickster update:官库更新
ChuijkYahus Nov 27, 2025
5f67ca5
Trickster update:官库更新
ChuijkYahus Dec 19, 2025
d1e6bcd
Trickster update:官库更新
ChuijkYahus Jan 21, 2026
7ea0e9d
Trickster update:官库更新
ChuijkYahus Feb 15, 2026
120e242
Trickster update:官库更新
ChuijkYahus Feb 18, 2026
ba3a3f7
Trickster update:官库更新
ChuijkYahus Mar 2, 2026
889c892
Trickster update:官库更新
ChuijkYahus Mar 9, 2026
70497b6
Trickster update:版本更新
ChuijkYahus Mar 18, 2026
3895450
Update projects/1.21-fabric/assets/trickster/trickster/lavender/entri…
ChuijkYahus Mar 24, 2026
11979b2
Update projects/1.21-fabric/assets/trickster/trickster/lavender/entri…
ChuijkYahus Mar 24, 2026
8297dc7
Update projects/1.21-fabric/assets/trickster/trickster/lavender/entri…
ChuijkYahus Mar 24, 2026
92b418d
Update projects/1.21-fabric/assets/trickster/trickster/lavender/entri…
ChuijkYahus Mar 24, 2026
998fd58
Update projects/1.21-fabric/assets/trickster/trickster/lavender/entri…
ChuijkYahus Mar 24, 2026
f604573
Update projects/1.21-fabric/assets/trickster/trickster/lavender/entri…
ChuijkYahus Mar 24, 2026
ad7a051
Trickster update:官库更新
ChuijkYahus Apr 26, 2026
5a74204
Trickster fix
ChuijkYahus Apr 26, 2026
7ffebf0
Trickster update:官库更新
ChuijkYahus May 9, 2026
fdc0564
Trickster update:官库更新
ChuijkYahus May 17, 2026
125f080
Trickster update:官库更新
ChuijkYahus Jun 3, 2026
f1d2e19
Trickster update:官库更新
ChuijkYahus Jun 22, 2026
98790ff
chore: migrate to new path structure
Jun 23, 2026
072a4e5
Trickster mv
ChuijkYahus Jun 24, 2026
f6ef2ac
Trickster mv 2
ChuijkYahus Jun 24, 2026
311cf51
Trickster update:官库更新
ChuijkYahus Jun 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
231 changes: 213 additions & 18 deletions projects/assets/trickster/1.21-fabric/trickster/lang/en_us.json

Large diffs are not rendered by default.

258 changes: 240 additions & 18 deletions projects/assets/trickster/1.21-fabric/trickster/lang/en_us.yml

Large diffs are not rendered by default.

243 changes: 219 additions & 24 deletions projects/assets/trickster/1.21-fabric/trickster/lang/zh_cn.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```json
{
"title": "Concepts",
"icon": "trickster:top_hat",
"ordinal": -1
}
```

This category contains some useful conventions and concepts used in common magics.
```json
{
"title": "Concepts",
"icon": "trickster:top_hat",
"ordinal": 0
}
```
This category contains some useful conventions and concepts used in common magics.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
```json
{
"title": "Delusions & Ingresses",
"icon": "trickster:mirror_of_evaluation",
"ordinal": 1,
"parent": "trickster:tricks"
}
```

Delusion tricks generate a value based on context, with no input given.
These usually make up the leaf nodes of a spell tree.


Ingress tricks gather information based on the input given.
Unlike distortions however, they aren't guaranteed to always return the same result.
```json
{
"title": "Delusions & Ingresses",
"icon": "trickster:mirror_of_evaluation",
"ordinal": 0,
"parent": "trickster:tricks"
}
```
Delusion tricks generate a value based on context, with no input given.
These usually make up the leaf nodes of a spell tree.
Ingress tricks gather information based on the input given.
Unlike distortions however, they aren't guaranteed to always return the same result.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
```json
{
"title": "Distortions & Stratagems",
"icon": "trickster:scroll_and_quill",
"ordinal": 2,
"parent": "trickster:tricks"
}
```

Distortions tricks purely manipulate data.
When given the same set of inputs, these will always give the same output.


Stratagem tricks are distortions which take a variable amount of inputs.
```json
{
"title": "Distortions & Stratagems",
"icon": "trickster:scroll_and_quill",
"ordinal": 10,
"parent": "trickster:tricks"
}
```
Distortion tricks purely manipulate data.
When given the same set of inputs, these will always give the same output.
Stratagem tricks are distortions which take a variable amount of inputs.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
```json
{
"title": "Infrastructure",
"icon": "trickster:modular_spell_construct",
"ordinal": 20,
"parent": "trickster:items"
}
```

Items and blocks that provide means of automation or infrastructure, be that mana-related or otherwise.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```json
{
"title": "Items",
"icon": "trickster:macro_ring",
"ordinal": 0
}
```

Entries in this category go over some of the items available to the aspiring magician.
```json
{
"title": "Items",
"icon": "trickster:macro_ring",
"ordinal": 10
}
```
Entries in this category go over some of the items available to the aspiring magician.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
```json
{
"title": "Mana",
"icon": "trickster:amethyst_knot",
"ordinal": 10,
"parent": "trickster:items"
}
```

Items that hold or interact directly with mana in some way or other.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
```json
{
"title": "Mana",
"icon": "trickster:esoteric_mana",
"required_advancements": [
"trickster:trigger/mana_types"
],
"ordinal": 30,
"trickster:page_texture": "trickster:textures/gui/white_book_note.png"
}
```

I've added this category to keep track of the different and unique types of mana I've discovered so far.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
```json
{
"title": "Ploys",
"icon": "trickster:wand",
"ordinal": 3,
"parent": "trickster:tricks"
}
```

Ploys are a subset of tricks that perform actions and either alter the world, or something less substantial.


Often, ploys will have a mana cost. This is denoted by a swirl icon under the pattern.
```json
{
"title": "Ploys",
"icon": "trickster:wand",
"ordinal": 20,
"parent": "trickster:tricks"
}
```
Ploys are a subset of tricks that perform actions and either alter the world, or something less substantial.
Often, ploys will have a mana cost. This is denoted by a swirl icon under the pattern.
Hover over the icon to see how mana cost is calculated.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
```json
{
"title": "Tricks",
"icon": "trickster:written_scroll",
"ordinal": 1
}
```

Tricks are the base unit that spells are constructed from.


```json
{
"title": "Tricks",
"icon": "trickster:written_scroll",
"ordinal": 20
}
```
Tricks are the base unit that spells are constructed from.
A trick takes inputs and/or outputs and either performs an operation on them, or creates side effects.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
```json
{
"title": "Tutorials",
"icon": "minecraft:filled_map",
"ordinal": 2
}
```

Start learning circle-based magic here.
This category contains a set of linear tutorials to take you through the most important concepts.
```json
{
"title": "Tutorials",
"icon": "minecraft:filled_map",
"ordinal": 40
}
```
This category contains a set of linear tutorials to take you through the most
important concepts necessary to begin creating spells with the Great Language.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
```json
{
"title": "Writing & Casting",
"icon": "trickster:wand",
"ordinal": 0,
"parent": "trickster:items"
}
```

A mage's personal writing and casting implements.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```json
{
"title": "概念",
"icon": "trickster:top_hat",
"ordinal": -1
}
```

本分类主要涉及普通魔术中一些有用的惯例和概念。
```json
{
"title": "概念",
"icon": "trickster:top_hat",
"ordinal": 0
}
```
本分类主要涉及普通魔术中一些有用的惯例和概念。
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
```json
{
"title": "错觉术与辑流术",
"icon": "trickster:mirror_of_evaluation",
"ordinal": 1,
"parent": "trickster:tricks"
}
```

错觉术会根据上下文生成值,无需输入。通常作为法术树的叶节点存在。


辑流术会根据输入收集信息。此类戏法与错觉术不同,它们多次执行产生的结果不一定一致。
```json
{
"title": "错觉术与辑流术",
"icon": "trickster:mirror_of_evaluation",
"ordinal": 0,
"parent": "trickster:tricks"
}
```
错觉术会根据上下文生成值,无需输入。通常作为法术树的叶节点存在。
辑流术会根据输入收集信息。此类戏法与错觉术不同,它们多次执行产生的结果不一定一致。
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
```json
{
"title": "曲变术与谋略术",
"icon": "trickster:scroll_and_quill",
"ordinal": 10,
"parent": "trickster:tricks"
}
```

曲变术是仅对数据进行操作的纯戏法。给定相同的输入,必定得出同样的输出。


谋略术是输入数目可变的曲变术。
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
```json
{
"title": "基础设备",
"icon": "trickster:modular_spell_construct",
"ordinal": 20,
"parent": "trickster:items"
}
```

用于自动化和基础建设的物品与方块,无论与魔力相关与否。
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
```json
{
"title": "物品",
"icon": "trickster:macro_ring",
"ordinal": 0
}
```

本分类下的条目介绍了各式物品,任诸位雄心壮志的魔术师和戏法师们挑选。
```json
{
"title": "物品",
"icon": "trickster:macro_ring",
"ordinal": 10
}
```
本分类下的条目介绍了各式物品,任诸位雄心壮志的魔术师和戏法师们挑选。
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
```json
{
"title": "魔力",
"icon": "trickster:amethyst_knot",
"ordinal": 10,
"parent": "trickster:items"
}
```

以某种方式存储或与魔力直接交互的物品。
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
```json
{
"title": "魔力",
"icon": "trickster:esoteric_mana",
"required_advancements": [
"trickster:trigger/mana_types"
],
"ordinal": 30,
"trickster:page_texture": "trickster:textures/gui/white_book_note.png"
}
```

为记录我目前发现的各种魔力类型,我新加了这一分类。
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
```json
{
"title": "技巧术",
"icon": "trickster:wand",
"ordinal": 20,
"parent": "trickster:tricks"
}
```

技巧术是一类能够执行特定操作的戏法,它们可对世界造成影响,或至少对一些事物造成影响。


通常来说,技巧术会消耗魔力。有消耗的图案下方画有一个涡旋。将鼠标悬停在其上可查看消耗量的计算方式。
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
```json
{
"title": "戏法",
"icon": "trickster:written_scroll",
"ordinal": 1
}
```

戏法是法术的基本构成单元。


```json
{
"title": "戏法",
"icon": "trickster:written_scroll",
"ordinal": 20
}
```
戏法是法术的基本构成单元。
戏法会接收输入、输出、或二者均取,并对其执行一定的操作,或是产生些许副作用。
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
```json
{
"title": "教程",
"icon": "minecraft:filled_map",
"ordinal": 40
}
```

本分类下有若干按序排布的教程,用以手把手教导使用伟大语言所需最为重要的概念。
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
```json
{
"title": "绘制与施法",
"icon": "trickster:wand",
"ordinal": 0,
"parent": "trickster:items"
}
```

法师的个人绘制和施法设备。
Loading
Loading