-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
389ad75
commit 9b9876d
Showing
5 changed files
with
37 additions
and
35 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
21 changes: 21 additions & 0 deletions
21
Resources/Prototypes/_NF/Entities/Objects/Specific/Borgs/borgs_tools.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,21 @@ | ||
- type: entity | ||
id: HandheldHealthAnalyzerBorg | ||
parent: HandheldHealthAnalyzer | ||
suffix: Borg | ||
components: | ||
- type: ItemSlots | ||
slots: | ||
cell_slot: | ||
name: power-cell-slot-component-slot-name-default | ||
startingItem: PowerCellBorgTool | ||
|
||
- type: entity | ||
id: HandheldCrewMonitorBorg | ||
parent: HandheldCrewMonitor | ||
suffix: Borg | ||
components: | ||
- type: ItemSlots | ||
slots: | ||
cell_slot: | ||
name: power-cell-slot-component-slot-name-default | ||
startingItem: PowerCellBorgTool |
13 changes: 13 additions & 0 deletions
13
Resources/Prototypes/_NF/Entities/Objects/Specific/Power/powercells.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 | ||
name: borg integrated power cell | ||
description: A rechargeable modified microreactor cell. Intended for cyborg tools, it slowly recharges by itself. | ||
id: PowerCellBorgTool | ||
suffix: Full | ||
parent: PowerCellMicroreactor | ||
components: | ||
- type: Battery | ||
maxCharge: 200 | ||
startingCharge: 200 | ||
- type: BatterySelfRecharger | ||
autoRecharge: true | ||
autoRechargeRate: 0.66667 #takes about 5 minutes to charge itself back to full |
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