From 801281463185c9470d396f54c3f38dc25a96197c Mon Sep 17 00:00:00 2001 From: Daan Verstraten Date: Tue, 3 Dec 2024 09:18:52 +0100 Subject: [PATCH] Update source/behavior/entities/format/components/damage_sensor.json --- source/behavior/entities/format/components/damage_sensor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components/damage_sensor.json b/source/behavior/entities/format/components/damage_sensor.json index a04600d6..623b4ee0 100644 --- a/source/behavior/entities/format/components/damage_sensor.json +++ b/source/behavior/entities/format/components/damage_sensor.json @@ -50,7 +50,7 @@ }, "deals_damage": { "title": "Deals Damage", - "description": "Defines how received damage affects the entity:\n- 'yes', received damage is applied to the entity.\n- 'no', received damage is not applied to the entity.\n- 'no_but_side_effects_apply', received damage is not applied to the entity, but the side effects of the attack are. This means that the attacker's weapon loses durability, enchantment side effects are applied, and so on." + "description": "Defines how received damage affects the entity:\n- 'yes', received damage is applied to the entity.\n- 'no', received damage is not applied to the entity.\n- 'no_but_side_effects_apply', received damage is not applied to the entity, but the side effects of the attack are. This means that the attacker's weapon loses durability, enchantment side effects are applied, and so on.", "enum": [ "yes", "no", "no_but_side_effects_apply" ], "default": "yes", },