Revert "add material composition to some salv treasure" (#37149)

* Revert "add material composition to some salv treasure (#31970)"

This reverts commit 125258ea48.

* Remove ring materials as well
This commit is contained in:
Nemanja
2025-05-03 22:39:19 -04:00
committed by GitHub
parent 0de4ec912f
commit f1a17f360d
2 changed files with 5 additions and 35 deletions

View File

@@ -69,11 +69,8 @@
abstract: true
id: GoldRingBase
components:
- type: PhysicalComposition
materialComposition:
Gold: 200 # 2 bars
- type: StaticPrice
price: 300
- type: StaticPrice
price: 300
- type: entity
abstract: true
@@ -81,8 +78,5 @@
name: silver ring
description: Looks slightly less valuable than a gold one.
components:
- type: PhysicalComposition
materialComposition:
Silver: 200 # 2 bars
- type: StaticPrice
price: 275
- type: StaticPrice
price: 275

View File

@@ -83,11 +83,6 @@
- state: cpu_super
- type: Item
size: Tiny
- type: PhysicalComposition
materialComposition: # big mats if you don't sell it
Steel: 500
Glass: 1000
Silver: 300
- type: StaticPrice
price: 750
@@ -155,9 +150,6 @@
state: coin_iron
- type: Item
size: Tiny
- type: PhysicalComposition
materialComposition:
Steel: 300
- type: StaticPrice
price: 75
@@ -167,12 +159,8 @@
components:
- type: Sprite
state: coin_silver
- type: PhysicalComposition
materialComposition:
Steel: 100 # coins are fake on the inside
Silver: 200
- type: StaticPrice
price: 135
price: 125
- type: entity
parent: TreasureCoinIron
@@ -180,10 +168,6 @@
components:
- type: Sprite
state: coin_gold
- type: PhysicalComposition
materialComposition:
Steel: 100
Gold: 200
- type: StaticPrice
price: 175
@@ -193,10 +177,6 @@
components:
- type: Sprite
state: coin_adamantine
- type: PhysicalComposition
materialComposition:
Steel: 400
Diamond: 5
- type: StaticPrice
price: 250
@@ -206,10 +186,6 @@
components:
- type: Sprite
state: coin_diamond
- type: PhysicalComposition
materialComposition:
Steel: 300
Diamond: 15
- type: StaticPrice
price: 500