Implements item pricing, and piracy. (#8548)

* Start implementing item pricing.

* Flesh out prices a bit, add the appraisal tool.

* Add prices to more things.

* YARRRRRRR

* gives pirates an appraisal tool in their pocket.

* Makes the various traitor objectives valuable. Also nerfs the price of a living person, so it's easier to bargain for them.

* Address reviews.

* Address reviews.
This commit is contained in:
Moony
2022-06-03 10:56:11 -05:00
committed by GitHub
parent c87f4ab65c
commit fada213a22
53 changed files with 712 additions and 26 deletions

View File

@@ -4,6 +4,7 @@
name: glass
icon: Objects/Materials/Sheets/glass.rsi/glass.png
color: "#a8ccd7"
price: 0.0025
- type: material
id: ReinforcedGlass
@@ -11,6 +12,7 @@
name: reinforced glass
icon: Objects/Materials/Sheets/glass.rsi/rglass.png
color: "#549bb0"
price: 0.00375 # 2-1 mix of glass and metal.
- type: material
id: PlasmaGlass
@@ -18,6 +20,7 @@
name: plasma glass
icon: Objects/Materials/Sheets/glass.rsi/pglass.png
color: "#b35989"
price: 0.1025 # 1-1 mix of plasma and glass.
- type: material
id: ReinforcedPlasmaGlass
@@ -25,3 +28,4 @@
name: 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.

View File

@@ -5,6 +5,7 @@
name: cloth
icon: /Textures/Objects/Materials/materials.rsi/cloth.png
color: "#e7e7de"
price: 0.005
- type: material
id: Durathread
@@ -12,6 +13,7 @@
name: durathread
icon: /Textures/Objects/Materials/materials.rsi/durathread.png
color: "#8291a1"
price: 0.0175 # 1-1 mix of plastic and cloth.
- type: material
id: Plasma
@@ -19,6 +21,7 @@
name: plasma
icon: Objects/Materials/Sheets/other.rsi/plasma.png
color: "#7e009e"
price: 0.1
- type: material
id: Plastic
@@ -26,6 +29,7 @@
name: plastic
icon: Objects/Materials/Sheets/other.rsi/plastic.png
color: "#d9d9d9"
price: 0.0125
- type: material
id: Wood
@@ -33,10 +37,12 @@
name: wood
icon: Objects/Materials/materials.rsi/wood.png
color: "#966F33"
price: 0.01
- type: material
id: Uranium
stack: Uranium
name: uranium
icon: Objects/Materials/Sheets/other.rsi/uranium.png
color: "#32a852"
price: 0.05

View File

@@ -3,6 +3,7 @@
stack: Steel
name: steel
icon: Objects/Materials/Sheets/metal.rsi/steel.png
price: 0.0025
- type: material
id: Gold
@@ -10,6 +11,7 @@
name: gold
icon: Objects/Materials/ingots.rsi/gold.png
color: "#FFD700"
price: 0.0625
- type: material
id: Silver
@@ -17,6 +19,7 @@
name: silver
icon: Objects/Materials/ingots.rsi/silver.png
color: "#C0C0C0"
price: 0.025
- type: material
id: Plasteel
@@ -24,3 +27,4 @@
name: 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.