插件手册:mythicmobs:技能:机制列表:potion

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
插件手册:mythicmobs:技能:机制列表:potion [2021/09/07 10:47] – 创建 duangfafa插件手册:mythicmobs:技能:机制列表:potion [2021/09/07 10:50] (当前版本) – [属性] duangfafa
行 8: 行 8:
 |属性|缩写|描述|默认值| |属性|缩写|描述|默认值|
 |type|t|要应用的[[插件手册:mythicmobs:物品:药水|药水效果类型]]。|| |type|t|要应用的[[插件手册:mythicmobs:物品:药水|药水效果类型]]。||
-|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's value +1.|1| +|level|l|药水效果级别|1| 
-|force||Whether not to override the current potion effect or not. (4.0+)|false| +|force||是否不覆盖当前的药水效果。(4.0+)|false| 
-|hasParticles|particles or p|Whether not to show the status effect particles. (4.6+)|true| +|hasParticles|particles p|是否不显示状态效果粒子。(4.6+)|true| 
-|hasIcon|icon or i|Whether not to show the status effect icon. (4.6+)|true|+|hasIcon|icon i|是否不显示状态效果图标。(4.6+)|true| 
 + 
 +===== 例子 ===== 
 +此示例技能配置将强烈减慢目标 10 秒(200 刻)并对其造成 5 颗心的伤害。 
 +<code yaml [enable_line_numbers="true"]> 
 +Cripple: 
 +  Skills: 
 +  - potion{type=SLOW;duration=200;level=4} 
 +  - damage{amount=10} 
 +</code> 
 + 
 + 
 + 
  
  • 插件手册/mythicmobs/技能/机制列表/potion.1630982868.txt.gz
  • 最后更改: 2021/09/07 10:47
  • duangfafa