Files
minecraft-bedrock-json-schemas/source/behavior/blocks/1.16.100/events/damage.json

13 lines
581 B
JSON
Raw Normal View History

2021-01-06 14:07:24 +01:00
{
2021-04-04 13:52:35 +02:00
"$id": "blockception.minecraft.behavior.1.16.100.block.events.damage",
2021-01-06 14:07:24 +01:00
"type": "object",
"description": "Deals damage to the target.",
2021-01-18 01:29:00 +01:00
"title": "Damage",
2021-01-06 14:07:24 +01:00
"additionalProperties": false,
"properties": {
2021-03-21 15:18:38 +01:00
"amount": { "type": "integer", "default": 0, "description": "The amount of damage to deal.", "title": "Amount" },
"target": { "type": "object", "default": "self", "description": "The target context to execute against.", "title": "Target" },
"type": { "type": "string", "default": "", "description": "The type of damage to deal.", "title": "Type" }
2021-01-06 14:07:24 +01:00
}
}