forked from Simple-Station/Einstein-Engines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Simple-Station#17 from Tropica1Owl/Pogmed
Medical biofabricator + surgery extras
- Loading branch information
Showing
13 changed files
with
189 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
Resources/Prototypes/Palmtree/Entities/Objects/Devices/Circuitboards/Machine/production.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- type: entity | ||
id: MedicalBiofabMachineBoard | ||
parent: BaseMachineCircuitboard | ||
name: medical biofab machine board | ||
description: A machine printed circuit board for a medical biofab. | ||
components: | ||
- type: Sprite | ||
state: medical | ||
- type: MachineBoard | ||
prototype: MedicalBiofabricator | ||
requirements: | ||
MatterBin: 2 | ||
Manipulator: 2 |
34 changes: 34 additions & 0 deletions
34
Resources/Prototypes/Palmtree/Entities/Structures/Machines/lathe.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
- type: entity | ||
id: MedicalBiofabricator | ||
parent: BaseLathe | ||
name: medical biofabricator | ||
description: Produces organs and other organic matter that can be surgically grafted onto patients with biomass. | ||
components: | ||
- type: Sprite | ||
sprite: Palmtree/Structures/Machines/limbgrower.rsi | ||
snapCardinals: true | ||
layers: | ||
- state: limbgrower_idleoff | ||
map: ["enum.LatheVisualLayers.IsRunning"] | ||
# - state: limbgrower_idleoff | ||
# shader: unshaded | ||
# map: ["enum.PowerDeviceVisualLayers.Powered"] | ||
# - state: inserting | ||
# map: ["enum.MaterialStorageVisualLayers.Inserting"] | ||
# - state: panel | ||
# map: ["enum.WiresVisualLayers.MaintenancePanel"] | ||
- type: Machine | ||
board: MedicalBiofabMachineBoard | ||
- type: MaterialStorage | ||
whitelist: | ||
tags: | ||
- Sheet | ||
- RawMaterial | ||
- type: Lathe | ||
idleState: limbgrower_idleoff | ||
runningState: limbgrower_idleon | ||
staticRecipes: | ||
- SynthHeart | ||
- SynthLungs | ||
- SynthLiver | ||
- SynthEyes |
27 changes: 27 additions & 0 deletions
27
Resources/Prototypes/Palmtree/Recipes/Lathes/rehydrateable.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
- type: latheRecipe | ||
id: SynthHeart | ||
result: BioSynthHeart | ||
completetime: 30 | ||
materials: | ||
Biomass: 10 | ||
|
||
- type: latheRecipe | ||
id: SynthLungs | ||
result: BioSynthLungs | ||
completetime: 30 | ||
materials: | ||
Biomass: 10 | ||
|
||
- type: latheRecipe | ||
id: SynthLiver | ||
result: BioSynthLiver | ||
completetime: 30 | ||
materials: | ||
Biomass: 10 | ||
|
||
- type: latheRecipe | ||
id: SynthEyes | ||
result: BioSynthEyes | ||
completetime: 30 | ||
materials: | ||
Biomass: 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+8.84 KB
Resources/Textures/Palmtree/Structures/Machines/limbgrower.rsi/limbgrower_fill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.24 KB
...ces/Textures/Palmtree/Structures/Machines/limbgrower.rsi/limbgrower_idleoff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+10.8 KB
...rces/Textures/Palmtree/Structures/Machines/limbgrower.rsi/limbgrower_idleon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.89 KB
...s/Textures/Palmtree/Structures/Machines/limbgrower.rsi/limbgrower_openpanel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.22 KB
...s/Textures/Palmtree/Structures/Machines/limbgrower.rsi/limbgrower_panelopen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.89 KB
...rces/Textures/Palmtree/Structures/Machines/limbgrower.rsi/limbgrower_unfill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions
85
Resources/Textures/Palmtree/Structures/Machines/limbgrower.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
{ | ||
"version": 1, | ||
"license": "GNU AGPL v3", | ||
"copyright": "Originally pulled from TGstation", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "limbgrower_fill", | ||
"delays": [ | ||
[ | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "limbgrower_unfill", | ||
"delays": [ | ||
[ | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "limbgrower_openpanel", | ||
"delays": [ | ||
[ | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "limbgrower_idleoff", | ||
"delays": [ | ||
[ | ||
0.3, | ||
0.3, | ||
0.3, | ||
0.3 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "limbgrower_idleon", | ||
"delays": [ | ||
[ | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2, | ||
0.2 | ||
] | ||
] | ||
}, | ||
{ | ||
"name": "limbgrower_panelopen" | ||
} | ||
] | ||
} |