Cargo economy balance (#11123)
Co-authored-by: Visne <39844191+Visne@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
name: materials-glass
|
||||
icon: Objects/Materials/Sheets/glass.rsi/glass.png
|
||||
color: "#a8ccd7"
|
||||
price: 0.0025
|
||||
price: 0.075
|
||||
|
||||
- type: material
|
||||
id: ReinforcedGlass
|
||||
@@ -12,7 +12,7 @@
|
||||
name: materials-reinforced-glass
|
||||
icon: Objects/Materials/Sheets/glass.rsi/rglass.png
|
||||
color: "#549bb0"
|
||||
price: 0.00375 # 2-1 mix of glass and metal.
|
||||
price: 0.22 # 2-1 mix of glass and metal.
|
||||
|
||||
- type: material
|
||||
id: PlasmaGlass
|
||||
@@ -20,7 +20,7 @@
|
||||
name: materials-plasma-glass
|
||||
icon: Objects/Materials/Sheets/glass.rsi/pglass.png
|
||||
color: "#b35989"
|
||||
price: 0.1025 # 1-1 mix of plasma and glass.
|
||||
price: 0.30 # 1-1 mix of plasma and glass.
|
||||
|
||||
- type: material
|
||||
id: ReinforcedPlasmaGlass
|
||||
@@ -28,4 +28,4 @@
|
||||
name: materials-reinforced-plasma-glass
|
||||
icon: Objects/Materials/Sheets/glass.rsi/rpglass.png
|
||||
color: "#8c4069"
|
||||
price: 0.10375 # 2-2-1 mix of plasma, glass, and metal.
|
||||
price: 0.66 # 2-2-1 mix of plasma, glass, and metal.
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
name: materials-biomass
|
||||
icon: /Textures/Objects/Misc/monkeycube.rsi/cube.png
|
||||
color: "#8A9A5B"
|
||||
price: 0.05
|
||||
price: 0.1
|
||||
|
||||
- type: material
|
||||
id: Cloth
|
||||
@@ -12,7 +12,7 @@
|
||||
name: materials-cloth
|
||||
icon: /Textures/Objects/Materials/materials.rsi/cloth.png
|
||||
color: "#e7e7de"
|
||||
price: 0.005
|
||||
price: 0.05
|
||||
|
||||
- type: material
|
||||
id: Durathread
|
||||
@@ -20,7 +20,7 @@
|
||||
name: materials-durathread
|
||||
icon: /Textures/Objects/Materials/materials.rsi/durathread.png
|
||||
color: "#8291a1"
|
||||
price: 0.0175 # 1-1 mix of plastic and cloth.
|
||||
price: 0.15 # 1-1 mix of plastic and cloth.
|
||||
|
||||
- type: material
|
||||
id: Plasma
|
||||
@@ -28,7 +28,7 @@
|
||||
name: materials-plasma
|
||||
icon: Objects/Materials/Sheets/other.rsi/plasma.png
|
||||
color: "#7e009e"
|
||||
price: 0.1
|
||||
price: 0.2
|
||||
|
||||
- type: material
|
||||
id: Plastic
|
||||
@@ -36,7 +36,7 @@
|
||||
name: materials-plastic
|
||||
icon: Objects/Materials/Sheets/other.rsi/plastic.png
|
||||
color: "#d9d9d9"
|
||||
price: 0.0125
|
||||
price: 0.1
|
||||
|
||||
- type: material
|
||||
id: Wood
|
||||
@@ -44,7 +44,7 @@
|
||||
name: materials-wood
|
||||
icon: Objects/Materials/materials.rsi/wood.png
|
||||
color: "#966F33"
|
||||
price: 0.01
|
||||
price: 0.05
|
||||
|
||||
- type: material
|
||||
id: Uranium
|
||||
@@ -52,4 +52,4 @@
|
||||
name: materials-uranium
|
||||
icon: Objects/Materials/Sheets/other.rsi/uranium.png
|
||||
color: "#32a852"
|
||||
price: 0.05
|
||||
price: 0.2
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
stack: Steel
|
||||
name: materials-steel
|
||||
icon: Objects/Materials/Sheets/metal.rsi/steel.png
|
||||
price: 0.0025
|
||||
price: 0.05
|
||||
|
||||
- type: material
|
||||
id: Gold
|
||||
@@ -11,7 +11,7 @@
|
||||
name: materials-gold
|
||||
icon: Objects/Materials/ingots.rsi/gold.png
|
||||
color: "#FFD700"
|
||||
price: 0.0625
|
||||
price: 0.2
|
||||
|
||||
- type: material
|
||||
id: Silver
|
||||
@@ -19,7 +19,7 @@
|
||||
name: materials-silver
|
||||
icon: Objects/Materials/ingots.rsi/silver.png
|
||||
color: "#C0C0C0"
|
||||
price: 0.025
|
||||
price: 0.15
|
||||
|
||||
- type: material
|
||||
id: Plasteel
|
||||
@@ -27,4 +27,4 @@
|
||||
name: materials-plasteel
|
||||
icon: Objects/Materials/Sheets/metal.rsi/plasteel.png
|
||||
color: "#696969" #Okay, this is epic
|
||||
price: 0.1025 # 1-1 mix of plasma and steel.
|
||||
price: 0.28 # 1-1 mix of plasma and steel.
|
||||
|
||||
Reference in New Issue
Block a user