Wire coil yaml cleanup (#1526)

Co-authored-by: py01 <pyronetics01@gmail.com>
This commit is contained in:
py01
2020-07-29 06:29:05 -06:00
committed by GitHub
parent e41a6e2589
commit 5cad9636b2

View File

@@ -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