跳到主要内容
 Warning: Beta Version
版本:Beta ⚠️(未翻译)

Number Placeholder Fact

A fact that is computed from a placeholder. This placeholder is evaluated when the fact is read and must return a number or boolean.


此变量只能读取,不能写入。因此,它仅适用于标准。

How could this be used?

Make sure the player has a high enough level. Then allow them to start a quest or enter a dungeon.

Fields

Comment

继承可选
用于记录此条件用途的注释。

Group

必填

Placeholder

必填占位符

The placeholder to parse. For example %player_level%.

 警告

Only placeholders that return a number or boolean are supported! If you want to use a placeholder that returns a string, use the ValuePlaceholderFactEntry instead.


可以使用来自 PlaceholderApi 的占位符。例如,您可以使用 %player_name% 来表示玩家名称。