Combined: hoverbike storage/Ironman flatpack, recoil fix, radar facing arrow, XLR-556 size, trait rebalance, Killer Tomato removal#255
Open
Grom1halo wants to merge 16 commits into
Conversation
- Dermal Armor: flat reduction 3.5 -> 5 for Blunt/Slash/Piercing, Shock coefficient 1.25 -> 1.4, added Heat vulnerability (-2.5) - Platelet Factories: cost 6 -> 3, Burn healing -2 -> -1 - Updated trait descriptions (en-US, ru-RU) to match new values
Removes the MobTomatoKiller entity (ghost role, sprite, accent, butcher loot) along with its killerTomato seed mutation, KillerTomatoSeeds packet, spawn table entries, map placements, and locale strings in en-US and ru-RU.
Previously inherited the BaseWeaponRifle default of Huge (4x4 grid slots), which was disproportionately large compared to other rifles. Now occupies a 2x4 footprint per community feedback.
This reverts commit 8a3af6e.
Reverts the previous full mob removal and instead surgically removes only the killerTomato seed mutation path: - bloodTomato no longer mutates into killerTomato - killerTomato seed prototype and KillerTomatoSeeds packet (+ sprite) removed, along with map/loot-table references and locale strings - MobTomatoKiller's Produce/seedId link to the removed seed dropped The MobTomatoKiller mob itself, its ghost role, accent, sprite and AnomalyFloraLootTable entry are kept. Marked changes with # Forge-Change comments for future upstream merges.
Restores the tomatokiller.rsi sprite assets and turns every removed line (locale entries, seed/packet prototypes, mutation reference, map placements, dungeon loot entry) into a commented-out block marked with # Forge-Change, so the content stays for upstream merges and can be re-enabled by uncommenting.
…flatpack VehicleHoverbikeNF now has its own Storage/trunk like the other hoverbike variants. The Ironman trait now spawns players with a HoverbikeFlatpack box instead of the Baeg shipyard voucher.
Firing a weapon while buckled (e.g. riding a hoverbike) pushed the shooter's body away from the seat, which could exceed the strap's unbuckle distance and throw them off the vehicle. Recoil now applies to whatever the shooter is buckled to instead.
Firing a weapon while buckled (e.g. riding a hoverbike) pushed the shooter's body away from the seat, which could exceed the strap's unbuckle distance and throw them off the vehicle. Recoil now applies to whatever the shooter is buckled to instead.
The handheld mass scanner's radar stays north-up (no rotation), which made it hard to tell which way the character is currently facing. Draws a small arrow from the "you are here" marker pointing in the direction the controlling entity faces, for radars with FollowEntity set.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Combined PR rolling up the following individual changes:
Test plan