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
|
||||
|
||||
|
||||
BIN
Resources/Textures/Mobs/Silicon/borg.rsi/l_leg.png
Normal file
BIN
Resources/Textures/Mobs/Silicon/borg.rsi/l_leg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 609 B |
17
Resources/Textures/Mobs/Silicon/borg.rsi/meta.json
Normal file
17
Resources/Textures/Mobs/Silicon/borg.rsi/meta.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Mobs/Silicon/borg.rsi/r_leg.png
Normal file
BIN
Resources/Textures/Mobs/Silicon/borg.rsi/r_leg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 616 B |
Reference in New Issue
Block a user