Construction Price Adjustments (#17549)
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
sound:
|
||||
path: /Audio/Effects/metalbreak.ogg
|
||||
- type: StaticPrice
|
||||
price: 50
|
||||
price: 10
|
||||
|
||||
- type: entity
|
||||
name: chair
|
||||
|
||||
@@ -32,6 +32,8 @@
|
||||
graph: Toilet
|
||||
node: toilet
|
||||
- type: Appearance
|
||||
- type: StaticPrice
|
||||
price: 25
|
||||
|
||||
- type: entity
|
||||
id: ToiletDirtyWater
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
sound:
|
||||
path: /Audio/Ambience/Objects/gas_hiss.ogg
|
||||
- type: StaticPrice
|
||||
price: 100
|
||||
price: 22
|
||||
|
||||
#Note: The PipeDirection of the PipeNode should be the south-facing version, because the entity starts at an angle of 0 (south)
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
containers:
|
||||
DisposalTube: !type:Container
|
||||
- type: StaticPrice
|
||||
price: 100
|
||||
price: 22
|
||||
|
||||
- type: entity
|
||||
id: DisposalHolder
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
containers:
|
||||
DisposalUnit: !type:Container
|
||||
- type: StaticPrice
|
||||
price: 100
|
||||
price: 62
|
||||
- type: PowerSwitch
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -217,6 +217,8 @@
|
||||
- type: Construction
|
||||
graph: WallmountGenerator
|
||||
node: generator
|
||||
- type: StaticPrice
|
||||
price: 14
|
||||
|
||||
- type: entity
|
||||
parent: BaseGeneratorWallmount
|
||||
@@ -230,6 +232,8 @@
|
||||
- type: Construction
|
||||
graph: WallmountGenerator
|
||||
node: APU
|
||||
- type: StaticPrice
|
||||
price: 38
|
||||
|
||||
# RTG - no fuel requirement
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
containers:
|
||||
- entity_storage
|
||||
- type: StaticPrice
|
||||
price: 150
|
||||
price: 80
|
||||
|
||||
- type: entity
|
||||
parent: CrateBaseWeldable
|
||||
|
||||
@@ -57,4 +57,4 @@
|
||||
acts: [ "Destruction" ]
|
||||
- type: Climbable
|
||||
- type: StaticPrice
|
||||
price: 150
|
||||
price: 22
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
graph: PlasticFlapsGraph
|
||||
node: plasticFlaps
|
||||
- type: StaticPrice
|
||||
price: 150
|
||||
price: 83
|
||||
|
||||
- type: entity
|
||||
id: PlasticFlapsOpaque
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
name: materials-reinforced-plasma-glass
|
||||
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rpglass }
|
||||
color: "#8c4069"
|
||||
price: 0.66 # 2-2-1 mix of plasma, glass, and metal.
|
||||
price: 0.40 # 1-1-0.5 mix of plasma, glass, and metal.
|
||||
|
||||
- type: material
|
||||
id: UraniumGlass
|
||||
|
||||
Reference in New Issue
Block a user