add borg legs (#15596)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -59,3 +59,45 @@
|
||||
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
|
||||
|
||||
@@ -553,6 +553,8 @@
|
||||
- ProximitySensor
|
||||
- LeftArmBorg
|
||||
- RightArmBorg
|
||||
- LeftLegBorg
|
||||
- RightLegBorg
|
||||
- Drone
|
||||
- ExosuitFabricatorMachineCircuitboard
|
||||
|
||||
|
||||
@@ -363,6 +363,8 @@
|
||||
- ProximitySensor
|
||||
- LeftArmBorg
|
||||
- RightArmBorg
|
||||
- LeftLegBorg
|
||||
- RightLegBorg
|
||||
- RipleyHarness
|
||||
- RipleyLArm
|
||||
- RipleyRArm
|
||||
|
||||
@@ -21,3 +21,19 @@
|
||||
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
|
||||
|
||||
@@ -34,6 +34,15 @@
|
||||
- type: Tag
|
||||
id: BorgArm
|
||||
|
||||
- type: Tag
|
||||
id: BorgLeg
|
||||
|
||||
- type: Tag
|
||||
id: BorgLeftLeg
|
||||
|
||||
- type: Tag
|
||||
id: BorgRightLeg
|
||||
|
||||
- type: Tag
|
||||
id: BotanyHatchet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user