diff --git a/Resources/Prototypes/Entities/Objects/materials.yml b/Resources/Prototypes/Entities/Objects/materials.yml index 7a30fe9ee9..4b8125064d 100644 --- a/Resources/Prototypes/Entities/Objects/materials.yml +++ b/Resources/Prototypes/Entities/Objects/materials.yml @@ -67,9 +67,10 @@ count: 1 - type: entity - id: CableStack abstract: true parent: BaseItem + id: CableStack + suffix: Full components: - type: Stack stacktype: enum.StackType.Cable @@ -83,17 +84,9 @@ all: -0.15,-0.15,0.15,0.15 - type: entity - id: CableStack1 - name: cable stack 1 parent: CableStack - components: - - type: Stack - count: 1 - -- type: entity id: HVWireStack name: HV Wire Coil - parent: CableStack components: - type: Sprite color: Orange @@ -102,9 +95,9 @@ blockingWireType: HighVoltage - type: entity + parent: CableStack id: MVWireStack name: MV Wire Coil - parent: CableStack components: - type: Sprite color: Yellow @@ -113,9 +106,9 @@ blockingWireType: MediumVoltage - type: entity + parent: CableStack id: ApcExtensionCableStack name: Apc Extension Cable Coil - parent: CableStack components: - type: Sprite color: Green @@ -124,25 +117,25 @@ blockingWireType: Apc - type: entity - id: HVWireStack1 - name: HV Wire stack 1 parent: HVWireStack + id: HVWireStack1 + suffix: 1 components: - type: Stack count: 1 - type: entity - id: MVWireStack1 - name: MV Wire stack 1 parent: MVWireStack + id: MVWireStack1 + suffix: 1 components: - type: Stack count: 1 - type: entity - id: ApcExtensionCableStack1 - name: Apc Extension Cable stack 1 parent: ApcExtensionCableStack + id: ApcExtensionCableStack1 + suffix: 1 components: - type: Stack count: 1