]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Hitscans now have names (#41763)
authorRedSpy <127129838+RedSpyy@users.noreply.github.com>
Sun, 7 Dec 2025 20:10:01 +0000 (23:10 +0300)
committerGitHub <noreply@github.com>
Sun, 7 Dec 2025 20:10:01 +0000 (20:10 +0000)
Co-authored-by: RedSpyy <empty@place.com>
Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml

index ef5ee8ea82cf20a66e1652c54257190de07a1c60..cf3ba6fbe60093dc6e70c61233a3b9e285eb6a34 100644 (file)
@@ -18,6 +18,7 @@
 
 - type: entity
   id: BasicHitscan
+  name: basic laser ray
   categories: [ HideSpawnMenu ]
   components:
   - type: HitscanAmmo
@@ -38,6 +39,7 @@
 - type: entity
   parent: BasicHitscan
   id: RedLightLaser
+  name: red light laser ray
   categories: [ HideSpawnMenu ]
   components:
   - type: HitscanBasicDamage
@@ -48,6 +50,7 @@
 - type: entity
   parent: BasicHitscan
   id: RedLaser
+  name: red laser ray
   categories: [ HideSpawnMenu ]
   components:
   - type: HitscanBasicDamage
@@ -58,6 +61,7 @@
 - type: entity
   parent: BasicHitscan
   id: RedMediumLaser
+  name: red amplified laser ray
   categories: [ HideSpawnMenu ]
   components:
   - type: HitscanBasicDamage
@@ -68,6 +72,7 @@
 - type: entity
   parent: BasicHitscan
   id: RedHeavyLaser
+  name: red high-energy laser ray
   categories: [ HideSpawnMenu ]
   components:
   - type: HitscanBasicDamage
@@ -88,6 +93,7 @@
 - type: entity
   parent: BasicHitscan
   id: RedLaserPractice
+  name: red practice laser ray
   categories: [ HideSpawnMenu ]
   components:
   - type: HitscanBasicDamage
 - type: entity
   parent: BasicHitscan
   id: XrayLaser
+  name: X-ray pulse beam
   categories: [ HideSpawnMenu ]
   components:
   - type: HitscanBasicDamage
 - type: entity
   parent: BasicHitscan
   id: Pulse
+  name: blue high-energy laser ray
   categories: [ HideSpawnMenu ]
   components:
   - type: HitscanBasicDamage
 - type: entity
   parent: BasicHitscan
   id: RedShuttleLaser
+  name: shuttle class red laser ray
   categories: [ HideSpawnMenu ]
   components:
   - type: HitscanBasicRaycast
 - type: entity
   parent: BasicHitscan
   id: DebugLaser
+  name: debug laser ray
   suffix: DEBUG
   categories: [ HideSpawnMenu ]
   components:
 - type: entity
   parent: DebugLaser
   id: DebugLaserGib
+  name: debug gibbing ray
   suffix: DEBUG
   categories: [ HideSpawnMenu ]
   components: