-
Notifications
You must be signed in to change notification settings - Fork 601
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port researchable syringe gun (DeltaV#2169, DeltaV#2249) (#2528)
* Add the syringe gun as research (#2169) * Tech added * Added recipes and made printable * Tech added * Added recipes and made printable * Should solve the conflict * Should solve the merge conflict * Emagged protolathe * Nerf "mini" syringes (#2249) Update chemistry.yml * Nerf "mini" syringes * Force transfer, max transfer amount to 5u * 0.5u on collide, 0.5u per injection, 2s per inject --------- Co-authored-by: Radezolid <[email protected]> Co-authored-by: Stop-Signs <[email protected]> Co-authored-by: Dvir <[email protected]>
- Loading branch information
1 parent
7d13e63
commit 17b74ae
Showing
5 changed files
with
50 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
research-technology-syringe-gun = Syringe Gun |
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,16 @@ | ||
- type: latheRecipe | ||
id: LauncherSyringe | ||
result: LauncherSyringe | ||
completetime: 3 | ||
materials: | ||
Steel: 1000 | ||
Glass: 500 | ||
Plastic: 500 | ||
|
||
- type: latheRecipe | ||
id: MiniSyringe | ||
result: MiniSyringe | ||
completetime: 1 | ||
materials: | ||
Plastic: 150 | ||
Steel: 50 |
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,12 @@ | ||
- type: technology | ||
id: SyringeGun | ||
name: research-technology-syringe-gun | ||
icon: | ||
sprite: Objects/Weapons/Guns/Cannons/syringe_gun.rsi | ||
state: syringe_gun | ||
discipline: CivilianServices | ||
tier: 2 | ||
cost: 10000 | ||
recipeUnlocks: | ||
- LauncherSyringe | ||
- MiniSyringe |
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