Files
minecraft-bedrock-json-schemas/source/behavior/blocks/1.17.0/events/add_mob_effect.json
2021-08-22 00:15:58 +02:00

14 lines
736 B
JSON

{
"$id": "blockception.minecraft.behavior.1.17.0.block.events.add_mob_effect",
"type": "object",
"description": "Apply mob effect to target.",
"title": "Add Mob Effect 1.17.0",
"additionalProperties": false,
"properties": {
"amplifier": { "type": "integer", "default": 0, "description": "The amplifier for the mob effect.", "title": "Amplifier" },
"duration": { "type": "number", "default": 0, "description": "The duration of the mob effect.", "title": "Duration" },
"effect": { "type": "string", "default": "", "description": "The mob effect to apply.", "title": "Effect" },
"target": { "type": "object", "default": "self", "description": "The target context to execute against.", "title": "Target" }
}
}