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

Power: Airborne

Full Name: rpgitems:airborne

Providing Plugin: RPGItems

Trigger: HIT.

Description

Do more damage when gliding

Properties

  • cap

    • Type: double
    • Default: 300.0

    Maximum damage done by this power

  • conditions

    • Type: Set<String>

    Conditions of this power.

  • percentage

    • Type: int
    • Default: 50

    Damage increase in percentage when gliding

  • setBaseDamage

    • Type: boolean
    • Default: false

    MISSING_LANG<message.power.no_description>

Example

/rpgitem item power rpgitems:airborne percentage:100 cap:20
Increase your damage by 100% but no more than 20.

Note

If origin damage is already great than cap, this power is no-op.

Clone this wiki locally