Make pipes cost 1 steel (#19494)
This commit is contained in:
parent
81e82f4c1d
commit
7ecdb937ac
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue