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

GLA Bounty gives incorrect reward for some modded percentages #2532

Open
6emmes opened this issue Oct 31, 2024 · 2 comments
Open

GLA Bounty gives incorrect reward for some modded percentages #2532

6emmes opened this issue Oct 31, 2024 · 2 comments
Labels
Bug Something is not working right Executable Is game code related GLA Affects GLA faction Minor Severity: Minor < Major < Critical < Blocker

Comments

@6emmes
Copy link

6emmes commented Oct 31, 2024

Tested bounty of 26% and 51% which yields 261 and 511 respectivly from a dozer kill
image

@xezon
Copy link
Collaborator

xezon commented Oct 31, 2024

What is the INI code to that test?

@6emmes
Copy link
Author

6emmes commented Oct 31, 2024

within object GLAcommandcenter:

    SpecialPowerTemplate    = SpecialAbilityCashBounty1
    Bounty                  = 5%
  End
  Behavior = CashBountyPower ModuleTag_16
    SpecialPowerTemplate    = SpecialAbilityCashBounty2
    Bounty                  = 51%
  End
  Behavior = CashBountyPower ModuleTag_17
    SpecialPowerTemplate    = SpecialAbilityCashBounty3
    Bounty                  = 20%
  End ```

@xezon xezon added Bug Something is not working right Minor Severity: Minor < Major < Critical < Blocker Executable Is game code related GLA Affects GLA faction labels Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is not working right Executable Is game code related GLA Affects GLA faction Minor Severity: Minor < Major < Critical < Blocker
Projects
None yet
Development

No branches or pull requests

2 participants