手册:minecraft:combat_regenerationadds

来自Minecraft基岩版开发Wiki
数据驱动 实体 > minecraft:combat_regeneration
minecraft:combat_regenerationadds
附加包组件
组件所属
组件类型
组件ID
-315365016
加入版本
?

提供生命恢复I并移除玩家的挖掘疲劳效果。

模式[编辑]

combat_regenerationadds:
int "regeneration_duration": opt
bool "apply_to_self": opt
bool "apply_to_family": opt

结构[编辑]

  •  minecraft:combat_regenerationadds:根对象。
    •  regeneration_duration:实体将获得生命恢复I的持续时间(以秒为单位)。默认5
    •  apply_to_self:,如果实体杀死目标,它是否会授予自己生命恢复。默认false
    •  apply_to_family:实体在杀死目标时是否会授予同一家庭生物生命恢复。默认false

示例[编辑]

字符串型
"minecraft:combat_regeneration":{
    "regeneration_duration": 7,
    "apply_to_self": true,
    "apply_to_family": false
}

历史[编辑]

基岩版
?加入了minecraft:combat_regeneration

漏洞[编辑]

关于minecraft:combat_regeneration的漏洞在国际版中由漏洞追踪器维护,请在此报告漏洞。