increase material prices (#30869)

* increase material prices

* ack
This commit is contained in:
Nemanja
2024-08-18 23:28:46 -04:00
committed by GitHub
parent d11a4ba1f5
commit 18c146cc7f
51 changed files with 103 additions and 94 deletions

View File

@@ -153,6 +153,8 @@
- type: PhysicalComposition #you can't just pass up some free plastic!
materialComposition:
Plastic: 100
- type: StaticPrice
price: 25
- type: entity
parent: ClothingHeadBase

View File

@@ -9,6 +9,8 @@
size: Small
- type: Clothing
slots: [mask]
- type: StaticPrice
price: 25
- type: entity
abstract: true

View File

@@ -181,7 +181,7 @@
Steel: 50
Plastic: 100
- type: StaticPrice
price: 12.5 # increases in price after decomposed into raw materials
price: 30 # increases in price after decomposed into raw materials
- type: entity
parent: ClothingMaskBase

View File

@@ -13,4 +13,4 @@
tags:
- StationMapElectronics
- type: StaticPrice
price: 15
price: 30

View File

@@ -15,7 +15,7 @@
tags:
- TimerSignalElectronics
- type: StaticPrice
price: 15
price: 30
- type: entity
id: ScreenTimerElectronics

View File

@@ -57,7 +57,7 @@
- type: StaticPrice
price: 0
- type: StackPrice
price: 5
price: 7.5
- type: Extractable
grindableSolutionName: rod
- type: SolutionContainerManager

View File

@@ -58,7 +58,7 @@
min: 2
max: 2
- type: StaticPrice
price: 50
price: 100
#Security Shields

View File

@@ -25,7 +25,7 @@
- type: StaticPrice
price: 0
- type: StackPrice
price: 1
price: 2.25
- type: PhysicalComposition
materialComposition:
Steel: 15

View File

@@ -44,7 +44,7 @@
materialComposition:
Steel: 185
- type: StaticPrice
price: 20
price: 30
- type: entity
abstract: true

View File

@@ -24,4 +24,4 @@
Steel: 400
Glass: 150
- type: StaticPrice
price: 60
price: 85

View File

@@ -328,7 +328,7 @@
Steel: 600
Plastic: 100
- type: StaticPrice
price: 100
price: 110
- type: UserInterface
interfaces:
enum.RcdUiKey.Key:

View File

@@ -328,7 +328,7 @@
Primed: { state: primed }
# Unprimed: <Use state determined by enum.ConstructionVisuals.Layer>
- type: StaticPrice
price: 25
price: 75
- type: entity
name: EMP grenade

View File

@@ -22,4 +22,6 @@
graph: PinionAirlock
node: glassAirlock
containers:
- board
- board
- type: StaticPrice
price: 165

View File

@@ -74,6 +74,8 @@
- type: Construction
graph: AirlockShuttle
node: airlock
- type: StaticPrice
price: 350
- type: entity
id: AirlockGlassShuttle

View File

@@ -37,7 +37,7 @@
containers:
- board
- type: StaticPrice
price: 280
price: 500
- type: entity
id: BlastDoorOpen

View File

@@ -144,7 +144,7 @@
containers:
- board
- type: StaticPrice
price: 100
price: 150
- type: PryUnpowered
- type: entity
@@ -200,7 +200,7 @@
graph: Windoor
node: windoorSecure
- type: StaticPrice
price: 200
price: 350
#Plasma Windoors
- type: entity
@@ -253,7 +253,7 @@
graph: Windoor
node: pwindoor
- type: StaticPrice
price: 170
price: 500
- type: RadiationBlocker
resistance: 2
@@ -308,7 +308,7 @@
graph: Windoor
node: pwindoorSecure
- type: StaticPrice
price: 312
price: 500
- type: RadiationBlocker
resistance: 4
@@ -363,7 +363,7 @@
graph: Windoor
node: uwindoor
- type: StaticPrice
price: 180
price: 560
- type: RadiationBlocker
resistance: 3
@@ -418,6 +418,6 @@
graph: Windoor
node: uwindoorSecure
- type: StaticPrice
price: 462
price: 750
- type: RadiationBlocker
resistance: 5

View File

@@ -32,3 +32,5 @@
node: windoorClockwork
containers:
- board
- type: StaticPrice
price: 240

View File

@@ -16,7 +16,7 @@
- type: Physics
bodyType: Static
- type: StaticPrice
price: 15
price: 35
- type: entity
id: BenchColorfulComfy

View File

@@ -47,7 +47,7 @@
sound:
collection: MetalBreak
- type: StaticPrice
price: 10
price: 50
#Starts unanchored, cannot be rotated while anchored
- type: entity
@@ -400,4 +400,4 @@
min: 2
max: 4
- type: StaticPrice
price: 20
price: 50

View File

@@ -73,7 +73,7 @@
- type: Drain
autoDrain: false
- type: StaticPrice
price: 25
price: 100
- type: UserInterface
interfaces:
enum.DisposalUnitUiKey.Key:

View File

@@ -62,6 +62,8 @@
- !type:PlaySoundBehavior
sound:
collection: MetalGlassBreak
- type: StaticPrice
price: 75
- type: entity
id: PoweredLightPostSmallEmpty
@@ -124,8 +126,6 @@
enabled: true
- type: PoweredLight
hasLampOnSpawn: LightTube
- type: StaticPrice
price: 25
- type: AmbientOnPowered
- type: AmbientSound
volume: -15
@@ -155,8 +155,6 @@
color: "#EEEEFF"
- type: PoweredLight
hasLampOnSpawn: LedLightTube
- type: StaticPrice
price: 25
- type: AmbientOnPowered
- type: AmbientSound
volume: -15

View File

@@ -61,7 +61,7 @@
canCollide: false
bodyType: static
- type: StaticPrice
price: 11
price: 30
#Note: The PipeDirection of the PipeNode should be the south-facing version, because the entity starts at an angle of 0 (south)

View File

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

View File

@@ -62,7 +62,7 @@
containers:
disposals: !type:Container
- type: StaticPrice
price: 62
price: 70
- type: PowerSwitch
- type: entity

View File

@@ -34,7 +34,7 @@
sound:
collection: MetalBreak
- type: StaticPrice
price: 25
price: 75
- type: entity
abstract: true

View File

@@ -692,7 +692,7 @@
materialComposition:
Steel: 500
- type: StaticPrice
price: 60
price: 125
- type: entity
parent: GasCanisterBrokenBase

View File

@@ -89,7 +89,7 @@
stateDoorOpen: generic_open
stateDoorClosed: generic_door
- type: StaticPrice
price: 50
price: 75
# steel closet base (that can be constructed/deconstructed)
- type: entity
@@ -118,7 +118,7 @@
- type: WallMount
arc: 175
- type: StaticPrice
price: 50
price: 75
- type: Transform
noRot: false
- type: Sprite

View File

@@ -83,7 +83,7 @@
paper_label: !type:ContainerSlot
- type: ItemSlots
- type: StaticPrice
price: 50
price: 75
- type: Construction
graph: CrateGenericSteel
node: crategenericsteel

View File

@@ -28,7 +28,7 @@
containers:
- entity_storage
- type: StaticPrice
price: 80
price: 100
- type: entity
parent: CratePlastic
@@ -417,7 +417,7 @@
layer:
- LargeMobLayer
- type: StaticPrice
price: 60
price: 75
- type: entity
parent: CrateGeneric

View File

@@ -66,7 +66,7 @@
graph: FilingCabinet
node: filingCabinet
- type: StaticPrice
price: 20
price: 60
- type: entity
name: tall cabinet
@@ -155,7 +155,7 @@
graph: FilingCabinet
node: chestDrawer
- type: StaticPrice
price: 15
price: 100
- type: RequireProjectileTarget
- type: entity

View File

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

View File

@@ -53,7 +53,7 @@
sound:
collection: MetalBreak
- type: StaticPrice
price: 10
price: 30
- type: entity
id: ReinforcedGirder
@@ -96,7 +96,7 @@
sound:
collection: MetalBreak
- type: StaticPrice
price: 66
price: 130
- type: entity
id: ClockworkGirder
@@ -110,6 +110,8 @@
- type: Construction
graph: ClockworkGirder
node: clockGirder
- type: StaticPrice
price: 75
- type: Destructible
thresholds:
- trigger:
@@ -137,4 +139,4 @@
acts: [ "Destruction" ]
- !type:PlaySoundBehavior
sound:
collection: MetalBreak
collection: MetalBreak

View File

@@ -563,7 +563,7 @@
5: { state: reinf_construct-5, visible: true}
- type: ReinforcedWallReplacementMarker
- type: StaticPrice
price: 150
price: 250
- type: RadiationBlocker
resistance: 5

View File

@@ -98,7 +98,7 @@
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: StaticPrice
price: 22
price: 22.5
- type: entity
parent: ClockworkWindow

View File

@@ -49,7 +49,7 @@
damageOverlay:
sprite: Structures/Windows/cracks.rsi
- type: StaticPrice
price: 60
price: 100
- type: RadiationBlocker
resistance: 2
@@ -96,7 +96,7 @@
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: StaticPrice
price: 30
price: 50
- type: entity
parent: PlasmaWindow

View File

@@ -73,7 +73,7 @@
node: tintedWindow
- type: Occluder
- type: StaticPrice
price: 44
price: 45
- type: entity
id: WindowReinforcedDirectional
@@ -106,7 +106,7 @@
- type: RCDDeconstructable
cost: 4
delay: 4
fx: EffectRCDDeconstruct4
fx: EffectRCDDeconstruct4
- type: Destructible
thresholds:
- trigger:
@@ -133,7 +133,7 @@
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: StaticPrice
price: 22
price: 22.5
- type: entity
parent: ReinforcedWindow

View File

@@ -49,7 +49,7 @@
damageOverlay:
sprite: Structures/Windows/cracks.rsi
- type: StaticPrice
price: 140
price: 215
- type: RadiationBlocker
resistance: 5
@@ -99,7 +99,7 @@
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: StaticPrice
price: 70
price: 110
- type: entity
parent: ReinforcedUraniumWindow

View File

@@ -52,7 +52,7 @@
damageOverlay:
sprite: Structures/Windows/cracks.rsi
- type: StaticPrice
price: 100
price: 150
- type: entity
parent: ShuttleWindow

View File

@@ -47,7 +47,7 @@
damageOverlay:
sprite: Structures/Windows/cracks.rsi
- type: StaticPrice
price: 80
price: 200
- type: RadiationBlocker
resistance: 3
@@ -94,7 +94,7 @@
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: StaticPrice
price: 40
price: 100
- type: entity
parent: UraniumWindow

View File

@@ -92,7 +92,7 @@
- type: StaticPrice
price: 100
- type: BlockWeather
- type: entity
id: WindowRCDResistant
parent: Window
@@ -194,10 +194,10 @@
damageOverlay:
sprite: Structures/Windows/cracks_directional.rsi
- type: StaticPrice
price: 10
price: 15
- type: entity
id: WindowDirectionalRCDResistant
id: WindowDirectionalRCDResistant
parent: WindowDirectional
abstract: true
components:
@@ -264,4 +264,4 @@
sprite: Structures/Windows/cracks_diagonal.rsi
- type: Construction
graph: WindowDiagonal
node: windowDiagonal
node: windowDiagonal

View File

@@ -39,7 +39,7 @@
key: walls
mode: NoSprite
- type: StaticPrice
price: 83
price: 100
- type: entity
id: PlasticFlapsClear