"description":"A multiplier that modifies the base damage from the damage cause. If deals_damage is true the multiplier can only reduce the damage the entity will take to a minimum of 1.",
"title":"Damage Multiplier"
},
"deals_damage":{
"type":"boolean",
"default":true,
"description":"If true, the damage dealt to the entity will take away health from it, set to false to make the entity ignore that damage.",
"title":"Deals Damage"
},
"on_damage":{
"additionalProperties":false,
"type":"object",
"description":"Specifies filters for entity definitions and events.",