Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Targeting Control Systems Perk - Incorrect Values #867

Closed
Constellation-VASCO opened this issue Feb 10, 2024 · 1 comment
Closed

Targeting Control Systems Perk - Incorrect Values #867

Constellation-VASCO opened this issue Feb 10, 2024 · 1 comment
Labels
Fix Ready A fix for this issue is ready for merging and testing Platform: PC (Steam) This issue is being reported from the PC release of Starfield on Steam Type: Perks & Skills Relates to character perks or skills

Comments

@Constellation-VASCO
Copy link
Collaborator

According to the description in the menu, the Targeting Control Systems perk should decrease target lock-on time by 15% at rank 2, 30% at rank 3, and 60% at rank 4.

What it actually does is decrease the lock-on time by 15% at rank 2, 15% at rank 3, and 30% at rank 4.


Details

I have simply changed the abFortifyTargetLockTime magnitude to 0.3 in abTargetingControlSystems_TargetLockTime_02 [SPEL: 002CCF94], and changed it to 0.6 in abTargetingControlSystems_TargetLockTime_03 [SPEL: 002CCF95]. These spells are only ever referenced by this perk, so changing these values does nothing except fix this issue.

Game Version

1.9.51.0

Language

English (EN)

New Game

Yes

Reproduction Steps

Take rank 2 of the targeting control systems perk. Select your ship in the command console, and use getav spaceshiptargetlocktime. The value should return 2.55, representing a 15% decrease from the base 3.00 value.

Then, take rank 3 of the perk. It will still return 2.55, instead of the expected 30% decrease to 2.1.

Then take rank 4, and you will now see 2.1 instead of the expected 1.2.

@Constellation-VASCO Constellation-VASCO added Platform: PC (Steam) This issue is being reported from the PC release of Starfield on Steam Type: Perks & Skills Relates to character perks or skills labels Feb 10, 2024
@Constellation-VASCO
Copy link
Collaborator Author

@Pickysaurus Pickysaurus added the Fix Ready A fix for this issue is ready for merging and testing label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Ready A fix for this issue is ready for merging and testing Platform: PC (Steam) This issue is being reported from the PC release of Starfield on Steam Type: Perks & Skills Relates to character perks or skills
Projects
Status: Closed
Development

No branches or pull requests

2 participants