new-frontiers-14 / frontier-station-14

A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
https://spacestation14.io
GNU Affero General Public License v3.0
79 stars 463 forks source link

Low pop food events #1708

Closed dvir001 closed 1 month ago

dvir001 commented 1 month ago

About the PR

Fixed BluespaceCargoRule to be a single system, made it much more simple for adding new events based on it. Added new 2 events for under 20 players: Spawn 1-3 crates of McCargo (1-9 food boxes) on random ship. Spawn a damaged McDelivery with 3 crates (3-9 food boxes) in it, can happen 2 times in total.

Why / Balance

Food for low pop in the case no one making any.

How to test

addgamerule BluespaceMcCargo when you got a ship to get the random crates spawn addgamerule BluespaceMcEvent to get the event to spawn

Media

image

Breaking changes

N/A

Changelog :cl: dvir01

github-actions[bot] commented 1 month ago

RSI Diff Bot; head commit 0bd94063d951c1299ba9b1af545945b264f7f4df merging into b042d373d1d1c7a1696fa922269e388d764b02c7 This PR makes changes to 1 or more RSIs. Here is a summary of all changes:

Resources/Textures/_NF/Structures/Storage/Crates/mccargo.rsi

| State | Old | New | Status | --- | --- | --- | --- | | base | ![]() | ![](https://raw.githubusercontent.com/dvir001/frontier-station-14/0bd94063d951c1299ba9b1af545945b264f7f4df/Resources/Textures/_NF/Structures/Storage/Crates/mccargo.rsi/base.png) | Added | closed | ![]() | ![](https://raw.githubusercontent.com/dvir001/frontier-station-14/0bd94063d951c1299ba9b1af545945b264f7f4df/Resources/Textures/_NF/Structures/Storage/Crates/mccargo.rsi/closed.png) | Added | icon | ![]() | ![](https://raw.githubusercontent.com/dvir001/frontier-station-14/0bd94063d951c1299ba9b1af545945b264f7f4df/Resources/Textures/_NF/Structures/Storage/Crates/mccargo.rsi/icon.png) | Added | open | ![]() | ![](https://raw.githubusercontent.com/dvir001/frontier-station-14/0bd94063d951c1299ba9b1af545945b264f7f4df/Resources/Textures/_NF/Structures/Storage/Crates/mccargo.rsi/open.png) | Added | sparking | ![]() | ![](https://raw.githubusercontent.com/dvir001/frontier-station-14/0bd94063d951c1299ba9b1af545945b264f7f4df/Resources/Textures/_NF/Structures/Storage/Crates/mccargo.rsi/sparking.png) | Added | welded | ![]() | ![](https://raw.githubusercontent.com/dvir001/frontier-station-14/0bd94063d951c1299ba9b1af545945b264f7f4df/Resources/Textures/_NF/Structures/Storage/Crates/mccargo.rsi/welded.png) | Added

Edit: diff updated after 0bd94063d951c1299ba9b1af545945b264f7f4df

dvir001 commented 1 month ago

Mc Fixing time