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

Rewards do not scale when fame settings are changed #13

Closed
caerfinon opened this issue Dec 9, 2020 · 3 comments
Closed

Rewards do not scale when fame settings are changed #13

caerfinon opened this issue Dec 9, 2020 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@caerfinon
Copy link
Owner

Reported by: Acvila
"when i increase funds rewards from game difficulty settings, GAP has still the same rewards, while the others are increased."

@caerfinon caerfinon added the bug Something isn't working label Dec 9, 2020
@caerfinon caerfinon self-assigned this Dec 9, 2020
@caerfinon caerfinon added this to To do in KerbinSideRemasteredGAP via automation Dec 9, 2020
@caerfinon caerfinon moved this from To do to In progress in KerbinSideRemasteredGAP Dec 9, 2020
@caerfinon
Copy link
Owner Author

Acvila reports that the rewards do scale, but are just not enough. Time to rethink flight rewards again maybe a base rate + passengers + distance metric.

@caerfinon
Copy link
Owner Author

caerfinon commented Dec 9, 2020

//Contract Rewards
	rewardFunds = ((10000 + @fltDistance + (200 * @/numPassengers )) * Random(1.0, 1.15)
	advanceFunds = .25 * @rewardFunds
	rewardReputation = 1.0
    rewardScience = 1.0

//Contract Penalties
	failureFunds =  (rewardFunds * .25) * Random(1.0, 1.25)  
	failureReputation = 10 + ( @/numPassengers) 

New test code for rewards

caerfinon added a commit that referenced this issue Dec 10, 2020
Issue #12
Issue #13
@caerfinon
Copy link
Owner Author

fixed version 1.1.2

KerbinSideRemasteredGAP automation moved this from In progress to Done Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

No branches or pull requests

1 participant