Skip to content
Liqueur Librazy edited this page Oct 27, 2019 · 3 revisions

Power: Or Condition

Full Name: rpgitems:orcondition

Providing Plugin: RPGItems

Is a marker power.

Description

Condition that requires at least one of its Conditions are met

Properties

  • conditions

    • Type: Set<String>

    Conditions of this power.

  • displayText

    • Type: String

    Display text of this power.

  • id

    • Type: String

    ID of this condition/selector.

  • isCritical

    • Type: boolean
    • Default: false

    Whether abort current trigger if this condition fails.

  • isStatic

    • Type: boolean
    • Default: true

    Whether only check this condition once.

Example

Note

Clone this wiki locally