Skip to content

Commit

Permalink
kerfus is ready to destroy balance
Browse files Browse the repository at this point in the history
  • Loading branch information
KashRas committed Sep 7, 2024
1 parent 5a2938f commit 99c5bc7
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 23 deletions.
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

0 comments on commit 99c5bc7

Please sign in to comment.