Port honkbots from nyano (#9698)

This commit is contained in:
Rane
2022-07-15 03:54:34 -04:00
committed by GitHub
parent 5c7eea3e42
commit abab5bedcd
18 changed files with 337 additions and 12 deletions

View File

@@ -8,8 +8,8 @@
damageContainer: Inorganic
- type: entity
id: LeftHandDrone
name: "left drone hand"
id: LeftArmBorg
name: "left borg arm"
parent: PartSilicon
components:
- type: Sprite
@@ -27,11 +27,12 @@
- type: Tag
tags:
- Trash
- BorgArm
- type: Recyclable
- type: entity
id: RightHandDrone
name: "right drone hand"
id: RightArmBorg
name: "right borg arm"
parent: PartSilicon
components:
- type: Sprite
@@ -49,4 +50,5 @@
- type: Tag
tags:
- Trash
- BorgArm
- type: Recyclable

View File

@@ -2,9 +2,9 @@
name: "drone"
id: DronePreset
partIDs:
hand 1: LeftHandDrone
hand 2: LeftHandDrone
hand 3: LeftHandDrone
hand 4: LeftHandDrone
hand 5: RightHandDrone
hand 6: RightHandDrone
hand 1: LeftArmBorg
hand 2: LeftArmBorg
hand 3: LeftArmBorg
hand 4: LeftArmBorg
hand 5: RightArmBorg
hand 6: RightArmBorg