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
Expand Up @@ -92,4 +92,10 @@ Next ploy sets it instead →

<|ploy@trickster:templates|trick-id=partytrick:move_armor_stand,cost=distance^2 * 1G|>

Moves the given armor stand or other decorative entities by the given vector. Trying to move anything that isn't a valid entity with this will result in a blunder.
Moves the given armor stand or other decorative entities by the given vector. Trying to move anything that isn't a valid entity with this will result in a blunder.

;;;;;

<|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.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,10 @@

<|ploy@trickster:templates|trick-id=partytrick:move_armor_stand,cost=距离^2 * 1G|>

按照所给向量移动给定盔甲架或其他装饰性实体。试图移动无效实体会导致失策。
按照所给向量移动给定盔甲架或其他装饰性实体。试图移动无效实体会导致失策。

;;;;;

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

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

This file was deleted.

Loading