]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Predict DestructibleSystem, Part 1: IThresholdTrigger (#40876)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Mon, 13 Oct 2025 15:41:34 +0000 (17:41 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Oct 2025 15:41:34 +0000 (15:41 +0000)
commit3ed206887e4a07f1d44a5c1361445d6eac86c111
tree7742348c1c18f6c0a220768d7b14e7d4a2284f11
parent6491cd1fca8088aa9e0cfadada206c2b2031bb0f
Predict DestructibleSystem, Part 1: IThresholdTrigger (#40876)

part 1
25 files changed:
Content.IntegrationTests/Tests/Destructible/DestructibleDamageGroupTest.cs
Content.IntegrationTests/Tests/Destructible/DestructibleDamageTypeTest.cs
Content.IntegrationTests/Tests/Destructible/DestructibleDestructionTest.cs
Content.IntegrationTests/Tests/Destructible/DestructibleThresholdActivationTest.cs
Content.Server/Destructible/DestructibleSystem.cs
Content.Server/Destructible/Thresholds/ActsFlags.cs [deleted file]
Content.Server/Destructible/Thresholds/Behaviors/DoActsBehavior.cs
Content.Server/Destructible/Thresholds/DamageThreshold.cs
Content.Server/Destructible/Thresholds/ThresholdActs.cs [deleted file]
Content.Server/Destructible/Thresholds/Triggers/AndTrigger.cs [deleted file]
Content.Server/Destructible/Thresholds/Triggers/DamageGroupTrigger.cs [deleted file]
Content.Server/Destructible/Thresholds/Triggers/DamageTrigger.cs [deleted file]
Content.Server/Destructible/Thresholds/Triggers/DamageTypeTrigger.cs [deleted file]
Content.Server/Destructible/Thresholds/Triggers/IThresholdTrigger.cs [deleted file]
Content.Server/Destructible/Thresholds/Triggers/OrTrigger.cs [deleted file]
Content.Shared/Destructible/ThresholdActs.cs [new file with mode: 0644]
Content.Shared/Destructible/Triggers/AndTrigger.cs [new file with mode: 0644]
Content.Shared/Destructible/Triggers/DamageGroupTrigger.cs [new file with mode: 0644]
Content.Shared/Destructible/Triggers/DamageTrigger.cs [new file with mode: 0644]
Content.Shared/Destructible/Triggers/DamageTypeTrigger.cs [new file with mode: 0644]
Content.Shared/Destructible/Triggers/IThresholdTrigger.cs [new file with mode: 0644]
Content.Shared/Destructible/Triggers/OrTrigger.cs [new file with mode: 0644]
Content.Shared/EntityConditions/Conditions/DamageGroupEntityConditionSystem.cs [new file with mode: 0644]
Content.Shared/EntityConditions/Conditions/DamageTypeEntityConditionSystem.cs [new file with mode: 0644]
Resources/Locale/en-US/guidebook/entity-effects/conditions.ftl