Wire coil yaml cleanup (#1526)
Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
@@ -67,9 +67,10 @@
|
|||||||
count: 1
|
count: 1
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CableStack
|
|
||||||
abstract: true
|
abstract: true
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
|
id: CableStack
|
||||||
|
suffix: Full
|
||||||
components:
|
components:
|
||||||
- type: Stack
|
- type: Stack
|
||||||
stacktype: enum.StackType.Cable
|
stacktype: enum.StackType.Cable
|
||||||
@@ -83,17 +84,9 @@
|
|||||||
all: -0.15,-0.15,0.15,0.15
|
all: -0.15,-0.15,0.15,0.15
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CableStack1
|
|
||||||
name: cable stack 1
|
|
||||||
parent: CableStack
|
parent: CableStack
|
||||||
components:
|
|
||||||
- type: Stack
|
|
||||||
count: 1
|
|
||||||
|
|
||||||
- type: entity
|
|
||||||
id: HVWireStack
|
id: HVWireStack
|
||||||
name: HV Wire Coil
|
name: HV Wire Coil
|
||||||
parent: CableStack
|
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
color: Orange
|
color: Orange
|
||||||
@@ -102,9 +95,9 @@
|
|||||||
blockingWireType: HighVoltage
|
blockingWireType: HighVoltage
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
parent: CableStack
|
||||||
id: MVWireStack
|
id: MVWireStack
|
||||||
name: MV Wire Coil
|
name: MV Wire Coil
|
||||||
parent: CableStack
|
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
color: Yellow
|
color: Yellow
|
||||||
@@ -113,9 +106,9 @@
|
|||||||
blockingWireType: MediumVoltage
|
blockingWireType: MediumVoltage
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
parent: CableStack
|
||||||
id: ApcExtensionCableStack
|
id: ApcExtensionCableStack
|
||||||
name: Apc Extension Cable Coil
|
name: Apc Extension Cable Coil
|
||||||
parent: CableStack
|
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
color: Green
|
color: Green
|
||||||
@@ -124,25 +117,25 @@
|
|||||||
blockingWireType: Apc
|
blockingWireType: Apc
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: HVWireStack1
|
|
||||||
name: HV Wire stack 1
|
|
||||||
parent: HVWireStack
|
parent: HVWireStack
|
||||||
|
id: HVWireStack1
|
||||||
|
suffix: 1
|
||||||
components:
|
components:
|
||||||
- type: Stack
|
- type: Stack
|
||||||
count: 1
|
count: 1
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: MVWireStack1
|
|
||||||
name: MV Wire stack 1
|
|
||||||
parent: MVWireStack
|
parent: MVWireStack
|
||||||
|
id: MVWireStack1
|
||||||
|
suffix: 1
|
||||||
components:
|
components:
|
||||||
- type: Stack
|
- type: Stack
|
||||||
count: 1
|
count: 1
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ApcExtensionCableStack1
|
|
||||||
name: Apc Extension Cable stack 1
|
|
||||||
parent: ApcExtensionCableStack
|
parent: ApcExtensionCableStack
|
||||||
|
id: ApcExtensionCableStack1
|
||||||
|
suffix: 1
|
||||||
components:
|
components:
|
||||||
- type: Stack
|
- type: Stack
|
||||||
count: 1
|
count: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user