]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Trigger Refactor (#39034)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Sun, 3 Aug 2025 19:20:37 +0000 (21:20 +0200)
committerGitHub <noreply@github.com>
Sun, 3 Aug 2025 19:20:37 +0000 (21:20 +0200)
commit2c40a950f788058d8665de9fc68454d4388d33e2
treef534a713d2b6858424a313df3377ed8423a807c0
parent777e89ab3edeac9386d243554ad365df13eadcdc
Trigger Refactor (#39034)
256 files changed:
Content.Client/Explosion/SmokeOnTriggerSystem.cs [deleted file]
Content.Client/Explosion/TriggerOnProximityComponent.cs [deleted file]
Content.Client/Explosion/TriggerSystem.cs [deleted file]
Content.Client/HotPotato/HotPotatoSystem.cs
Content.Client/Trigger/Components/TimerTriggerVisualizerComponent.cs [moved from Content.Client/Trigger/TimerTriggerVisualizerComponent.cs with 84% similarity]
Content.Client/Trigger/Systems/ProximityTriggerAnimationSystem.cs [moved from Content.Client/Explosion/TriggerSystem.Proximity.cs with 91% similarity]
Content.Client/Trigger/Systems/ReleaseGasOnTriggerSystem.cs [new file with mode: 0644]
Content.Client/Trigger/Systems/TimerTriggerVisualizerSystem.cs [moved from Content.Client/Trigger/TimerTriggerVisualizerSystem.cs with 80% similarity]
Content.IntegrationTests/Tests/Payload/ModularGrenadeTests.cs
Content.Server/AlertLevel/AlertLevelChangeOnTriggerComponent.cs [deleted file]
Content.Server/Animals/Systems/ParrotMemorySystem.cs
Content.Server/Chat/SpeakOnTriggerComponent.cs [deleted file]
Content.Server/Chat/SuicideSystem.cs
Content.Server/Chat/Systems/ChatSystem.cs
Content.Server/Damage/Systems/DamageUserOnTriggerSystem.cs [deleted file]
Content.Server/Defusable/Systems/DefusableSystem.cs
Content.Server/Destructible/DestructibleSystem.cs
Content.Server/Destructible/Thresholds/Behaviors/TimerStartBehavior.cs
Content.Server/Destructible/Thresholds/Behaviors/TriggerBehavior.cs
Content.Server/DeviceLinking/Systems/DeviceLinkSystem.cs
Content.Server/DeviceLinking/Systems/MemoryCellSystem.cs
Content.Server/DeviceLinking/Systems/SignallerSystem.cs
Content.Server/Electrocution/ElectrocutionSystem.cs
Content.Server/Emp/EmpOnTriggerComponent.cs [deleted file]
Content.Server/Emp/EmpSystem.cs
Content.Server/Explosion/Components/ActiveTriggerOnTimedCollideComponent.cs [deleted file]
Content.Server/Explosion/Components/AutomatedTimerComponent.cs [deleted file]
Content.Server/Explosion/Components/OnTrigger/AnchorOnTriggerComponent.cs [deleted file]
Content.Server/Explosion/Components/OnTrigger/DeleteOnTriggerComponent.cs [deleted file]
Content.Server/Explosion/Components/OnTrigger/GibOnTriggerComponent.cs [deleted file]
Content.Server/Explosion/Components/OnTrigger/SoundOnTriggerComponent.cs [deleted file]
Content.Server/Explosion/Components/OnTrigger/TwoStageTriggerComponent.cs [deleted file]
Content.Server/Explosion/Components/ProjectileGrenadeComponent.cs
Content.Server/Explosion/Components/ShockOnTriggerComponent.cs [deleted file]
Content.Server/Explosion/Components/SpawnOnTriggerComponent.cs [deleted file]
Content.Server/Explosion/Components/TimerStartOnSignalComponent.cs [deleted file]
Content.Server/Explosion/Components/TriggerOnActivateComponent.cs [deleted file]
Content.Server/Explosion/Components/TriggerOnCollideComponent.cs [deleted file]
Content.Server/Explosion/Components/TriggerOnMobstateChangeComponent.cs [deleted file]
Content.Server/Explosion/Components/TriggerOnProximityComponent.cs [deleted file]
Content.Server/Explosion/Components/TriggerOnSignalComponent.cs [deleted file]
Content.Server/Explosion/Components/TriggerOnSlipComponent.cs [deleted file]
Content.Server/Explosion/Components/TriggerOnSpawnComponent.cs [deleted file]
Content.Server/Explosion/Components/TriggerOnStepTriggerComponent.cs [deleted file]
Content.Server/Explosion/Components/TriggerOnTimedCollideComponent.cs [deleted file]
Content.Server/Explosion/Components/TriggerOnUseComponent.cs [deleted file]
Content.Server/Explosion/Components/TriggerOnVoiceComponent.cs [deleted file]
Content.Server/Explosion/Components/TriggerWhenEmptyComponent.cs [deleted file]
Content.Server/Explosion/Components/TriggerWhitelistComponent.cs [deleted file]
Content.Server/Explosion/EntitySystems/ProjectileGrenadeSystem.cs
Content.Server/Explosion/EntitySystems/ReleaseGasOnTriggerSystem.cs [deleted file]
Content.Server/Explosion/EntitySystems/RepulseAttractOnTriggerSystem.cs [deleted file]
Content.Server/Explosion/EntitySystems/ScatteringGrenadeSystem.cs
Content.Server/Explosion/EntitySystems/SmokeOnTriggerSystem.cs [deleted file]
Content.Server/Explosion/EntitySystems/TriggerSystem.OnUse.cs [deleted file]
Content.Server/Explosion/EntitySystems/TriggerSystem.Proximity.cs [deleted file]
Content.Server/Explosion/EntitySystems/TriggerSystem.Signal.cs [deleted file]
Content.Server/Explosion/EntitySystems/TriggerSystem.TimedCollide.cs [deleted file]
Content.Server/Explosion/EntitySystems/TriggerSystem.Voice.cs [deleted file]
Content.Server/Explosion/EntitySystems/TriggerSystem.cs [deleted file]
Content.Server/Explosion/EntitySystems/TwoStageTriggerSystem.cs [deleted file]
Content.Server/GhostKick/GhostKickUserOnTriggerComponent.cs [deleted file]
Content.Server/GhostKick/GhostKickUserOnTriggerSystem.cs [deleted file]
Content.Server/Holopad/HolopadSystem.cs
Content.Server/HotPotato/HotPotatoSystem.cs
Content.Server/IgnitionSource/IgniteOnTriggerComponent.cs [deleted file]
Content.Server/LandMines/LandMineSystem.cs
Content.Server/Mousetrap/MousetrapSystem.cs [deleted file]
Content.Server/Ninja/Systems/SpiderChargeSystem.cs
Content.Server/Nutrition/EntitySystems/CreamPieSystem.cs
Content.Server/Payload/EntitySystems/PayloadSystem.cs
Content.Server/Polymorph/Components/PolymorphOnTriggerComponent.cs [deleted file]
Content.Server/Polymorph/Systems/PolymorphSystem.Trigger.cs [deleted file]
Content.Server/Polymorph/Systems/PolymorphSystem.cs
Content.Server/Radio/EntitySystems/RadioDeviceSystem.cs
Content.Server/Silicons/Borgs/BorgSystem.Transponder.cs
Content.Server/Silicons/Borgs/BorgSystem.cs
Content.Server/Sound/Components/EmitSoundOnTriggerComponent.cs [deleted file]
Content.Server/Sound/EmitSoundSystem.cs
Content.Server/Speech/Components/ActiveListenerComponent.cs [deleted file]
Content.Server/Speech/EntitySystems/BlockListeningSystem.cs
Content.Server/Speech/EntitySystems/ListeningSystem.cs
Content.Server/SurveillanceCamera/Systems/SurveillanceCameraMicrophoneSystem.cs
Content.Server/Telephone/TelephoneSystem.cs
Content.Server/Trigger/Systems/AlertLevelChangeOnTriggerSystem.cs [moved from Content.Server/AlertLevel/Systems/AlertLevelChangeOnTriggerSystem.cs with 74% similarity]
Content.Server/Trigger/Systems/GhostKickUserOnTriggerSystem.cs [new file with mode: 0644]
Content.Server/Trigger/Systems/IgniteOnTriggerSystem.cs [moved from Content.Server/IgnitionSource/IgniteOnTriggerSystem.cs with 66% similarity]
Content.Server/Trigger/Systems/PolymorphOnTriggerSystem.cs [new file with mode: 0644]
Content.Server/Trigger/Systems/RattleOnTriggerSystem.cs [new file with mode: 0644]
Content.Server/Trigger/Systems/ReleaseGasOnTriggerSystem.cs [new file with mode: 0644]
Content.Server/Trigger/Systems/SmokeOnTriggerSystem.cs [new file with mode: 0644]
Content.Server/Trigger/Systems/SpeakOnTriggerSystem.cs [moved from Content.Server/Chat/Systems/SpeakOnTriggerSystem.cs with 53% similarity]
Content.Server/VoiceTrigger/StorageVoiceControlSystem.cs
Content.Server/Xenoarchaeology/Artifact/XAE/Components/XAETriggerExplosivesComponent.cs
Content.Shared/Chat/SharedChatSystem.cs
Content.Shared/Damage/Components/DamageUserOnTriggerComponent.cs [deleted file]
Content.Shared/Emp/SharedEmpSystem.cs
Content.Shared/Explosion/Components/ActiveTimerTriggerComponent.cs [deleted file]
Content.Shared/Explosion/Components/OnTrigger/ExplodeOnTriggerComponent.cs [deleted file]
Content.Shared/Explosion/Components/OnUseTimerTriggerComponent.cs [deleted file]
Content.Shared/Explosion/Components/ScatteringGrenadeComponent.cs
Content.Shared/Explosion/Components/SharedTriggerOnProximityComponent.cs [deleted file]
Content.Shared/Explosion/EntitySystems/SharedReleaseGasOnTriggerSystem.cs [deleted file]
Content.Shared/Explosion/EntitySystems/SharedRepulseAttractOnTriggerSystem.cs [deleted file]
Content.Shared/Explosion/EntitySystems/SharedSmokeOnTriggerSystem.cs [deleted file]
Content.Shared/Explosion/EntitySystems/SharedTriggerSystem.cs [deleted file]
Content.Shared/Flash/Components/FlashOnTriggerComponent.cs [deleted file]
Content.Shared/HotPotato/ActiveHotPotatoComponent.cs
Content.Shared/HotPotato/HotPotatoComponent.cs
Content.Shared/HotPotato/SharedHotPotatoSystem.cs
Content.Shared/Implants/Components/RattleComponent.cs [deleted file]
Content.Shared/Implants/Components/TriggerImplantActionComponent.cs [deleted file]
Content.Shared/Implants/SharedSubdermalImplantSystem.cs
Content.Shared/Item/ItemToggle/Components/ItemToggleComponent.cs
Content.Shared/Item/ItemToggle/ItemToggleSystem.cs
Content.Shared/Mousetrap/MousetrapComponent.cs
Content.Shared/Mousetrap/MousetrapSystem.cs [new file with mode: 0644]
Content.Shared/Mousetrap/MousetrapVisuals.cs [deleted file]
Content.Shared/Ninja/Components/SpiderChargeComponent.cs
Content.Shared/Payload/Components/PayloadTriggerComponent.cs
Content.Shared/Rootable/SharedRootableSystem.cs
Content.Shared/Speech/Components/ActiveListenerComponent.cs [new file with mode: 0644]
Content.Shared/Speech/ListenEvent.cs [moved from Content.Server/Speech/ListenEvent.cs with 93% similarity]
Content.Shared/Sticky/Components/StickyComponent.cs
Content.Shared/Timing/UseDelaySystem.cs
Content.Shared/Trigger/Components/ActiveTimerTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/ActiveTwoStageTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Conditions/BaseTriggerConditionComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Conditions/ToggleTriggerConditionComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Conditions/UseDelayTriggerConditionComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Conditions/WhitelistTriggerConditionComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/AddComponentsOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/AlertLevelChangeOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/AnchorOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/BaseXOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/DamageOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/DeleteOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/EmitSoundOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/EmpOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/ExplodeOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/FlashOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/GhostKickOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/GibOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/IgniteOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/ItemToggleOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/PolymorphOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/RattleOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/ReleaseGasOnTriggerComponent.cs [moved from Content.Shared/Explosion/Components/OnTrigger/ReleaseGasOnTriggerComponent.cs with 90% similarity]
Content.Shared/Trigger/Components/Effects/RepulseAttractOnTriggerComponent.cs [moved from Content.Shared/Explosion/Components/OnTrigger/SharedRepulseAttractOnTriggerComponent.cs with 57% similarity]
Content.Shared/Trigger/Components/Effects/ShockOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/SignalOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/SmokeOnTriggerComponent.cs [moved from Content.Shared/Explosion/Components/OnTrigger/SmokeOnTriggerComponent.cs with 59% similarity]
Content.Shared/Trigger/Components/Effects/SpawnOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/SpeakOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Effects/UseDelayOnTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/RandomTimerTriggerComponent.cs [moved from Content.Server/Explosion/Components/RandomTimerTriggerComponent.cs with 50% similarity]
Content.Shared/Trigger/Components/TimerTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/ActiveTriggerOnTimedCollideComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/BaseTriggerOnXComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/RepeatingTriggerComponent.cs [moved from Content.Server/Explosion/Components/RepeatingTriggerComponent.cs with 56% similarity]
Content.Shared/Trigger/Components/Triggers/TriggerOnActivateComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnActivateImplantComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnCollideComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnEmptyGunshotComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnMobstateChangeComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnProximityComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnSignalComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnSlipComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnSpawnComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnStepTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnStuckComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnTimedCollideComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnUseComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnVerb.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnVoiceComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/TwoStageTriggerComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/AddComponentsOnTriggerSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/DamageOnTriggerSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/EmitSoundOnTriggerSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/EmpOnTriggerSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/ExplodeOnTriggerSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/FlashOnTriggerSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/GibOnTriggerSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/RepulseAttractOnTriggerSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/SharedReleaseGasOnTriggerSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/ShockOnTriggerSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerOnActivateImplantSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerOnEmptyGunshotSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerOnMobstateChangeSystem.cs [moved from Content.Server/Explosion/EntitySystems/TriggerSystem.Mobstate.cs with 56% similarity]
Content.Shared/Trigger/Systems/TriggerOnSlipSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerOnStuckSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerOnVerbSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerSystem.Collide.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerSystem.Condition.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerSystem.Interaction.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerSystem.Proximity.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerSystem.Signal.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerSystem.Spawn.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerSystem.Timer.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerSystem.Voice.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TwoStageTriggerSystem.cs [new file with mode: 0644]
Content.Shared/Trigger/TriggerEvent.cs [new file with mode: 0644]
Content.Shared/Trigger/TriggerVisuals.cs
Content.Shared/Trigger/VoiceTriggeredEvent.cs [new file with mode: 0644]
Content.Shared/Weapons/Ranged/Events/OnEmptyGunShotEvent.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs
Resources/Locale/en-US/machine-linking/receiver_ports.ftl
Resources/Locale/en-US/machine-linking/transmitter_ports.ftl
Resources/Locale/en-US/triggers/ghost-kick-on-trigger.ftl [new file with mode: 0644]
Resources/Locale/en-US/triggers/timer-trigger.ftl [new file with mode: 0644]
Resources/Locale/en-US/triggers/toggle-trigger-condition.ftl [new file with mode: 0644]
Resources/Locale/en-US/triggers/trigger-on-verb.ftl [new file with mode: 0644]
Resources/Locale/en-US/triggers/trigger-on-voice.ftl [new file with mode: 0644]
Resources/Locale/en-US/weapons/grenades/timer-trigger.ftl [deleted file]
Resources/Locale/en-US/weapons/grenades/voice-trigger.ftl [deleted file]
Resources/Maps/Shuttles/ShuttleEvent/quark.yml
Resources/Prototypes/DeviceLinking/sink_ports.yml
Resources/Prototypes/DeviceLinking/source_ports.yml
Resources/Prototypes/Entities/Clothing/Back/backpacks.yml
Resources/Prototypes/Entities/Effects/admin_triggers.yml
Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml
Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Resources/Prototypes/Entities/Mobs/NPCs/elemental.yml
Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/pie.yml
Resources/Prototypes/Entities/Objects/Devices/Electronics/igniter.yml
Resources/Prototypes/Entities/Objects/Devices/Electronics/signaller.yml
Resources/Prototypes/Entities/Objects/Devices/Electronics/triggers.yml
Resources/Prototypes/Entities/Objects/Devices/desynchronizer.yml
Resources/Prototypes/Entities/Objects/Devices/mousetrap.yml
Resources/Prototypes/Entities/Objects/Devices/payload.yml
Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml
Resources/Prototypes/Entities/Objects/Fun/dice.yml
Resources/Prototypes/Entities/Objects/Fun/figurines.yml
Resources/Prototypes/Entities/Objects/Fun/toys.yml
Resources/Prototypes/Entities/Objects/Materials/shards.yml
Resources/Prototypes/Entities/Objects/Misc/land_mine.yml
Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml
Resources/Prototypes/Entities/Objects/Specific/Janitorial/janitor.yml
Resources/Prototypes/Entities/Objects/Specific/Janitorial/soap.yml
Resources/Prototypes/Entities/Objects/Weapons/Bombs/firebomb.yml
Resources/Prototypes/Entities/Objects/Weapons/Bombs/funny.yml
Resources/Prototypes/Entities/Objects/Weapons/Bombs/pen.yml
Resources/Prototypes/Entities/Objects/Weapons/Bombs/pipebomb.yml
Resources/Prototypes/Entities/Objects/Weapons/Bombs/plastic.yml
Resources/Prototypes/Entities/Objects/Weapons/Bombs/spider.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/magic.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml
Resources/Prototypes/Entities/Objects/Weapons/Guns/Turrets/turrets_ballistic.yml
Resources/Prototypes/Entities/Objects/Weapons/Throwable/grenades.yml
Resources/Prototypes/Entities/Objects/Weapons/Throwable/projectile_grenades.yml
Resources/Prototypes/Entities/Objects/Weapons/Throwable/scattering_grenades.yml
Resources/Prototypes/Entities/Objects/Weapons/security.yml
Resources/Prototypes/Entities/Structures/Machines/bombs.yml
Resources/Prototypes/Entities/Structures/Walls/asteroid.yml
Resources/ServerInfo/Guidebook/Security/Defusal.xml