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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -49,7 +49,7 @@
sound:
path: /Audio/Ambience/Objects/gas_hiss.ogg
- 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)

View File

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