Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
- type: ContainerFill
containers:
mech-battery-slot:
- PowerCellHigh
- PowerCellMicroreactor

- type: entity
parent: [ BaseMech, SpecialMech ] # Goobstation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@
- ModsuitShell
- ModsuitPlatingExternal
- PowerCageHigh # Goobstation - Powercell to exosuit fab
- ReverseMMI # IPCMMI
- ReverseMMI #
- type: EmagLatheRecipes
emagDynamicRecipes:
- WeaponMechCombatImmolationGun
Expand Down
105 changes: 105 additions & 0 deletions Resources/Prototypes/_Encore/Entities/Objects/Electronics/mech.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
# SPDX-FileCopyrightText: 2025 wewman222
#
# SPDX-License-Identifier: AGPL-3.0-or-later

# Broadsword

- type: entity
id: BroadswordCentralElectronics
parent: BaseElectronics
name: broadsword central control module
description: The electrical control center for the durand mech.
components:
- type: Item
storedRotation: 0
- type: Sprite
sprite: Objects/Misc/module.rsi
state: mainboard
- type: Tag
tags:
- BroadswordCentralControlModule
- type: GuideHelp
guides:
- Robotics

- type: entity
id: BroadswordPeripheralsElectronics
parent: BaseElectronics
name: broadsword peripherals control module
description: The electrical peripherals control for the broadsword mech.
components:
- type: Sprite
sprite: Objects/Misc/module.rsi
state: id_mod
- type: Tag
tags:
- BroadswordPeripheralsControlModule
- type: GuideHelp
guides:
- Robotics

- type: entity
id: BroadswordTargetingElectronics
parent: BaseElectronics
name: broadsword weapon control and targeting module
description: The electrical targeting control for the broadsword mech.
components:
- type: Sprite
sprite: Objects/Misc/module.rsi
state: mcontroller
- type: Tag
tags:
- BroadswordTargetingControlModule
- type: GuideHelp
guides:
- Robotics

- type: entity
id: FlailCentralElectronics
parent: BaseElectronics
name: flail central control module
description: The electrical control center for the durand mech.
components:
- type: Item
storedRotation: 0
- type: Sprite
sprite: Objects/Misc/module.rsi
state: mainboard
- type: Tag
tags:
- FlailCentralControlModule
- type: GuideHelp
guides:
- Robotics

- type: entity
id: FlailPeripheralsElectronics
parent: BaseElectronics
name: flail peripherals control module
description: The electrical peripherals control for the flail mech.
components:
- type: Sprite
sprite: Objects/Misc/module.rsi
state: id_mod
- type: Tag
tags:
- FlailPeripheralsControlModule
- type: GuideHelp
guides:
- Robotics

- type: entity
id: FlailTargetingElectronics
parent: BaseElectronics
name: flail weapon control and targeting module
description: The electrical targeting control for the flail mech.
components:
- type: Sprite
sprite: Objects/Misc/module.rsi
state: mcontroller
- type: Tag
tags:
- FlailTargetingControlModule
- type: GuideHelp
guides:
- Robotics
Loading
Loading