Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"item.partytrick.pepernoot": "Pepernoot",

"trickster.trick.partytrick.pepernoten_creation": "Sinterklaas's Ploy",
"trickster.trick.partytrick.summon_snowball": "Winter's Ploy",
"trickster.trick.partytrick.summon_spit": "Llama's Ploy",
"trickster.trick.partytrick.summon_wind_charge": "Aang's Ploy",
"trickster.trick.partytrick.light_particle": "Radiance Ploy",
"trickster.trick.partytrick.conjure_colored_light": "Illumination Ploy",
"trickster.trick.partytrick.change_color": "Painter's Ploy",
"trickster.trick.partytrick.get_color": "Eye Dropper's Ingress",
"trickster.trick.partytrick.dye_to_vector": "Designer's Distortion"}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"item.partytrick.pepernoot": "胡椒小饼",

"trickster.trick.partytrick.pepernoten_creation": "圣尼古拉斯之技巧",
"trickster.trick.partytrick.summon_snowball": "寒冬之技巧",
"trickster.trick.partytrick.summon_spit": "羊驼之技巧",
"trickster.trick.partytrick.summon_wind_charge": "安昂之技巧",
"trickster.trick.partytrick.light_particle": "辐光之技巧",
"trickster.trick.partytrick.conjure_colored_light": "耀光之技巧",
"trickster.trick.partytrick.change_color": "画家之技巧",
"trickster.trick.partytrick.get_color": "吸管之辑流",
"trickster.trick.partytrick.dye_to_vector": "设计师之曲变"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
```json
{
"title": "Colors ",
"icon": "minecraft:white_dye",
"category": "trickster:tricks",
"additional_search_terms": [
"Illumination Ploy",
"Radiance Ploy",
"Painter's Ploy",
"Eye Dropper's Ingress",
"Designer's Distortion"
]
}
```

Color can be used in two ways, either a dye item or vector that represents the red, green and blue with values from 0 to 255.

Added by Party Trick.

;;;;;

<|ploy@trickster:templates|trick-id=partytrick:change_color,cost=40G * amount|>

Changes the color of the given block, slot or entity.

;;;;;

<|trick@trickster:templates|trick-id=partytrick:get_color|>

Returns a color if available.

;;;;;

<|trick@trickster:templates|trick-id=partytrick:dye_to_vector|>

Returns the rgb vector associated with the given dye.

;;;;;

<|ploy@trickster:templates|trick-id=partytrick:conjure_colored_light,cost=20G|>

Conjures a permanent light source at the given position. Optionally a color can be provided using a color vector.

;;;;;

<|trick@trickster:templates|trick-id=partytrick:light_particle|>

Conjures a light particle at the given position. Optionally a velocity and color vector can be provided.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
```json
{
"title": "Party Projectiles",
"icon": "minecraft:wind_charge",
"category": "trickster:ploys",
"additional_search_terms": [
"Aang's Ploy",
"Llama's Ploy",
"Winters's Ploy"
]
}
```

Additional tricks related to projectiles added by Party Trick. For more info check the [Projectiles](^trickster:ploys/projectile) entry.

;;;;;

<|ploy@trickster:templates|trick-id=partytrick:summon_wind_charge,cost=20G + 1G * distance ^ (distance / 3)|>

Summons a wind charge at the given position, returning it. Requires a wind charge.

;;;;;

<|ploy@trickster:templates|trick-id=partytrick:summon_spit,cost=20G + 1G * distance ^ (distance / 3)|>

Extracts spit out of the given mob or caster when available. Distance is the distance between the spit source and given position.

;;;;;

<|ploy@trickster:templates|trick-id=partytrick:summon_snowball,cost=10G + 4G * distance|>

Freezes the air at the given position to creating a snowball, returning it.

Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
```json
{
"title": "Additional Triggers",
"icon": "partytrick:pepernoot",
"category": "trickster:concepts",
"additional_search_terms": [
"Sinterklaas's Ploy",
"Pepernoten",
"Pepernoot"
]
}
```

