deathcommand en_US - NyaaCat/RPGItems-reloaded GitHub Wiki

Power: Death Command

Full Name: rpgitems:deathcommand

Providing Plugin: RPGItems

Trigger: HIT.

Description

With a 1/chance to kill the target then execute the command for count times

Properties

  • chance

    • Type: int
    • Required

    Chance of triggering this power, 1/n

  • command

    • Type: String

    Command to be executed

  • conditions

    • Type: Set<String>

    Conditions of this power.

  • cost

    • Type: int
    • Default: 0

    Durability cost of the power.

  • count

    • Type: int
    • Default: 1

    Times to run the command

  • desc

    • Type: String

    Description in display text

Example

Note