Add rating suffix to machine parts (#16180)

This commit is contained in:
Leon Friedrich
2023-05-07 15:17:25 +12:00
committed by GitHub
parent 4bd378fcfe
commit 1ff82df832

View File

@@ -21,6 +21,7 @@
name: capacitor name: capacitor
parent: BaseStockPart parent: BaseStockPart
description: A basic capacitor used in the construction of a variety of devices. description: A basic capacitor used in the construction of a variety of devices.
suffix: Rating 1
components: components:
- type: Sprite - type: Sprite
state: capacitor state: capacitor
@@ -33,6 +34,7 @@
name: manipulator name: manipulator
parent: BaseStockPart parent: BaseStockPart
description: A basic manipulator used in the construction of a variety of devices. description: A basic manipulator used in the construction of a variety of devices.
suffix: Rating 1
components: components:
- type: Sprite - type: Sprite
state: micro_mani state: micro_mani
@@ -45,6 +47,7 @@
name: matter bin name: matter bin
parent: BaseStockPart parent: BaseStockPart
description: A basic matter bin used in the construction of a variety of devices. description: A basic matter bin used in the construction of a variety of devices.
suffix: Rating 1
components: components:
- type: Sprite - type: Sprite
state: matter_bin state: matter_bin
@@ -59,6 +62,7 @@
name: advanced capacitor name: advanced capacitor
parent: CapacitorStockPart parent: CapacitorStockPart
description: An advanced capacitor used in the construction of a variety of devices. description: An advanced capacitor used in the construction of a variety of devices.
suffix: Rating 2
components: components:
- type: Sprite - type: Sprite
state: adv_capacitor state: adv_capacitor
@@ -70,6 +74,7 @@
name: advanced manipulator name: advanced manipulator
parent: MicroManipulatorStockPart parent: MicroManipulatorStockPart
description: An advanced manipulator used in the construction of a variety of devices. description: An advanced manipulator used in the construction of a variety of devices.
suffix: Rating 2
components: components:
- type: Sprite - type: Sprite
state: nano_mani state: nano_mani
@@ -81,6 +86,7 @@
name: advanced matter bin name: advanced matter bin
parent: MatterBinStockPart parent: MatterBinStockPart
description: An advanced matter bin used in the construction of a variety of devices. description: An advanced matter bin used in the construction of a variety of devices.
suffix: Rating 2
components: components:
- type: Sprite - type: Sprite
state: advanced_matter_bin state: advanced_matter_bin
@@ -94,6 +100,7 @@
name: super capacitor name: super capacitor
parent: CapacitorStockPart parent: CapacitorStockPart
description: A super capacitor used in the construction of a variety of devices. description: A super capacitor used in the construction of a variety of devices.
suffix: Rating 3
components: components:
- type: Sprite - type: Sprite
state: super_capacitor state: super_capacitor
@@ -105,6 +112,7 @@
name: super manipulator name: super manipulator
parent: MicroManipulatorStockPart parent: MicroManipulatorStockPart
description: A super manipulator used in the construction of a variety of devices. description: A super manipulator used in the construction of a variety of devices.
suffix: Rating 3
components: components:
- type: Sprite - type: Sprite
state: pico_mani state: pico_mani
@@ -116,6 +124,7 @@
name: super matter bin name: super matter bin
parent: MatterBinStockPart parent: MatterBinStockPart
description: A super matter bin used in the construction of a variety of devices. description: A super matter bin used in the construction of a variety of devices.
suffix: Rating 3
components: components:
- type: Sprite - type: Sprite
state: super_matter_bin state: super_matter_bin
@@ -129,6 +138,7 @@
name: bluespace capacitor name: bluespace capacitor
parent: CapacitorStockPart parent: CapacitorStockPart
description: A bluespace capacitor used in the construction of a variety of devices. description: A bluespace capacitor used in the construction of a variety of devices.
suffix: Rating 4
components: components:
- type: Sprite - type: Sprite
state: quadratic_capacitor state: quadratic_capacitor
@@ -140,6 +150,7 @@
name: bluespace manipulator name: bluespace manipulator
parent: MicroManipulatorStockPart parent: MicroManipulatorStockPart
description: A bluespace manipulator used in the construction of a variety of devices. description: A bluespace manipulator used in the construction of a variety of devices.
suffix: Rating 4
components: components:
- type: Sprite - type: Sprite
state: femto_mani state: femto_mani
@@ -151,6 +162,7 @@
name: bluespace matter bin name: bluespace matter bin
parent: MatterBinStockPart parent: MatterBinStockPart
description: A bluespace matter bin used in the construction of a variety of devices. description: A bluespace matter bin used in the construction of a variety of devices.
suffix: Rating 4
components: components:
- type: Sprite - type: Sprite
state: bluespace_matter_bin state: bluespace_matter_bin