-
Notifications
You must be signed in to change notification settings - Fork 619
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selective dropper for Service Roles #1425
Closed
Closed
Conversation
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
…ier-station-14 into Selective-Dropper
github-actions
bot
added
the
S: Merge Conflict
This PR has conflicts that prevent merging
label
Jun 3, 2024
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
* Added admin handheld teleporter * Small changes and visuals * Web Edit Pro * Update admin_hand_teleporter.yml * Update portal.yml * Update admin_hand_teleporter.yml * Changed Visuals --------- Co-authored-by: Dvir <[email protected]>
github-actions
bot
added
Docs
Improvements or additions to documentation
S: Merge Conflict
This PR has conflicts that prevent merging
Map-Shuttle
Map - Shuttle
Map-POI
Map - POI
Map-Bluespace
Map - Bluespace Event
Map-Outpost
Map - Outpost
and removed
S: Merge Conflict
This PR has conflicts that prevent merging
YML
labels
Jun 5, 2024
Closed to be fixed after disastrous rebase |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C#
Docs
Improvements or additions to documentation
FTL
Map-Bluespace
Map - Bluespace Event
Map-Outpost
Map - Outpost
Map-POI
Map - POI
Map-Shuttle
Map - Shuttle
S: Merge Conflict
This PR has conflicts that prevent merging
Sprites
UI
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
About the PR
Added a new entity, Service Selective Dropper
Act identically to a dropper except it a player may right click it to have the dropper only draw a certain reagent
The Service Selective Dropper only works on can discriminate on reagents that are in the Botanical, Foods, or Drinks Groups.
In terms of code, the entity depends on a new field on the InjectorComponent, ReagentWhitelist. If the ReagentWhitelist is null, all reagents are allowed to be drawn. Otherwise, only reagents on the ReagentWhitelist may be drawn.
A new Component, ReagentWhitelistChangeComponent, allows a UI to change the ReagentWhitelist if the new reagent is from a group in the AllowedReagentGroup field. Changint the whitelist using this component, the whitelist can have, at most, one reagent.
Why / Balance
The main purpose of this entity is to allow chefs to remove certain contaminants, like nutriment in flour, from baking solutions.
For discussion, please look at the discord ideas thread on "Separate reagents with dropper"
Media
video1120447917.mp4
Breaking changes
Changelog
🆑 blueDev2