add borg legs (#15596)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-04-29 05:05:55 +00:00
committed by GitHub
parent 7e20de2206
commit e0b809b62d
8 changed files with 88 additions and 0 deletions

View File

@@ -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

View File

@@ -553,6 +553,8 @@
- ProximitySensor
- LeftArmBorg
- RightArmBorg
- LeftLegBorg
- RightLegBorg
- Drone
- ExosuitFabricatorMachineCircuitboard

View File

@@ -363,6 +363,8 @@
- ProximitySensor
- LeftArmBorg
- RightArmBorg
- LeftLegBorg
- RightLegBorg
- RipleyHarness
- RipleyLArm
- RipleyRArm

View File

@@ -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

View File

@@ -34,6 +34,15 @@
- type: Tag
id: BorgArm
- type: Tag
id: BorgLeg
- type: Tag
id: BorgLeftLeg
- type: Tag
id: BorgRightLeg
- type: Tag
id: BotanyHatchet

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 B

View File

@@ -0,0 +1,17 @@
{
"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"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 B