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

技能:自身效果

全名:rpgitems:potionself

来源插件:RPGItems

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

说明

对自身施放状态效果

属性

  • amplifier

    • 类型:int
    • 必填

    效果倍率

  • clear

    • 类型:boolean
    • 默认:false

    MISSING_LANG<message.power.no_description>

  • conditions

    • 类型:Set<String>

    技能的条件。

  • cooldown

    • 类型:int
    • 必填

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

  • cost

    • 类型:int
    • 默认:0

    技能的耐久消耗量。

  • duration

    • 类型:int
    • 必填

    持续时间,游戏刻

  • requireHurtByEntity

    • 类型:boolean
    • 默认:true

    MISSING_LANG<message.power.no_description>

  • triggers

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

    技能的触发。

  • type

    • 类型:PotionEffectType
    • 默认:HEAL

    状态效果

示例

说明

Clone this wiki locally