]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add rating suffix to machine parts (#16180)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Sun, 7 May 2023 03:17:25 +0000 (15:17 +1200)
committerGitHub <noreply@github.com>
Sun, 7 May 2023 03:17:25 +0000 (13:17 +1000)
Resources/Prototypes/Entities/Objects/Misc/machine_parts.yml

index 917b4c8a2aefa43adf6b93e2c1d7637e610efa5d..e2e78b7c0985395ca5ae70f9520f24fc90ea8a3b 100644 (file)
@@ -21,6 +21,7 @@
   name: capacitor
   parent: BaseStockPart
   description: A basic capacitor used in the construction of a variety of devices.
+  suffix: Rating 1
   components:
     - type: Sprite
       state: capacitor
@@ -33,6 +34,7 @@
   name: manipulator
   parent: BaseStockPart
   description: A basic manipulator used in the construction of a variety of devices.
+  suffix: Rating 1
   components:
     - type: Sprite
       state: micro_mani
@@ -45,6 +47,7 @@
   name: matter bin
   parent: BaseStockPart
   description: A basic matter bin used in the construction of a variety of devices.
+  suffix: Rating 1
   components:
     - type: Sprite
       state: matter_bin
@@ -59,6 +62,7 @@
   name: advanced capacitor
   parent: CapacitorStockPart
   description: An advanced capacitor used in the construction of a variety of devices.
+  suffix: Rating 2
   components:
     - type: Sprite
       state: adv_capacitor
@@ -70,6 +74,7 @@
   name: advanced manipulator
   parent: MicroManipulatorStockPart
   description: An advanced manipulator used in the construction of a variety of devices.
+  suffix: Rating 2
   components:
     - type: Sprite
       state: nano_mani
@@ -81,6 +86,7 @@
   name: advanced matter bin
   parent: MatterBinStockPart
   description: An advanced matter bin used in the construction of a variety of devices.
+  suffix: Rating 2
   components:
     - type: Sprite
       state: advanced_matter_bin
   name: super capacitor
   parent: CapacitorStockPart
   description: A super capacitor used in the construction of a variety of devices.
+  suffix: Rating 3
   components:
     - type: Sprite
       state: super_capacitor
   name: super manipulator
   parent: MicroManipulatorStockPart
   description: A super manipulator used in the construction of a variety of devices.
+  suffix: Rating 3
   components:
     - type: Sprite
       state: pico_mani
   name: super matter bin
   parent: MatterBinStockPart
   description: A super matter bin used in the construction of a variety of devices.
+  suffix: Rating 3
   components:
     - type: Sprite
       state: super_matter_bin
   name: bluespace capacitor
   parent: CapacitorStockPart
   description: A bluespace capacitor used in the construction of a variety of devices.
+  suffix: Rating 4
   components:
     - type: Sprite
       state: quadratic_capacitor
   name: bluespace manipulator
   parent: MicroManipulatorStockPart
   description: A bluespace manipulator used in the construction of a variety of devices.
+  suffix: Rating 4
   components:
     - type: Sprite
       state: femto_mani
   name: bluespace matter bin
   parent: MatterBinStockPart
   description: A bluespace matter bin used in the construction of a variety of devices.
+  suffix: Rating 4
   components:
     - type: Sprite
       state: bluespace_matter_bin