- 致编者:请牢记我们的域名wiki.mcbe-dev.net!
- 致编者:欢迎加入本Wiki的官方交流QQ群或Discord服务器!
- 基岩版1.19.31现已发布!(了解更多)
- Inner Core现已支持Xbox模组联机!(了解更多)
- 如果您是第一次来到本Wiki,欢迎注册一个账户
- 点击顶部的“编辑”或“编辑源代码”按钮即可编辑当前页面
- 请知悉:在不登录时也可以编辑和新建页面,但是您当前的IP地址会记录在编辑历史中
手册:minecraft:combat_regenerationadds
来自Minecraft基岩版开发Wiki
提供生命恢复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
。
- regeneration_duration:实体将获得
示例[编辑]
- 字符串型
"minecraft:combat_regeneration":{
"regeneration_duration": 7,
"apply_to_self": true,
"apply_to_family": false
}
历史[编辑]
基岩版 | |||||
---|---|---|---|---|---|
? | 加入了minecraft:combat_regeneration。 |