Construction formatting to follow PascalCase conventions (#6244)

This commit is contained in:
Peptide90
2022-01-23 17:43:34 +00:00
committed by GitHub
parent 49c8ce0437
commit d12261f951
98 changed files with 491 additions and 491 deletions

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: ritualseat
id: RitualSeat
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: seat
id: Seat
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: table
id: Table
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: toilet
id: Toilet
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: computer
id: Computer
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: machine
id: Machine
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: turing
id: Turing
start: a0
graph:
- node: a0

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: glass
id: Glass
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: metalRod
id: MetalRod
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: airlock
id: Airlock
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: barricade
id: Barricade
start: start
graph:
- node: start

View File

@@ -31,7 +31,7 @@
doAfter: 3
- type: constructionGraph
id: leverGraph
id: LeverGraph
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: girder
id: Girder
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: grille
id: Grille
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: lightFixture
id: LightFixture
start: start
graph:
- node: start
@@ -46,7 +46,7 @@
- !type:DeleteEntity {}
- type: constructionGraph
id: lightSwitch
id: LightSwitch
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: railing
id: Railing
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: windoor
id: Windoor
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: window
id: Window
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: windowDirectional
id: WindowDirectional
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: lightTorch
id: LightTorch
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: apc
id: APC
start: start
graph:
- node: start
@@ -10,4 +10,4 @@
amount: 3
- node: apc
entity: BaseApc
entity: BaseAPC

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: air_alarm
id: AirAlarm
start: start
graph:
- node: start
@@ -78,7 +78,7 @@
doAfter: 1
- type: constructionGraph
id: fire_alarm
id: FireAlarm
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: ameShielding
id: AMEShielding
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: cable_terminal
id: CableTerminal
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: disposalMachine
id: DisposalMachine
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: particleAcceleratorControlBox
id: ParticleAcceleratorControlBox
start: start
graph:
- node: start
@@ -51,7 +51,7 @@
- type: constructionGraph
id: particleAcceleratorPowerBox
id: ParticleAcceleratorPowerBox
start: start
graph:
- node: start
@@ -103,7 +103,7 @@
- type: constructionGraph
id: particleAcceleratorFuelChamber
id: ParticleAcceleratorFuelChamber
start: start
graph:
- node: start
@@ -154,7 +154,7 @@
doAfter: 0.5
- type: constructionGraph
id: particleAcceleratorEndCap
id: ParticleAcceleratorEndCap
start: start
graph:
- node: start
@@ -205,7 +205,7 @@
doAfter: 0.5
- type: constructionGraph
id: particleAcceleratorEmitterLeft
id: ParticleAcceleratorEmitterLeft
start: start
graph:
- node: start
@@ -256,7 +256,7 @@
doAfter: 0.5
- type: constructionGraph
id: particleAcceleratorEmitterCenter
id: ParticleAcceleratorEmitterCenter
start: start
graph:
- node: start
@@ -307,7 +307,7 @@
doAfter: 0.5
- type: constructionGraph
id: particleAcceleratorEmitterRight
id: ParticleAcceleratorEmitterRight
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: solarpanel
id: SolarPanel
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: bola
id: Bola
start: start
graph:
- node: start

View File

@@ -1,5 +1,5 @@
- type: constructionGraph
id: spear
id: Spear
start: start
graph:
- node: start

View File

@@ -1,35 +0,0 @@
- type: construction
name: air alarm
id: AirAlarmFixture
graph: air_alarm
startNode: start
targetNode: air_alarm
category: Structures
description: An air alarm. Alarms... air?
icon:
sprite: Structures/Wallmounts/air_monitors.rsi
state: alarm0
placementMode: SnapgridCenter
objectType: Structure
canRotate: true
canBuildInImpassable: true
conditions:
- !type:WallmountCondition {}
- type: construction
name: fire alarm
id: FireAlarm
graph: fire_alarm
startNode: start
targetNode: fire_alarm
category: Structures
description: A fire alarm. Spicy!
icon:
sprite: Structures/Wallmounts/air_monitors.rsi
state: fire0
placementMode: SnapgridCenter
objectType: Structure
canRotate: true
canBuildInImpassable: true
conditions:
- !type:WallmountCondition {}

View File

@@ -2,7 +2,7 @@
- type: construction
name: chair
id: Chair
graph: seat
graph: Seat
startNode: start
targetNode: chair
category: Furniture
@@ -19,7 +19,7 @@
- type: construction
name: stool
id: Stool
graph: seat
graph: Seat
startNode: start
targetNode: stool
category: Furniture
@@ -36,7 +36,7 @@
- type: construction
name: bar stool
id: StoolBar
graph: seat
graph: Seat
startNode: start
targetNode: stoolBar
category: Furniture
@@ -53,7 +53,7 @@
- type: construction
name: office chair
id: ChairOfficeLight
graph: seat
graph: Seat
startNode: start
targetNode: chairOffice
category: Furniture
@@ -70,7 +70,7 @@
- type: construction
name: dark office chair
id: ChairOfficeDark
graph: seat
graph: Seat
startNode: start
targetNode: chairOfficeDark
category: Furniture
@@ -87,7 +87,7 @@
- type: construction
name: comfy chair
id: ChairComfy
graph: seat
graph: Seat
startNode: start
targetNode: chairComfy
category: Furniture
@@ -104,7 +104,7 @@
- type: construction
name: wooden chair
id: ChairWood
graph: seat
graph: Seat
startNode: start
targetNode: chairWood
category: Furniture
@@ -121,7 +121,7 @@
- type: construction
name: ritual chair
id: ChairRitual
graph: ritualseat
graph: RitualSeat
startNode: start
targetNode: chairRitual
category: Furniture
@@ -137,9 +137,9 @@
#tables
- type: construction
name: table
name: steel table
id: Table
graph: table
graph: Table
startNode: start
targetNode: Table
category: Furniture
@@ -154,9 +154,9 @@
- !type:TileNotBlocked
- type: construction
name: reinforced table
name: reinforced steel table
id: TableReinforced
graph: table
graph: Table
startNode: start
targetNode: TableReinforced
category: Furniture
@@ -173,7 +173,7 @@
- type: construction
name: glass table
id: TableGlass
graph: table
graph: Table
startNode: start
targetNode: TableGlass
category: Furniture
@@ -190,7 +190,7 @@
- type: construction
name: reinforced glass table
id: TableReinforcedGlass
graph: table
graph: Table
startNode: start
targetNode: TableReinforcedGlass
category: Furniture
@@ -207,7 +207,7 @@
- type: construction
name: plasma glass table
id: TablePlasmaGlass
graph: table
graph: Table
startNode: start
targetNode: TablePlasmaGlass
category: Furniture
@@ -224,7 +224,7 @@
- type: construction
name: wood table
id: TableWood
graph: table
graph: Table
startNode: start
targetNode: TableWood
category: Furniture
@@ -241,7 +241,7 @@
- type: construction
name: poker table
id: TableCarpet
graph: table
graph: Table
startNode: start
targetNode: TableCarpet
category: Furniture
@@ -259,7 +259,7 @@
- type: construction
name: toilet
id: ToiletEmpty
graph: toilet
graph: Toilet
startNode: start
targetNode: toilet
category: Furniture

View File

@@ -1,7 +1,7 @@
- type: construction
name: computer
id: Computer
graph: computer
graph: Computer
startNode: start
targetNode: computer
category: Machines
@@ -14,7 +14,7 @@
- type: construction
name: machine frame
id: MachineFrame
graph: machine
graph: Machine
startNode: start
targetNode: machine
category: Machines
@@ -27,7 +27,7 @@
- type: construction
name: destroyed machine frame
id: MachineFrameDestroyed
graph: machine
graph: Machine
startNode: start
targetNode: destroyedMachineFrame
placementMode: SnapgridCenter

View File

@@ -1,7 +1,7 @@
- type: construction
name: Metal Rod
id: metalRod
graph: metalRod
name: metal rod
id: MetalRod
graph: MetalRod
startNode: start
targetNode: MetalRod
category: Materials
@@ -10,9 +10,9 @@
objectType: Item
- type: construction
name: Reinforced Glass
id: sheetRGlass
graph: glass
name: reinforced glass
id: SheetRGlass
graph: Glass
startNode: start
targetNode: SheetRGlass
category: Materials
@@ -20,9 +20,9 @@
objectType: Item
- type: construction
name: Plasma Glass
id: sheetPGlass
graph: glass
name: plasma glass
id: SheetPGlass
graph: Glass
startNode: start
targetNode: SheetPGlass
category: Materials
@@ -30,9 +30,9 @@
objectType: Item
- type: construction
name: Reinforced Plasma Glass
id: sheetRPGlass
graph: glass
name: reinforced plasma glass
id: SheetRPGlass
graph: Glass
startNode: start
targetNode: SheetRPGlass
category: Materials

View File

@@ -1,7 +1,7 @@
- type: construction
name: girder
id: girder
graph: girder
id: Girder
graph: Girder
startNode: start
targetNode: girder
category: Structures
@@ -18,8 +18,8 @@
- type: construction
name: wall
id: wall
graph: girder
id: Wall
graph: Girder
startNode: start
targetNode: wall
category: Structures
@@ -36,8 +36,8 @@
- type: construction
name: reinforced wall
id: reinforcedWall
graph: girder
id: ReinforcedWall
graph: Girder
startNode: start
targetNode: reinforcedWall
category: Structures
@@ -55,7 +55,7 @@
- type: construction
name: grille
id: Grille
graph: grille
graph: Grille
startNode: start
targetNode: grille
category: Structures
@@ -72,7 +72,7 @@
- type: construction
name: window
id: Window
graph: window
graph: Window
startNode: start
targetNode: window
category: Structures
@@ -91,7 +91,7 @@
- type: construction
name: reinforced window
id: ReinforcedWindow
graph: window
graph: Window
startNode: start
targetNode: reinforcedWindow
category: Structures
@@ -110,7 +110,7 @@
- type: construction
name: plasma window
id: PlasmaWindow
graph: window
graph: Window
startNode: start
targetNode: plasmaWindow
category: Structures
@@ -129,7 +129,7 @@
- type: construction
name: reinforced plasma window
id: ReinforcedPlasmaWindow
graph: window
graph: Window
startNode: start
targetNode: reinforcedPlasmaWindow
category: Structures
@@ -148,7 +148,7 @@
- type: construction
name: directional window
id: WindowDirectional
graph: windowDirectional
graph: WindowDirectional
startNode: start
targetNode: windowDirectional
category: Structures
@@ -166,7 +166,7 @@
- type: construction
name: directional reinforced window
id: WindowReinforcedDirectional
graph: windowDirectional
graph: WindowDirectional
startNode: start
targetNode: windowReinforcedDirectional
category: Structures
@@ -184,7 +184,7 @@
- type: construction
name: directional plasma window
id: PlasmaWindowDirectional
graph: windowDirectional
graph: WindowDirectional
startNode: start
targetNode: plasmaWindowDirectional
category: Structures
@@ -202,7 +202,7 @@
- type: construction
name: directional reinforced plasma window
id: PlasmaReinforcedWindowDirectional
graph: windowDirectional
graph: WindowDirectional
startNode: start
targetNode: plasmaReinforcedWindowDirectional
category: Structures
@@ -259,7 +259,7 @@
- type: construction
name: wooden barricade
id: Barricade
graph: barricade
graph: Barricade
startNode: start
targetNode: barricadewooden
category: Structures
@@ -276,7 +276,7 @@
- type: construction
name: railing
id: Railing
graph: railing
graph: Railing
startNode: start
targetNode: railing
category: Structures
@@ -293,7 +293,7 @@
- type: construction
name: railing corner
id: RailingCorner
graph: railing
graph: Railing
startNode: start
targetNode: railingCorner
category: Structures
@@ -310,7 +310,7 @@
- type: construction
name: railing corner small
id: RailingCornerSmall
graph: railing
graph: Railing
startNode: start
targetNode: railingCornerSmall
category: Structures
@@ -326,8 +326,8 @@
- type: construction
name: airlock
id: airlock
graph: airlock
id: Airlock
graph: Airlock
startNode: start
targetNode: airlock
category: Structures
@@ -343,8 +343,8 @@
- type: construction
name: windoor
id: windoor
graph: windoor
id: Windoor
graph: Windoor
startNode: start
targetNode: windoor
category: Structures
@@ -360,8 +360,8 @@
- type: construction
name: secure windoor
id: secureWindoor
graph: windoor
id: SecureWindoor
graph: Windoor
startNode: start
targetNode: windoorSecure
category: Structures
@@ -380,7 +380,7 @@
- type: construction
name: wall light
id: LightTubeFixture
graph: lightFixture
graph: LightFixture
startNode: start
targetNode: tubeLight
category: Structures
@@ -400,7 +400,7 @@
- type: construction
name: small wall light
id: LightSmallFixture
graph: lightFixture
graph: LightFixture
startNode: start
targetNode: bulbLight
category: Structures
@@ -419,7 +419,7 @@
- type: construction
name: light switch
id: LightSwitchRecipe
graph: lightSwitch
graph: LightSwitch
startNode: start
targetNode: lightSwitch
category: Structures
@@ -438,7 +438,7 @@
#conveyor
- type: construction
name: conveyor belt
id: conveyorbelt
id: ConveyorBelt
graph: ConveyorGraph
startNode: start
targetNode: entity
@@ -455,8 +455,8 @@
- type: construction
name: two-way lever
id: twowaylever
graph: leverGraph
id: TwoWayLever
graph: LeverGraph
startNode: start
targetNode: lever
category: Structures

View File

@@ -1,7 +1,7 @@
- type: construction
name: torch
id: LightTorch
graph: lightTorch
graph: LightTorch
startNode: start
targetNode: torch
category: Tools

View File

@@ -1,8 +1,8 @@
# POWER
- type: construction
name: APC
id: apc
graph: apc
id: APC
graph: APC
startNode: start
targetNode: apc
category: Utilities
@@ -17,7 +17,7 @@
- type: construction
name: solar assembly
id: SolarPanel
graph: solarpanel
graph: SolarPanel
startNode: start
targetNode: solarpanel
category: Utilities
@@ -33,8 +33,8 @@
- type: construction
name: cable terminal
id: cableTerminal
graph: cable_terminal
id: CableTerminal
graph: CableTerminal
startNode: start
targetNode: cable_terminal
category: Utilities
@@ -51,7 +51,7 @@
- type: construction
name: disposal unit
id: DisposalUnit
graph: disposalMachine
graph: DisposalMachine
startNode: start
targetNode: disposal_unit
category: Utilities
@@ -153,3 +153,38 @@
state: conpipe-c
# ATMOS
- type: construction
name: air alarm
id: AirAlarmFixture
graph: AirAlarm
startNode: start
targetNode: air_alarm
category: Structures
description: An air alarm. Alarms... air?
icon:
sprite: Structures/Wallmounts/air_monitors.rsi
state: alarm0
placementMode: SnapgridCenter
objectType: Structure
canRotate: true
canBuildInImpassable: true
conditions:
- !type:WallmountCondition {}
- type: construction
name: fire alarm
id: FireAlarm
graph: FireAlarm
startNode: start
targetNode: fire_alarm
category: Structures
description: A fire alarm. Spicy!
icon:
sprite: Structures/Wallmounts/air_monitors.rsi
state: fire0
placementMode: SnapgridCenter
objectType: Structure
canRotate: true
canBuildInImpassable: true
conditions:
- !type:WallmountCondition {}

View File

@@ -1,7 +1,7 @@
- type: construction
name: crude spear
id: spear
graph: spear
id: Spear
graph: Spear
startNode: start
targetNode: spear
category: Weapons
@@ -11,8 +11,8 @@
- type: construction
name: makeshift bola
id: bola
graph: bola
id: Bola
graph: Bola
startNode: start
targetNode: bola
category: Weapons