Skip to content

Commit

Permalink
Update endoskeleton.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fenndragon authored Jan 1, 2025
1 parent acbab9d commit 6d5f4a0
Showing 1 changed file with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,38 @@
- type: GuideHelp
guides:
- Cyborgs

- type: entity
id: Quadborgendoskeleton
name: Quad endoskeleton
parent: CyborgEndoskeleton
description: A frame that cyborgs are built on. Significantly less spooky than expected.
components:
- type: Sprite
noRot: true
drawdepth: Items
sprite: Objects/Specific/Robotics/cyborg_parts.rsi
state: robo_suit
- type: ItemMapper
sprite: Objects/Specific/Robotics/cyborg_parts.rsi
mapLayers:
borg_l_arm+o:
whitelist:
tags:
- BorgGenericLArm
- type: PartAssembly
parts:
quadborg:
- BorgGenericLLeg
- BorgGenericRLeg
- BorgGenericLLeg
- BorgGenericRLeg
- BorgGenericHead
- BorgGenericTorso
- type: Construction
graph: Cyborg
node: start
defaultTarget: Quadborg
containers:
- part-container
- cell_slot

0 comments on commit 6d5f4a0

Please sign in to comment.