Co-authored-by: deltanedas <@deltanedas:kde.org>
tags:
- Trash
- BorgArm
+
+- type: entity
+ id: LeftLegBorg
+ name: "left borg leg"
+ parent: PartSilicon
+ components:
+ - type: Sprite
+ netsync: false
+ sprite: Mobs/Silicon/borg.rsi
+ state: "l_leg"
+ - type: Icon
+ sprite: Mobs/Silicon/borg.rsi
+ state: "l_leg"
+ - type: BodyPart
+ partType: Leg
+ symmetry: Left
+ - type: Tag
+ tags:
+ - Trash
+ - BorgLeg
+ - BorgLeftLeg
+
+- type: entity
+ id: RightLegBorg
+ name: "right borg leg"
+ parent: PartSilicon
+ components:
+ - type: Sprite
+ netsync: false
+ sprite: Mobs/Silicon/borg.rsi
+ state: "r_leg"
+ - type: Icon
+ sprite: Mobs/Silicon/borg.rsi
+ state: "r_leg"
+ - type: BodyPart
+ partType: Leg
+ symmetry: Right
+ - type: Tag
+ tags:
+ - Trash
+ - BorgLeg
+ - BorgRightLeg
- ProximitySensor
- LeftArmBorg
- RightArmBorg
+ - LeftLegBorg
+ - RightLegBorg
- Drone
- ExosuitFabricatorMachineCircuitboard
- ProximitySensor
- LeftArmBorg
- RightArmBorg
+ - LeftLegBorg
+ - RightLegBorg
- RipleyHarness
- RipleyLArm
- RipleyRArm
materials:
Steel: 70
Glass: 25
+
+- type: latheRecipe
+ id: LeftLegBorg
+ result: LeftLegBorg
+ completetime: 2
+ materials:
+ Steel: 70
+ Glass: 25
+
+- type: latheRecipe
+ id: RightLegBorg
+ result: RightLegBorg
+ completetime: 2
+ materials:
+ Steel: 70
+ Glass: 25
- type: Tag
id: BorgArm
+- type: Tag
+ id: BorgLeg
+
+- type: Tag
+ id: BorgLeftLeg
+
+- type: Tag
+ id: BorgRightLeg
+
- type: Tag
id: BotanyHatchet
--- /dev/null
+{
+ "version": 1,
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/blob/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a/icons/mob/augmentation/augments.dmi",
+ "states": [
+ {
+ "name": "l_leg"
+ },
+ {
+ "name": "r_leg"
+ }
+ ]
+}