Welcome to the AFK Mods bug tracker. In order to report an issue, you need to have a VALIDATED account to post one. Once you have followed the link the registration email sent you, please select a project from the drop down menu below. Select “Open New Issue” and fill out the form with as many details as possible.

Please also consider sending your bug report to Bethesda if you are reporting on an issue with Skyrim Special Edition, Fallout 4, or Starfield. Doing so will help everyone on all platforms.

Issue Data
Status: Investigating
Issue Type: Bug Report
Project: Unofficial Starfield Patch
Component: Starfield: Vanilla
Category: Perks & Skills
Assigned To: MadCat221
Platform: All
Severity: Very Low
Votes: 0
Watching: N/A
Opened By MadCat221 on Oct 29, 2024 1:13 am

Issue #34525: Gymnastics Rank 2+ skill increasing speed in zero-G applies when using Earthbound in zero-G

 
With the Starborn power "Earthbound", gravity becomes Earth-reference 1G for the player in any situation, including zero-G. Gymnastics rank 2 and above confers a speed boost when floating in zero-G. The GetBodyGravity check for Gymnastics Rank 2+ still returns 0, resulting in the player getting a significant speed boost while on-foot in "zero-G" that does not exist otherwise, even in very low-gravity (but still nonzero-G) environments.

"Gymnastics_ZeroG_Speed_Spell "Gymnastics Zero-G Speed" [SPEL:002A4861]" is the source of the Gymnastics Rank 2+ effect, and needs to have an additional "isspelltarget ArtifactPowerEarthbound_Spell "Earthbound" [SPEL:002BACB5] == 0" condition added to the existing "GetBodyGravity == 0" condition.