Skip to content

Conversation

@TheDoctor1977
Copy link
Member

@TheDoctor1977 TheDoctor1977 commented May 25, 2025

Description

remake of #162
blacklists plasmamen from merc and NTPD spawns
changes merc names to normal names instead of whatever the hell is going on in here
gives mercs a web vest because they have an air tank in suit storage but no outer clothing
NTPD uplink now has a proper TC amount (+ pricing) following the telecrystal inflation (300TC)


Changelog

🆑

  • tweak: Mercenary and NTPD roles will no longer spawn Plasmamen, leading to a record 100% decrease in horrible deaths.
  • tweak: Mercenary preset names are now normal.
@coderabbitai
Copy link

coderabbitai bot commented May 25, 2025

Walkthrough

The changes update entity and item configurations for NTPD and Mercenary roles. Telecrystal values and item costs are increased, item descriptions and availability are revised, and certain species (Plasmaman) are now blacklisted from spawning as specific humanoid roles. Naming conventions and starting gear for Mercenaries are also adjusted.

Changes

File(s) Change Summary
.../Entities/Objects/Specific/NTPD/ntpd.yml Updated NTPDUplinkRadio entity: renamed to NTPDUplinkRadio300TC, suffix changed to "300 TC", Telecrystal balance increased from 50 to 300.
.../Entities/Structures/Walls/Catalog/uplink_NTPD_catalog.yml Increased Telecrystal costs for many uplink items, revised descriptions, reorganized listings, removed/commented some items, added Doorjack, minor text fixes.
.../Ghostroles/humanoid.yml Blacklisted Plasmaman species for NTPD and Mercenary roles, changed name segment keys from capitalized to lowercase, added Mercenary vest to starting gear.

Poem

In the uplink’s glow, the crystals grew,
Catalog prices soared, as rabbits knew.
Plasmamen can’t sneak in blue,
Mercs get vests, and names anew.
With each tweak, our warren thrives,
Hopping forward, bright-eyed lives!
🐇✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 9422e0c and fa13374.

📒 Files selected for processing (1)
  • Resources/Prototypes/_Arc/Entities/Objects/Specific/NTPD/ntpd.yml (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • Resources/Prototypes/_Arc/Entities/Objects/Specific/NTPD/ntpd.yml
⏰ Context from checks skipped due to timeout of 90000ms (3)
  • GitHub Check: Test Packaging
  • GitHub Check: build (ubuntu-latest)
  • GitHub Check: build (ubuntu-latest)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.
@TheDoctor1977 TheDoctor1977 marked this pull request as ready for review May 25, 2025 18:09
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🧹 Nitpick comments (1)
Resources/Prototypes/_Arc/Entities/Structures/Walls/Catalog/uplink_NTPD_catalog.yml (1)

124-163: Deception tool costs updated and pen TODO noted.
Telecrystal costs for stealth box (25 TC), chameleon projector (35 TC), and decoy disk (5 TC) have been adjusted. The NTPD pen entry is commented out with a TODO to reimplement—consider filing an issue or removing dead code if it won’t return soon.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ca822b1 and 9422e0c.

📒 Files selected for processing (3)
  • Resources/Prototypes/_Arc/Entities/Objects/Specific/NTPD/ntpd.yml (1 hunks)
  • Resources/Prototypes/_Arc/Entities/Structures/Walls/Catalog/uplink_NTPD_catalog.yml (18 hunks)
  • Resources/Prototypes/_Arc/Ghostroles/humanoid.yml (6 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (3)
  • GitHub Check: build (ubuntu-latest)
  • GitHub Check: build (ubuntu-latest)
  • GitHub Check: Test Packaging
🔇 Additional comments (13)
Resources/Prototypes/_Arc/Entities/Objects/Specific/NTPD/ntpd.yml (1)

29-29: Suffix update is correct.
The suffix "300 TC" now accurately reflects the new Telecrystal capacity.

Resources/Prototypes/_Arc/Entities/Structures/Walls/Catalog/uplink_NTPD_catalog.yml (7)

4-34: Weaponry costs updated to match new Telecrystal inflation.
The Telecrystal values for SMG (80 TC), L6 SAW (150 TC), and the energy sword (40 TC) have been increased and remain within the 300 TC starting balance.


37-76: Explosives pricing adjusted.
Grenade, flash grenade, C4, and shrapnel grenade costs have been updated (20 TC, 5 TC, 10 TC, 20 TC respectively) to align with the new uplink economy.


79-98: Ammunition costs revised.
Magazine costs for .30 rifle (5 TC) and L6 SAW box (15 TC) now reflect increased Telecrystal inflation.


101-120: Chemical kit and medkit pricing updated.
Starter chemistry kit and combat medkit costs have been raised to 20 TC each, in line with uplink currency changes.


167-196: Disruption device costs increased.
Pricing for EMAG (20 TC), Doorjack (30 TC), and radio jammer (20 TC) now aligns with the updated economic model.


201-250: Implanter pricing updated.
Telecrystal costs for storage, bike horn, freedom, scram, and death acidifier implanters have been raised (40 TC, 20 TC, 25 TC, 30 TC, 5 TC respectively) to match the uplink currency shift.


255-274: Wearables pricing revised.
Thieving gloves (20 TC) and NTPD magboots (10 TC) costs have been updated to align with overall uplink inflation.

Resources/Prototypes/_Arc/Ghostroles/humanoid.yml (5)

23-23: Blacklisting Plasmaman from NTPD Operator.
Adding Plasmaman to the species blacklist ensures this role cannot spawn as Plasmaman, aligning with the intended design.


76-76: Blacklisting Plasmaman from NTPD Agent.
Including Plasmaman prevents this species from spawning as an NTPD agent, matching the operator configuration.


113-114: Standardize Mercenary naming segments.
Name segments were updated to lowercase names_first and names_last for both the Mercenary entity and its settings, improving consistency across ghostroles.

Also applies to: 130-131


123-124: Blacklisting Plasmaman from Mercenary.
Adding Plasmaman to the MERCSettings.speciesBlacklist correctly excludes this species from the Mercenary role.


143-143: Add web vest to Mercenary gear.
The ClothingOuterVestWebMerc addition ensures Mercenaries have proper outer clothing. Please verify that this prototype ID exists to avoid spawn-time errors.

nothing else references this so it should be fine
@TheDoctor1977
Copy link
Member Author

@coderabbitai review

@coderabbitai
Copy link

coderabbitai bot commented May 25, 2025

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@TheDoctor1977
Copy link
Member Author

both of these fails seem to be entirely unrelated
@Erisfiregamer1 please advise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

3 participants