-
-
Notifications
You must be signed in to change notification settings - Fork 538
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds tech shells to the outpost market, recipe rebalance and buffs (#…
…2958) <!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request <!-- Describe The Pull Request. Please be sure every change is documented or this can delay review and even discourage maintainers from merging your PR! --> Adds unloaded techshells to the outpost market, 7 shells for 175 credits. ### Recipe changes - Scatter Laser: 1 Adv Capacitor, 1 Adv Microlaser -> 1 Capacitor, 3 Microlaser, 1 power cell, 5u lithium - Pulse Slug: 2 Adv Capacitor, 1 Ultra Microlaser -> 3 Capacitor, 1 Microlaser, 1 power cell, 5u lithium - Scatter Ion: 1 Ansible Crystal, 1 Ultra Microlaser -> 2 Capacitor, 2 Microlaser, 1 scanning module, 5u iron, 5u uranium - Dragonsbreath : 5u phosphorous -> 10u phosphorous Changes the scatter ion desc to reflect the new recipe. ### Ammo changes Scatter laser and ion now fires 8 pellets, instead of 4, variance is 25 from 35 Dragonsbreath now fires 8 pellets instead of 4, deals 8 damage up from 5, variance is 45 from 35. ## Why It's Good For The Game <!-- Please add a short description of why you think these changes would benefit the game. If you can't justify it in words, it might not be worth adding. --> These techshells were pretty underwhelming for what they were, and pretty heavily gated behind RND. For all the effort of researching and printing techshells with scatter lasers for example, you'd get a 60 damage shell on par with an improvised buckshot you made with scrap. These changes should make them more comparable with standard ammunition and not so reliant on needing RND. I think techshells are pretty interesting and adds a versatile combat option. ## Changelog :cl: add: Techshell box add: Techshells to the outpost market for 175 credits tweak: Scatter ion description balance: Techshell recipes no longer require higher tier stock parts, adjusts scatter laser, scatter ion, dragonsbreath and pulse slug recipes balance: Buffs scatter lasers, scatter ion and dragonsbreath /:cl: <!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. --> --------- Signed-off-by: Gristlebee <[email protected]>
- Loading branch information
1 parent
25b3614
commit 4626817
Showing
7 changed files
with
40 additions
and
16 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 |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
if(!(result in reqs)) | ||
blacklist += result | ||
|
||
|
||
/** | ||
* Run custom pre-craft checks for this recipe | ||
* | ||
|
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
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 not shown.