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

技能:即死命令

全名:rpgitems:deathcommand

来源插件:RPGItems

触发:HIT

说明

以 1/chance 的几率杀死目标并执行命令

属性

  • chance

    • 类型:int
    • 必填

    触发几率, 1/n

  • command

    • 类型:String

    执行的命令

  • conditions

    • 类型:Set<String>

    技能的条件。

  • cost

    • 类型:int
    • 默认:0

    技能的耐久消耗量。

  • count

    • 类型:int
    • 默认:1

    执行命令的次数

  • desc

    • 类型:String

    技能的提示文字

示例

说明

Clone this wiki locally