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

Power: Lifesteal

Full Name: rpgitems:lifesteal

Providing Plugin: RPGItems

Default Trigger: HIT.
All available Trigger: HIT, LIVINGENTITY.

Description

Restore health by damage dealt

Properties

  • chance

    • Type: int
    • Default: 20

    Chance of triggering this power, in percentage

  • conditions

    • Type: Set<String>

    Conditions of this power.

  • cost

    • Type: int
    • Default: 0

    Durability cost of the power.

  • factor

    • Type: double
    • Default: 1.0

    Factor of life steal

  • triggers

    • Type: Set<Trigger>
    • Default: HIT

    Triggers of this power.

Example

Note

Clone this wiki locally