This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cyborg Advanced Modules (Mining, Medical) (new-frontiers-14#2075)
* Advanced Mining & Medical Borg Modules * Research for the Advanced Modules * Advanced Borg Lathe Crafting * Price Fix & Lathe Fix * Module Sprites * Removed License makrers * Add advanced mineral scanner, "paramedical" -al * Cyborg Maintenance Jack Addition --------- Co-authored-by: Whatstone <[email protected]>
- Loading branch information
Showing
10 changed files
with
100 additions
and
0 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
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
17 changes: 17 additions & 0 deletions
17
Resources/Prototypes/_NF/Entities/Objects/Specific/Medical/healing.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,17 @@ | ||
- type: entity | ||
id: Suture10Lingering | ||
parent: MedicatedSuture | ||
suffix: 10, Lingering | ||
components: | ||
- type: Stack | ||
lingering: true | ||
count: 10 | ||
|
||
- type: entity | ||
id: Mesh10Lingering | ||
parent: RegenerativeMesh | ||
suffix: 10, Lingering | ||
components: | ||
- type: Stack | ||
lingering: true | ||
count: 10 |
37 changes: 37 additions & 0 deletions
37
Resources/Prototypes/_NF/Entities/Objects/Specific/Robotics/borg_modules.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,37 @@ | ||
- type: entity | ||
id: BorgModuleAdvancedMining | ||
parent: [ BaseBorgModuleCargo, BaseProviderBorgModule ] | ||
name: advanced mining cyborg module | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: cargo | ||
- state: icon-advancedmining | ||
sprite: _NF/Objects/Specific/Robotics/borgmodule.rsi | ||
- type: ItemBorgModule | ||
items: | ||
- MiningDrillDiamond | ||
- Shovel | ||
- AdvancedMineralScannerUnpowered | ||
- OreBagOfHolding | ||
- JawsOfLife | ||
- RadioHandheldNF | ||
|
||
- type: entity | ||
id: BorgModuleAdvancedParamedic | ||
parent: [ BaseBorgModuleMedical, BaseProviderBorgModule ] | ||
name: advanced paramedic cyborg module | ||
components: | ||
- type: Sprite | ||
layers: | ||
- state: medical | ||
- state: icon-paramedic | ||
sprite: _NF/Objects/Specific/Robotics/borgmodule.rsi | ||
- type: ItemBorgModule | ||
items: | ||
- HandheldHealthAnalyzerUnpowered | ||
- Suture10Lingering | ||
- Mesh10Lingering | ||
- Gauze10Lingering | ||
- Bloodpack10Lingering | ||
- SyringeBluespace |
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,23 @@ | ||
- type: latheRecipe | ||
id: BorgModuleAdvancedParamedic | ||
result: BorgModuleAdvancedParamedic | ||
category: Robotics | ||
completetime: 3 | ||
materials: | ||
Steel: 500 | ||
Glass: 500 | ||
Plastic: 250 | ||
Gold: 50 | ||
Bluespace: 60 # SyringeBluespace Bluepsace price | ||
|
||
- type: latheRecipe | ||
id: BorgModuleAdvancedMining | ||
result: BorgModuleAdvancedMining | ||
category: Robotics | ||
completetime: 3 | ||
materials: | ||
Steel: 500 | ||
Glass: 500 | ||
Plastic: 250 | ||
Bluespace: 200 # OreBagOfHolding Bluepsace price | ||
Diamond: 100 # MiningDrillDiamond Diamond price |
Binary file added
BIN
+304 Bytes
...s/Textures/_NF/Objects/Specific/Robotics/borgmodule.rsi/icon-advancedmining.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
+214 Bytes
Resources/Textures/_NF/Objects/Specific/Robotics/borgmodule.rsi/icon-paramedic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions
17
Resources/Textures/_NF/Objects/Specific/Robotics/borgmodule.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,17 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-NC-SA-4.0", | ||
"copyright": "Made by GhostPrince for Frontier Station 14", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon-advancedmining" | ||
}, | ||
{ | ||
"name": "icon-paramedic" | ||
} | ||
] | ||
} |