Skip to content

durabilitycondition en_US

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

Power: Durability Condition

Full Name: rpgitems:durabilitycondition

Providing Plugin: RPGItems

Is a marker power.

Description

Condition that requires item's durability in a range

Properties

  • displayText

    • Type: String

    Display text of this power.

  • durabilityMax

    • Type: int
    • Default: 2147483647

    Durability should less than durabilityMax

  • durabilityMin

    • Type: int
    • Default: -2147483648

    Durability should great than durabilityMin

  • 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: false

    Whether only check this condition once.

Example

Note

Clone this wiki locally