Skip to content

evalcondition zh_CN

Liqueur Librazy edited this page Oct 27, 2019 · 2 revisions

技能:动态条件

全名:rpgitems:evalcondition

来源插件:RPGItems

标识技能

说明

根据变量动态计算结果

属性

  • displayText

    • 类型:String

    技能的提示文字。

  • expression

    • 类型:String

    计算条件结果的表达式

  • id

    • 类型:String
    • 必填

    此条件/选择器的ID。

  • isCritical

    • 类型:boolean
    • 默认:false

    条件失败时是否中止当前触发。

  • isStatic

    • 类型:boolean
    • 默认:false

    是否仅在触发开始时测试条件。

示例

说明

Clone this wiki locally