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

技能:击中效果

全名:rpgitems:potionhit

来源插件:RPGItems

触发:HIT, LIVINGENTITY

说明

击中后对目标施放状态效果

属性

  • amplifier

    • 类型:int
    • 必填

    效果倍率

  • chance

    • 类型:int
    • 默认:20

    触发几率,1/n

  • conditions

    • 类型:Set<String>

    技能的条件。

  • cost

    • 类型:int
    • 默认:0

    技能的耐久消耗量。

  • duration

    • 类型:int
    • 必填

    持续时间,游戏刻

  • type

    • 类型:PotionEffectType
    • 默认:HARM

    状态效果

示例

说明

Clone this wiki locally