Files
minecraft-bedrock-json-schemas/source/behavior/entities/format/components/minecraft.combat_regeneration.json
2021-10-08 13:04:13 +02:00

28 lines
966 B
JSON

{
"$id": "blockception.minecraft.behavior.entities.minecraft.combat_regeneration",
"type": "object",
"title": "Combat Regeneration",
"description": "Gives Regeneration I and removes Mining Fatigue from the mob that kills the Actor`s attack target.",
"additionalProperties": false,
"properties": {
"apply_to_family": {
"type": "boolean",
"default": false,
"description": "Determines if the mob will grant mobs of the same type combat buffs if they kill the target.",
"title": "Apply To Family"
},
"apply_to_self": {
"type": "boolean",
"default": false,
"description": "Determines if the mob will grant itself the combat buffs if it kills the target.",
"title": "Apply To Self"
},
"regeneration_duration": {
"type": "integer",
"default": 5,
"description": "The duration in seconds of Regeneration I added to the mob.",
"title": "Regeneration Duration"
}
}
}