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

技能:佩戴状态效果

全名:rpgitems:potiontick

来源插件:RPGItems

默认触发:TICK
可用触发:SNEAKING, TICK, TICK_OFFHAND

说明

佩戴后按照一定间隔施放状态效果

属性

  • amplifier

    • 类型:int
    • 必填

    效果倍率

  • clear

    • 类型:boolean
    • 默认:false

    清除状态效果而非施放

  • conditions

    • 类型:Set<String>

    技能的条件。

  • cost

    • 类型:int
    • 默认:0

    技能的耐久消耗量。

  • duration

    • 类型:int
    • 默认:60

    持续时间,游戏刻

  • effect

    • 类型:PotionEffectType
    • 默认:SPEED

    状态效果

  • interval

    • 类型:int
    • 默认:0

    间隔时间,游戏刻

  • triggers

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

    技能的触发。

示例

说明

Clone this wiki locally