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

Make R&D Servers More Common #196

Merged
merged 1 commit into from
Sep 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- type: entity
- type: entity
id: RandomBoard
name: random board spawner
parent: MarkerBase
Expand Down Expand Up @@ -27,18 +27,18 @@
- WeaponCapacitorRechargerCircuitboard # Delta V - Add additional boards
- StationMapCircuitboard # Delta V - Add additional boards
- DeepFryerMachineCircuitboard # Delta V - Add additional boards
chance: 0.95
- ResearchAndDevelopmentServerMachineCircuitboard # Floof - Increase chance for R&D Server Boards
chance: 0.9
rarePrototypes:
- CommsComputerCircuitboard
#- ShuttleConsoleCircuitboard # Delta V - Remove shuttle boards
- ShuttleConsoleCircuitboard # Floof - Added Shuttle boards back
- ComputerMassMediaCircuitboard
- AutolatheMachineCircuitboard
- ProtolatheMachineCircuitboard
- SalvageMagnetMachineCircuitboard
- PortableGeneratorSuperPacmanMachineCircuitboard # Delta V - Add additional boards
- PortableGeneratorJrPacmanMachineCircuitboard # Delta V - Add additional boards
- MedicalTechFabCircuitboard # Delta V - Add additional boards
- ResearchAndDevelopmentServerMachineCircuitboard # Delta V - Add additional boards
- UniformPrinterMachineCircuitboard # Delta V - Add additional boards
Copy link
Contributor

Choose a reason for hiding this comment

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

Doesn't this remove the R&D server board from the pool?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It gets moved from line 41 to line 30

Copy link
Contributor

Choose a reason for hiding this comment

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

It gets moved from line 41 to line 30

I am blind lol

- ArtifactAnalyzerMachineCircuitboard # Delta V - Add additional boards
rareChance: 0.05
rareChance: 0.1
Loading