Construction Price Adjustments (#17549)

This commit is contained in:
Nairod
2023-06-30 14:32:03 -05:00
committed by GitHub
parent ca8d905ae0
commit 3560249f1f
10 changed files with 14 additions and 8 deletions

View File

@@ -47,7 +47,7 @@
sound: sound:
path: /Audio/Effects/metalbreak.ogg path: /Audio/Effects/metalbreak.ogg
- type: StaticPrice - type: StaticPrice
price: 50 price: 10
- type: entity - type: entity
name: chair name: chair

View File

@@ -32,6 +32,8 @@
graph: Toilet graph: Toilet
node: toilet node: toilet
- type: Appearance - type: Appearance
- type: StaticPrice
price: 25
- type: entity - type: entity
id: ToiletDirtyWater id: ToiletDirtyWater

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: 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) #Note: The PipeDirection of the PipeNode should be the south-facing version, because the entity starts at an angle of 0 (south)

View File

@@ -54,7 +54,7 @@
containers: containers:
DisposalTube: !type:Container DisposalTube: !type:Container
- type: StaticPrice - type: StaticPrice
price: 100 price: 22
- type: entity - type: entity
id: DisposalHolder id: DisposalHolder

View File

@@ -72,7 +72,7 @@
containers: containers:
DisposalUnit: !type:Container DisposalUnit: !type:Container
- type: StaticPrice - type: StaticPrice
price: 100 price: 62
- type: PowerSwitch - type: PowerSwitch
- type: entity - type: entity

View File

@@ -217,6 +217,8 @@
- type: Construction - type: Construction
graph: WallmountGenerator graph: WallmountGenerator
node: generator node: generator
- type: StaticPrice
price: 14
- type: entity - type: entity
parent: BaseGeneratorWallmount parent: BaseGeneratorWallmount
@@ -230,6 +232,8 @@
- type: Construction - type: Construction
graph: WallmountGenerator graph: WallmountGenerator
node: APU node: APU
- type: StaticPrice
price: 38
# RTG - no fuel requirement # RTG - no fuel requirement

View File

@@ -23,7 +23,7 @@
containers: containers:
- entity_storage - entity_storage
- type: StaticPrice - type: StaticPrice
price: 150 price: 80
- type: entity - type: entity
parent: CrateBaseWeldable parent: CrateBaseWeldable

View File

@@ -57,4 +57,4 @@
acts: [ "Destruction" ] acts: [ "Destruction" ]
- type: Climbable - type: Climbable
- type: StaticPrice - type: StaticPrice
price: 150 price: 22

View File

@@ -44,7 +44,7 @@
graph: PlasticFlapsGraph graph: PlasticFlapsGraph
node: plasticFlaps node: plasticFlaps
- type: StaticPrice - type: StaticPrice
price: 150 price: 83
- type: entity - type: entity
id: PlasticFlapsOpaque id: PlasticFlapsOpaque

View File

@@ -28,7 +28,7 @@
name: materials-reinforced-plasma-glass name: materials-reinforced-plasma-glass
icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rpglass } icon: { sprite: Objects/Materials/Sheets/glass.rsi, state: rpglass }
color: "#8c4069" 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 - type: material
id: UraniumGlass id: UraniumGlass