-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic changelog for PR #5018 [ci skip]
- Loading branch information
1 parent
c2ca910
commit 458fc8f
Showing
1 changed file
with
10 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
author: "fira" | ||
delete-after: True | ||
changes: | ||
- rscadd: "Introduced ASRS supply pools. As proof of concept, ASRS now spawns a crate of food ingredients every 30 minutes, in addition to regular gear." | ||
- balance: "ASRS now keeps track of partial crates awarded. This means if you should receive 2.5 then 2.5 crates, you now get 2 then 3, rather than 2 and 2. This is intended to result in smoother, more reliable transitions and scaling with varying amount of Xenos on map." | ||
- balance: "Amount of ASRS crates awarded was reduced by about 15.5% to make up for crates carrying over. Overall this should result in an about 5-10% reduction in highpop crates, and ~10% increase in lowpop. Pop being based on xeno count." | ||
- code_imp: "Refactored part of ASRS supply code to be less of a painful, antique artifact." | ||
- bugfix: "Fixed incorrect weighting in the ASRS supply code, effects on crate distributions are unknown." | ||
- bugfix: "Fixed HPR ammo ASRS packs failing to spawn and ending up as MK1s instead." | ||
- bugfix: "Fixed ASRS order numbers not increasing the order IDs... This whole time.." |