Skip to content
Liqueur Librazy edited this page Mar 17, 2019 · 5 revisions

技能:火球

全名:rpgitems:fireball

来源插件:RPGItems

默认触发:RIGHT_CLICK。 可用触发:ATTACHMENT, LEFT_CLICK, OFFHAND_CLICK, RIGHT_CLICK, SNEAK, SPRINT。

说明

发射一个火球

属性

  • cost

    • 类型:int
    • 默认:0

    技能的耐久消耗量。

  • cooldown

    • 类型:long
    • 默认:20

    技能的冷却时间,以游戏刻为单位。

  • triggers

    • 类型:Set<Trigger>
    • 默认:RIGHT_CLICK

    技能的触发。

  • conditions

    • 类型:Set<String>

    技能的条件。

示例

说明

Clone this wiki locally