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

技能:范围效果

全名:rpgitems:aoe

来源插件:RPGItems

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

说明

对周围实体施放状态效果。可使用选择器。

属性

  • amplifier

    • 类型:int
    • 默认:1

    效果倍率。

  • conditions

    • 类型:Set<String>

    技能的条件。

  • cooldown

    • 类型:int
    • 必填

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

  • cost

    • 类型:int
    • 默认:0

    技能的耐久消耗量。

  • display

    • 类型:String

    技能的提示文字。

  • duration

    • 类型:int
    • 必填

    持续时间,游戏刻。

  • range

    • 类型:int
    • 必填

    有效范围,方块。

  • selectors

    • 类型:Set<String>

    应用到本技能的选择器。

  • selfapplication

    • 类型:boolean
    • 默认:true

    是否对自身使用。

  • triggers

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

    技能的触发。

  • type

    • 类型:PotionEffectType
    • 必填

    状态效果。

示例

说明

Clone this wiki locally