Additional spell triggers added by Party Trick. For more info check the [Trigger Items](^trickster:concepts/trigger_items) entry

;;;;;

<|page-title@lavender:book_components|title=Builder's Passion|>After placing a block,
the Builder's Passion begins the spell inscribed on the placed block. The position of the block is received as the first argument. Spell constructs don't trigger this effect.

;;;;;

<|page-title@lavender:book_components|title=Glutton’s Hunger|>On food and drink items,
the Glutton’s Hunger executes the inscribed spell when consumed.

;;;;;

<|ploy@trickster:templates|trick-id=partytrick:pepernoten_creation,cost=10G|>

I found this strange food in my shoes? I cant seem to stop eating it. So I created a spell to make it out of sugar.
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
```json
{
"title": "颜色",
"icon": "minecraft:white_dye",
"category": "trickster:tricks",
"additional_search_terms": [
"辐光之技巧",
"耀光之技巧",
"画家之技巧",
"吸管之辑流",
"设计师之曲变"
]
}
```

颜色有两种表示方法,可以是染料物品,也可以是各分量在0到255之间、分别代表红、绿、蓝的向量。

由派对戏法(Party Trick)添加。

;;;;;

<|ploy@trickster:templates|trick-id=partytrick:change_color,cost=40G * 数量|>

改变所给方块、槽位、实体的颜色。

;;;;;

<|trick@trickster:templates|trick-id=partytrick:get_color|>

若可行,返回一个颜色。

;;;;;

<|trick@trickster:templates|trick-id=partytrick:dye_to_vector|>

返回所给染料对应的RGB向量。

;;;;;

<|ploy@trickster:templates|trick-id=partytrick:conjure_colored_light,cost=20G|>

在所给位置处构筑出一个永久性光源。可以选择提供一个颜色向量。

;;;;;

<|trick@trickster:templates|trick-id=partytrick:light_particle|>

在所给位置处构筑出一个光源粒子。可以选择提供速度和颜色向量。
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
```json
{
"title": "派对弹射物",
"icon": "minecraft:wind_charge",
"category": "trickster:ploys",
"additional_search_terms": [
"安昂之技巧",
"羊驼之技巧",
"寒冬之技巧"
]
}
```

与弹射物相关的额外戏法,由派对戏法(Party Trick)添加。更多信息参见[弹射物](^trickster:ploys/projectile)条目。

;;;;;

<|ploy@trickster:templates|trick-id=partytrick:summon_wind_charge,cost=20G + 1G * 距离 ^ (距离 / 3)|>

在给定位置召唤一个风弹,并返回其实体。需要消耗风弹。

;;;;;

<|ploy@trickster:templates|trick-id=partytrick:summon_spit,cost=20G + 1G * 距离 ^ (距离 / 3)|>

若可行,从给定生物或从施法者口中抽出唾沫。计算消耗所用的距离为唾沫来源和给定位置间的距离。

;;;;;

<|ploy@trickster:templates|trick-id=partytrick:summon_snowball,cost=10G + 4G * 距离|>

将给定位置的空气冻结以产生雪球,返回其实体。

Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
```json
{
"title": "额外触发条件",
"icon": "partytrick:pepernoot",
"category": "trickster:concepts",
"additional_search_terms": [
"圣尼古拉斯之技巧",
"胡椒小饼"
]
}
```

由派对戏法(Party Trick)添加的额外法术触发条件。更多信息参见[反应触发物品](^trickster:concepts/trigger_items)条目。

;;;;;

<|page-title@lavender:book_components|title=建筑者之激情|>在放置方块后,建筑者之激情会施放方块上抄有的法术。所放置方块的位置作为第一参数传入。法术组构台不会触发此效果。

;;;;;

<|page-title@lavender:book_components|title=贪食者之饥|>贪食者之饥会在食用食物和饮品时施放其中抄有的法术。

;;;;;

<|ploy@trickster:templates|trick-id=partytrick:pepernoten_creation,cost=10G|>

我怎么会在鞋子里找到这种奇怪的点心?一吃就吃得停不下来。所以我制作了一条法术,能用糖造出这种食物。
Loading