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

Power: Critical Hit and Backstab

Full Name: rpgitems:criticalhit

Providing Plugin: RPGItems

Trigger: HIT.

Description

With a chance% to deal more damage. With a backstabChance% to deal more damage when backstabing.

Properties

  • backstabChance

    • Type: double
    • Default: 20.0

    Chance of triggering backstab, in percentage

  • backstabFactor

    • Type: double
    • Default: 1.5

    Factor of backstab damage. E.g. deals (damage * backstabFactor) damage

  • chance

    • Type: double
    • Default: 20.0

    Chance of triggering critical hit, in percentage

  • conditions

    • Type: Set<String>

    Conditions of this power.

  • factor

    • Type: double
    • Default: 1.5

    Factor of critical hit damage. E.g. deals (damage * factor) damage

  • setBaseDamage

    • Type: boolean
    • Default: false

    Whether to set event base damage to final damage to allow stacking of damage power.

Example

Note

Clone this wiki locally