evalcondition en_US - NyaaCat/RPGItems-reloaded GitHub Wiki

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