差别
这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
插件手册:mythicmobs:技能:机制列表:potion [2021/09/07 10:47] – 创建 duangfafa | 插件手册:mythicmobs:技能:机制列表:potion [2021/09/07 10:50] (当前版本) – [属性] duangfafa | ||
---|---|---|---|
行 8: | 行 8: | ||
|属性|缩写|描述|默认值| | |属性|缩写|描述|默认值| | ||
|type|t|要应用的[[插件手册: | |type|t|要应用的[[插件手册: | ||
- | |duration|d|The duration of the effect in ticks [1].|100| | + | |duration|d|效果的持续时间(刻)|100| |
- | |level|l|The modifier-level of the potion effect. The real level is level' | + | |level|l|药水效果级别|1| |
- | |force||Whether not to override the current potion effect or not. (4.0+)|false| | + | |force||是否不覆盖当前的药水效果。(4.0+)|false| |
- | |hasParticles|particles | + | |hasParticles|particles |
- | |hasIcon|icon | + | |hasIcon|icon |
+ | |||
+ | ===== 例子 ===== | ||
+ | 此示例技能配置将强烈减慢目标 10 秒(200 刻)并对其造成 5 颗心的伤害。 | ||
+ | <code yaml [enable_line_numbers=" | ||
+ | Cripple: | ||
+ | Skills: | ||
+ | - potion{type=SLOW; | ||
+ | - damage{amount=10} | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||