Skip to content
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

port better borgs from frontier #3110

Merged
merged 4 commits into from
Mar 4, 2025

Conversation

deltanedas
Copy link
Member

About the PR

borg hands finally real
some modules can drop items which can then be picked back up if an item matches its whitelist
currently its just bucket beaker plant/ore/book bags will add more stuff later for engi and sec mostly

Why / Balance

good and needed for secborgs arresting people

Technical details

ported from frontier, same prs goob is stealing from
added code to apply metal fibers to items that get picked up

nothing is predicted so its annoying but can fix it later to reuse the placeholder entity so client can predict stuff

Media

bucket ops
11:21:00

Requirements

  • I have tested all added content and changes.
  • I have added media to this PR or it does not require an ingame showcase.

Breaking changes

no

Changelog
🆑 whatston3

  • add: Ported better borgs from Frontier. Certain borg modules can drop and pick up their items like ore bags and beakers.

whatston3 and others added 3 commits March 4, 2025 11:14
…ation#2766)

* WIP: droppable, swappable, insertable cyborg items

* Half-baked borg HandPlaceholderComponent

* cyborg: sprite representation for empty slots

* nullable prototype

---------

Co-authored-by: Dvir <[email protected]>
* BorgSystem: check droppable items for duped mods

* Cache item comparer
@deltanedas deltanedas requested review from a team as code owners March 4, 2025 11:36
@github-actions github-actions bot added S: Needs Review size/L 256-1023 lines Changes: YML Changes any yml files Changes: UI Changes: C# Changes any cs files Changes: Localization Changes any ftl files labels Mar 4, 2025
@deltanedas deltanedas merged commit 0f3edc0 into DeltaV-Station:master Mar 4, 2025
12 checks passed
@deltanedas deltanedas deleted the borg-hand-ops branch March 4, 2025 12:10
@@ -14,15 +15,27 @@ public sealed partial class ItemBorgModuleComponent : Component
/// <summary>
/// The items that are provided.
/// </summary>
[DataField("items", customTypeSerializer: typeof(PrototypeIdListSerializer<EntityPrototype>), required: true)]
[DataField("items", customTypeSerializer: typeof(PrototypeIdListSerializer<EntityPrototype>))] // Frontier: removed
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should probably be removed "required: true"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it exists on frontier, dont want a deltav comment for correcting a frontier comment :trollface:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coward 😽

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: C# Changes any cs files Changes: Localization Changes any ftl files Changes: UI Changes: YML Changes any yml files S: Needs Review size/L 256-1023 lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants