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

engineering-update-thruster #2338

Merged
merged 10 commits into from
Dec 15, 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ent-ThrusterShuntingMachineCircuitboard = маневровый ракетный двигатель (машинная плата)
.desc = { ent-BaseMachineCircuitboard.desc }
ent-ThrusterBigLeftMachineCircuitboard = большой ракетный двигатель (левый) (машинная плата)
.desc = { ent-BaseMachineCircuitboard.desc }
ent-ThrusterBigRightMachineCircuitboard = большой ракетный двигатель (правый) (машинная плата)
.desc = { ent-BaseMachineCircuitboard.desc }
ent-ThrusterBigCenterMachineCircuitboard = большой ракетный двигатель (середина) (машинная плата)
.desc = { ent-BaseMachineCircuitboard.desc }
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
ent-ThrusterShunting = маневровый ракетный двигатель
.desc = { ent-BaseThruster.desc }
ent-ThrusterShuntingFrame = каркас маневрового ракетного двигателя
.desc = { ent-BaseThruster.desc }
ent-DebugThrusterShunting = { ent-ThrusterShunting }
.desc = { ent-BaseThruster.desc }

ent-ThrusterBigLeft = большой ракетный двигатель (левый)
.desc = { ent-BaseThruster.desc }
ent-ThrusterBigLeftUnanchored = { ent-ThrusterBigLeft }
.desc = { ent-BaseThruster.desc }
ent-DebugThrusterBigLeft = { ent-ThrusterBigLeft }
.desc = { ent-BaseThruster.desc }

ent-ThrusterBigRight = большой ракетный двигатель (правый)
.desc = { ent-BaseThruster.desc }
ent-ThrusterBigRightUnanchored = { ent-ThrusterBigRight }
.desc = { ent-BaseThruster.desc }
ent-DebugThrusterBigRight = { ent-ThrusterBigRight }
.desc = { ent-BaseThruster.desc }

ent-ThrusterBigCenter = большой ракетный двигатель (середина)
.desc = { ent-BaseThruster.desc }
ent-ThrusterBigCenterUnanchored = { ent-ThrusterBigCenter }
.desc = { ent-BaseThruster.desc }
ent-DebugThrusterBigCenter = { ent-ThrusterBigCenter }
.desc = { ent-BaseThruster.desc }
6 changes: 6 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,12 @@
- PowerCageRechargerCircuitboard
- EmitterCircuitboard
- ThrusterMachineCircuitboard
# SS220 engineering-update-thruster begin
- ThrusterShuntingMachineCircuitboard
- ThrusterBigLeftMachineCircuitboard
- ThrusterBigRightMachineCircuitboard
- ThrusterBigCenterMachineCircuitboard
# SS220 engineering-update-thruster end
- GyroscopeMachineCircuitboard
- MiniGravityGeneratorCircuitboard
- Thermoelectricgenerator #ss220 thermoelectric generator board
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Research/industrial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@
recipeUnlocks:
- ShuttleConsoleCircuitboard
- ThrusterMachineCircuitboard
# SS220 engineering-update-thruster begin
- ThrusterShuntingMachineCircuitboard
- ThrusterBigLeftMachineCircuitboard
- ThrusterBigRightMachineCircuitboard
- ThrusterBigCenterMachineCircuitboard
# SS220 engineering-update-thruster end
- GyroscopeMachineCircuitboard
- MiniGravityGeneratorCircuitboard

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,50 @@
Manipulator: 1
Steel: 5
Gold: 1

- type: entity
id: ThrusterShuntingMachineCircuitboard
parent: BaseMachineCircuitboard
name: shunting thruster machine board
components:
- type: MachineBoard
prototype: ThrusterShunting
stackRequirements:
Capacitor: 1
Steel: 2
- type: Tag
tags:
- ThrusterShuntingMachineCircuitboard

- type: entity
id: ThrusterBigLeftMachineCircuitboard
parent: BaseMachineCircuitboard
name: big thruster machine board (left)
components:
- type: MachineBoard
prototype: ThrusterBigLeft
stackRequirements:
Capacitor: 2
Steel: 3

- type: entity
id: ThrusterBigRightMachineCircuitboard
parent: BaseMachineCircuitboard
name: big thruster machine board (right)
components:
- type: MachineBoard
prototype: ThrusterBigRight
stackRequirements:
Capacitor: 2
Steel: 3

- type: entity
id: ThrusterBigCenterMachineCircuitboard
parent: BaseMachineCircuitboard
name: big thruster machine board (center)
components:
- type: MachineBoard
prototype: ThrusterBigCenter
stackRequirements:
Capacitor: 6
Steel: 10
Loading
Loading