Remove airtight flaps from the construction menu (#27619)
They are meant to be mapping only items.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
- type: entity
|
||||
id: PlasticFlapsClear
|
||||
id: PlasticFlapsBase
|
||||
parent: BaseStructureDynamic
|
||||
name: plastic flaps
|
||||
suffix: Clear
|
||||
description: Heavy duty, plastic flaps. Definitely can't get past those. No way.
|
||||
abstract: true
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
@@ -40,15 +38,23 @@
|
||||
- type: IconSmooth
|
||||
key: walls
|
||||
mode: NoSprite
|
||||
- type: Construction
|
||||
graph: PlasticFlapsGraph
|
||||
node: plasticFlaps
|
||||
- type: StaticPrice
|
||||
price: 83
|
||||
|
||||
- type: entity
|
||||
id: PlasticFlapsClear
|
||||
parent: PlasticFlapsBase
|
||||
name: plastic flaps
|
||||
suffix: Clear
|
||||
description: Heavy duty, plastic flaps. Definitely can't get past those. No way.
|
||||
components:
|
||||
- type: Construction
|
||||
graph: PlasticFlapsGraph
|
||||
node: plasticFlaps
|
||||
|
||||
- type: entity
|
||||
id: PlasticFlapsOpaque
|
||||
parent: PlasticFlapsClear
|
||||
parent: PlasticFlapsBase
|
||||
name: plastic flaps
|
||||
suffix: Opaque
|
||||
description: Heavy duty, plastic flaps. Definitely can't get past those. No way.
|
||||
@@ -72,7 +78,7 @@
|
||||
|
||||
- type: entity
|
||||
id: PlasticFlapsAirtightClear
|
||||
parent: PlasticFlapsClear
|
||||
parent: PlasticFlapsBase
|
||||
name: airtight plastic flaps
|
||||
suffix: Airtight, Clear
|
||||
description: Heavy duty, slightly stronger, airtight plastic flaps. Definitely can't get past those. No way.
|
||||
@@ -86,15 +92,12 @@
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- type: Airtight
|
||||
- type: Construction
|
||||
graph: PlasticFlapsGraph
|
||||
node: airtightFlaps
|
||||
- type: StaticPrice
|
||||
price: 100
|
||||
|
||||
- type: entity
|
||||
id: PlasticFlapsAirtightOpaque
|
||||
parent: PlasticFlapsOpaque
|
||||
parent: PlasticFlapsBase
|
||||
name: airtight plastic flaps
|
||||
suffix: Airtight, Opaque
|
||||
description: Heavy duty, slightly stronger, airtight plastic flaps. Definitely can't get past those. No way.
|
||||
@@ -108,8 +111,5 @@
|
||||
- !type:DoActsBehavior
|
||||
acts: ["Destruction"]
|
||||
- type: Airtight
|
||||
- type: Construction
|
||||
graph: PlasticFlapsGraph
|
||||
node: airtightopaqueFlaps
|
||||
- type: StaticPrice
|
||||
price: 100
|
||||
|
||||
@@ -33,16 +33,6 @@
|
||||
- tool: Welding
|
||||
doAfter: 5
|
||||
|
||||
- to: airtightFlaps
|
||||
completed:
|
||||
- !type:SnapToGrid { }
|
||||
steps:
|
||||
- material: Plastic
|
||||
amount: 5
|
||||
doAfter: 5
|
||||
- tool: Screwing
|
||||
doAfter: 5
|
||||
|
||||
- node: opaqueFlaps
|
||||
entity: PlasticFlapsOpaque
|
||||
edges:
|
||||
@@ -54,44 +44,3 @@
|
||||
steps:
|
||||
- tool: Anchoring
|
||||
doAfter: 10
|
||||
|
||||
- to: airtightopaqueFlaps
|
||||
completed:
|
||||
- !type:SnapToGrid { }
|
||||
steps:
|
||||
- material: Plastic
|
||||
amount: 5
|
||||
doAfter: 5
|
||||
- tool: Screwing
|
||||
doAfter: 5
|
||||
|
||||
- node: airtightFlaps
|
||||
entity: PlasticFlapsAirtightClear
|
||||
edges:
|
||||
- to: plasticFlaps
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetPlastic
|
||||
amount: 5
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 10
|
||||
|
||||
- to: airtightopaqueFlaps #test
|
||||
completed:
|
||||
- !type:SnapToGrid { }
|
||||
steps:
|
||||
- tool: Welding
|
||||
doAfter: 5
|
||||
|
||||
- node: airtightopaqueFlaps
|
||||
entity: PlasticFlapsAirtightOpaque
|
||||
edges:
|
||||
- to: opaqueFlaps
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetPlastic
|
||||
amount: 5
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 10
|
||||
|
||||
@@ -1625,23 +1625,6 @@
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
name: airtight plastic flaps
|
||||
id: PlasticFlapsAirtight
|
||||
graph: PlasticFlapsGraph
|
||||
startNode: start
|
||||
targetNode: airtightFlaps
|
||||
category: construction-category-structures
|
||||
placementMode: SnapgridCenter
|
||||
description: An airtight plastic flap to let items through and keep people out.
|
||||
objectType: Structure
|
||||
canBuildInImpassable: false
|
||||
icon:
|
||||
sprite: Structures/plastic_flaps.rsi
|
||||
state: plasticflaps
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
name: opaque plastic flaps
|
||||
id: PlasticFlapsOpaque
|
||||
@@ -1659,23 +1642,6 @@
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
name: airtight opaque plastic flaps
|
||||
id: PlasticFlapsAirtightOpaque
|
||||
graph: PlasticFlapsGraph
|
||||
startNode: start
|
||||
targetNode: airtightopaqueFlaps
|
||||
category: construction-category-structures
|
||||
placementMode: SnapgridCenter
|
||||
description: An opaque, airtight plastic flap to let items through and keep people out.
|
||||
objectType: Structure
|
||||
canBuildInImpassable: false
|
||||
icon:
|
||||
sprite: Structures/plastic_flaps.rsi
|
||||
state: plasticflaps
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
name: bananium clown statue
|
||||
id: BananiumClownStatue
|
||||
|
||||
Reference in New Issue
Block a user