Skip to content

evalcondition en_US

Liqueur Librazy edited this page Oct 27, 2019 · 1 revision

Power: Eval Condition

Full Name: rpgitems:evalcondition

Providing Plugin: RPGItems

Is a marker power.

Description

Calculate condition dynamicly

Properties

  • displayText

    • Type: String

    Display text of this power.

  • expression

    • Type: String

    Expression to compute condition

  • id

    • Type: String
    • Required

    ID of this condition/selector.

  • isCritical

    • Type: boolean
    • Default: false

    Whether abort current trigger if this condition fails.

  • isStatic

    • Type: boolean
    • Default: false

    Whether only check this condition once.

Example

Note

Clone this wiki locally