Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kerfus is ready to destroy balance #427

Merged
merged 1 commit into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 7 additions & 21 deletions Resources/Prototypes/ADT/Entities/Mobs/Cyborgs/borg_chassis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,6 @@
- type: TTS
voice: sentrybot

- type: entity
id: ADTPlayerSecBorgGeneric
parent: ADTBorgChassisSec
suffix: Battery, Tools
components:
- type: ContainerFill
containers:
borg_brain:
- PositronicBrain
borg_module:
- ADTBorgModuleDetention
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default
startingItem: PowerCellMedium
- type: RandomMetadata
nameSegments: [names_borg]

- type: entity
id: ADTBorgChassisKerfusNT
parent: BaseBorgChassisNT
Expand All @@ -98,6 +79,7 @@
- BorgModuleGeneric
- BorgModuleService
- BorgModuleJanitor
- BorgModuleMedical
hasMindState: kerfusNT_e
noMindState: kerfus_e_r
- type: BorgTransponder
Expand Down Expand Up @@ -138,5 +120,9 @@
interactFailureString: petting-failure-kerfus
interactSuccessSound:
path: /Audio/ADT/Ambience/Objects/minecraft_cat.ogg
- type: RandomMetadata
nameSegments: [names_borg]
- type: Storage
grid:
- 0,0,6,3
maxItemSize: Huge
storageOpenSound: /Audio/Machines/id_insert.ogg
storageCloseSound: /Audio/Machines/id_insert.ogg
37 changes: 37 additions & 0 deletions Resources/Prototypes/ADT/Entities/Mobs/Player/silicon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
- type: entity
id: ADTPlayerBorgKerfusNT
parent: ADTBorgChassisKerfusNT
suffix: Battery, Tools
components:
- type: ContainerFill
containers:
borg_brain:
- PositronicBrain
borg_module:
- BorgModuleTool
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default
startingItem: PowerCellMedium
- type: RandomMetadata
nameSegments: [names_borg]

- type: entity
id: ADTPlayerSecBorgGeneric
parent: ADTBorgChassisSec
suffix: Battery, Tools
components:
- type: ContainerFill
containers:
borg_brain:
- PositronicBrain
borg_module:
- ADTBorgModuleDetention
- type: ItemSlots
slots:
cell_slot:
name: power-cell-slot-component-slot-name-default
startingItem: PowerCellMedium
- type: RandomMetadata
nameSegments: [names_borg]
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@
#ADT secborg end
# ADT-Kerfus-Start
kerfusNT:
- ADTTorsoBorgKerfusNT
- ADTHeadBorgKerfusNT
- ADTBorgKerfusNTTorso
- ADTBorgKerfusNTHead
# ADT-Kerfus-End
- type: Construction
graph: Cyborg
Expand Down
Loading