{ "$id": "blockception.minecraft.behavior.entities.minecraft.attack_damage", "type": "object", "title": "Attack Damage", "additionalProperties": false, "required": ["value"], "properties": { "value": { "type": "integer", "description": "How much an attack should damage a target.", "title": "Value" } }, "description": "Specifies how much damage is dealt by the entity when it attacks.", "examples": [ { "value": 4 } ] }