Skip to content

Commit

Permalink
Update source/behavior/entities/format/components/damage_sensor.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 authored Dec 3, 2024
1 parent 30ada4d commit 8012814
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit 8012814

Please sign in to comment.