Make pipes cost 1 steel (#19494)

This commit is contained in:
Ilya246
2023-08-25 00:17:11 +04:00
committed by GitHub
parent 81e82f4c1d
commit 7ecdb937ac
2 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,7 @@
sound: sound:
path: /Audio/Ambience/Objects/gas_hiss.ogg path: /Audio/Ambience/Objects/gas_hiss.ogg
- type: StaticPrice - type: StaticPrice
price: 22 price: 11
#Note: The PipeDirection of the PipeNode should be the south-facing version, because the entity starts at an angle of 0 (south) #Note: The PipeDirection of the PipeNode should be the south-facing version, because the entity starts at an angle of 0 (south)

View File

@@ -7,31 +7,31 @@
- to: half - to: half
steps: steps:
- material: Steel - material: Steel
amount: 2 amount: 1
doAfter: 1 doAfter: 1
- to: straight - to: straight
steps: steps:
- material: Steel - material: Steel
amount: 2 amount: 1
doAfter: 1 doAfter: 1
- to: bend - to: bend
steps: steps:
- material: Steel - material: Steel
amount: 2 amount: 1
doAfter: 1 doAfter: 1
- to: tjunction - to: tjunction
steps: steps:
- material: Steel - material: Steel
amount: 2 amount: 1
doAfter: 1 doAfter: 1
- to: fourway - to: fourway
steps: steps:
- material: Steel - material: Steel
amount: 2 amount: 1
doAfter: 1 doAfter: 1
- node: half - node: half
@@ -44,7 +44,7 @@
completed: completed:
- !type:SpawnPrototype - !type:SpawnPrototype
prototype: SheetSteel1 prototype: SheetSteel1
amount: 2 amount: 1
- !type:DeleteEntity - !type:DeleteEntity
steps: steps:
- tool: Welding - tool: Welding
@@ -60,7 +60,7 @@
completed: completed:
- !type:SpawnPrototype - !type:SpawnPrototype
prototype: SheetSteel1 prototype: SheetSteel1
amount: 2 amount: 1
- !type:DeleteEntity - !type:DeleteEntity
steps: steps:
- tool: Welding - tool: Welding
@@ -76,7 +76,7 @@
completed: completed:
- !type:SpawnPrototype - !type:SpawnPrototype
prototype: SheetSteel1 prototype: SheetSteel1
amount: 2 amount: 1
- !type:DeleteEntity - !type:DeleteEntity
steps: steps:
- tool: Welding - tool: Welding
@@ -92,7 +92,7 @@
completed: completed:
- !type:SpawnPrototype - !type:SpawnPrototype
prototype: SheetSteel1 prototype: SheetSteel1
amount: 2 amount: 1
- !type:DeleteEntity - !type:DeleteEntity
steps: steps:
- tool: Welding - tool: Welding
@@ -108,7 +108,7 @@
completed: completed:
- !type:SpawnPrototype - !type:SpawnPrototype
prototype: SheetSteel1 prototype: SheetSteel1
amount: 2 amount: 1
- !type:DeleteEntity - !type:DeleteEntity
steps: steps:
- tool: Welding - tool: Welding