Issue Data
|
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. |