Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinary1 committed Oct 23, 2024
1 parent e98b1e3 commit b17addc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Resources/Prototypes/_Sunrise/Entities/Mobs/Species/synth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- BaseMob
- MobDamageable
- MobCombat
- MobBloodstream
abstract: true
components:
- type: Respirator
Expand Down Expand Up @@ -273,10 +274,37 @@
type: VoiceMaskBoundUserInterface
enum.HumanoidMarkingModifierKey.Key:
type: HumanoidMarkingModifierBoundUserInterface
enum.BorgUiKey.Key:
type: BorgBoundUserInterface
enum.StrippingUiKey.Key:
type: StrippableBoundUserInterface
enum.SynthScreenUiKey.Key:
type: SynthMonitorBoundUserInterface
- type: ActivatableUI
key: enum.BorgUiKey.Key
- type: BorgChassis
- type: LockingWhitelist
blacklist:
components:
- BorgChassis
- RoboticsConsole
- type: WiresPanel
- type: ActivatableUIRequiresPanel
- type: ContainerContainer
containers:
borg_brain: !type:ContainerSlot { }
cell_slot: !type:ContainerSlot { }
borg_module: !type:Container { }
part-container: !type:Container
- type: PowerCellSlot
cellSlotId: cell_slot
fitsInCharger: true
- type: PowerCellDraw
drawRate: 0.6
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default
- type: Puller
- type: Speech
speechSounds: Bass
Expand Down

0 comments on commit b17addc

Please sign in to comment.