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

Power: Potion Tick

Full Name: rpgitems:potiontick

Providing Plugin: RPGItems

Default Trigger: TICK.
All available Trigger: SNEAKING, TICK, TICK_OFFHAND.

Description

Apply effect to player when equipped

Properties

  • amplifier

    • Type: int
    • Required

    Amplifier of potion effect

  • clear

    • Type: boolean
    • Default: false

    Whether to remove the effect instead of adding it

  • conditions

    • Type: Set<String>

    Conditions of this power.

  • cost

    • Type: int
    • Default: 0

    Durability cost of the power.

  • duration

    • Type: int
    • Default: 60

    Time of potion effect, in ticks

  • effect

    • Type: PotionEffectType
    • Default: SPEED

    Type of potion effect

  • interval

    • Type: int
    • Default: 0

    Interval of this power

  • triggers

    • Type: Set<Trigger>
    • Default: TICK

    Triggers of this power.

Example

Note

Clone this wiki locally