diff --git a/Resources/Maps/edge.yml b/Resources/Maps/edge.yml index c943a1d655..89783b610f 100644 --- a/Resources/Maps/edge.yml +++ b/Resources/Maps/edge.yml @@ -96720,7 +96720,7 @@ entities: - type: Transform pos: -40.5,-2.5 parent: 2 -- proto: supermatter +- proto: Supermatter entities: - uid: 12741 components: diff --git a/Resources/Prototypes/Entities/Supermatter/supermatter.yml b/Resources/Prototypes/Entities/Supermatter/supermatter.yml deleted file mode 100644 index 6d63f16208..0000000000 --- a/Resources/Prototypes/Entities/Supermatter/supermatter.yml +++ /dev/null @@ -1,74 +0,0 @@ -- type: entity - id: supermatter - name: Supermatter - description: A strangely translucent and iridescent crystal. - placement: - mode: SnapgridCenter - components: - - type: Supermatter - whitelist: - tags: - - EmitterBolt - components: - - Body - - Item - - type: RadiationSource - - type: AmbientSound - range: 5 - volume: -5 - sound: - path: /Audio/Supermatter/calm.ogg - - type: Physics - - type: Speech - speechSounds: Pai - - type: Fixtures - fixtures: - fix1: - shape: - !type:PhysShapeAabb - bounds: "-0.25,-0.25,0.25,0.25" - mask: - - Impassable - - MidImpassable - - HighImpassable - - LowImpassable - - InteractImpassable - - Opaque - layer: - - MidImpassable - - HighImpassable - - BulletImpassable - - InteractImpassable - - type: Transform - anchored: true - noRot: true - - type: CollisionWake - enabled: false - - type: Clickable - - type: InteractionOutline - - type: Sprite - drawdepth: WallMountedItems - sprite: Supermatter/supermatter.rsi - state: supermatter - - type: Icon - sprite: Supermatter/supermatter.rsi - state: supermatter - - type: PointLight - enabled: true - radius: 10 - energy: 5 - color: "#d9ce00" - - type: Explosive - explosionType: Supermatter - maxIntensity: 10000 - intensitySlope: 10 - totalIntensity: 10000 - - type: IntrinsicRadioReceiver - channels: - - Engineering - - type: IntrinsicRadioTransmitter - channels: - - Engineering - - type: ActiveRadio - channels: - - Engineering