]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Revert "add material composition to some salv treasure" (#37149)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Sun, 4 May 2025 02:39:19 +0000 (22:39 -0400)
committerGitHub <noreply@github.com>
Sun, 4 May 2025 02:39:19 +0000 (04:39 +0200)
* Revert "add material composition to some salv treasure (#31970)"

This reverts commit 125258ea4803c882b5f59895e2d9ac2e8b1dfd5a.

* Remove ring materials as well

Resources/Prototypes/Entities/Clothing/Hands/base_clothinghands.yml
Resources/Prototypes/Entities/Objects/Misc/treasure.yml

index bb494ffda4167c6ab2642a62b97ca56f1615a602..1d8d38da799ee3a4ae894fdad2c70b292f3eb170 100644 (file)
   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
index dfe33ab11126e53f0ea71bba7ed92e0731ed817f..20e72f8a1155ec66dc110b8dcb9af51f08bf5052 100644 (file)
     - 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
 
     state: coin_iron
   - type: Item
     size: Tiny
-  - type: PhysicalComposition
-    materialComposition:
-      Steel: 300
   - type: StaticPrice
     price: 75
 
   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
   components:
   - type: Sprite
     state: coin_gold
-  - type: PhysicalComposition
-    materialComposition:
-      Steel: 100
-      Gold: 200
   - type: StaticPrice
     price: 175
 
   components:
   - type: Sprite
     state: coin_adamantine
-  - type: PhysicalComposition
-    materialComposition:
-      Steel: 400
-      Diamond: 5
   - type: StaticPrice
     price: 250
 
   components:
   - type: Sprite
     state: coin_diamond
-  - type: PhysicalComposition
-    materialComposition:
-      Steel: 300
-      Diamond: 15
   - type: StaticPrice
     price: 500