版本: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.