2021-06-06 10:07:19 +00:00
|
|
|
{
|
|
|
|
|
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.hurt_on_condition",
|
|
|
|
|
"type": "object",
|
|
|
|
|
"title": "Hurt On Condition 1.8.0",
|
|
|
|
|
"description": "Defines a set of conditions under which an entity should take damage.",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {
|
|
|
|
|
"damage_conditions": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"title": "Damage Conditions",
|
2021-06-16 16:19:12 +02:00
|
|
|
"description": "UNDOCUMENTED",
|
2021-07-01 11:35:53 +02:00
|
|
|
"$comment": "UNDOCUMENTED",
|
2021-06-06 10:07:19 +00:00
|
|
|
"items": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"title": "Damage Condition",
|
2021-06-16 16:19:12 +02:00
|
|
|
"description": "UNDOCUMENTED",
|
2021-07-01 11:35:53 +02:00
|
|
|
"$comment": "UNDOCUMENTED",
|
2021-06-06 10:07:19 +00:00
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {
|
|
|
|
|
"filters": { "$ref": "../../filters/filters.json" },
|
|
|
|
|
"cause": { "type": "string", "title": "Cause", "description": "Damage cause", "$ref": "../../../../general/entity/damage_source.json" },
|
2021-07-01 16:35:56 +02:00
|
|
|
"damage_per_tick": {
|
|
|
|
|
"type": "integer",
|
|
|
|
|
"title": "Damage Per Tick",
|
|
|
|
|
"description": "UNDOCUMENTED",
|
|
|
|
|
"$comment": "UNDOCUMENTED"
|
|
|
|
|
}
|
2021-06-06 10:07:19 +00:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|