IdleLands / IdleLandsOld

[DEPRECATED] A full-blown idling RPG. It has a modular backend that can be added to any existing frontend via a REST API.
http://idlelands.github.io/IdleLandsOld
MIT License
41 stars 28 forks source link

stat calculations are bad #702

Open seiyria opened 9 years ago

seiyria commented 9 years ago

for example, with enough negative gold, this can happen:

<IdleMaster> u-w0t-m8 found a pot of gold at the end of the rainbow, and it contained 13 gold pieces! [-13 gold]

The stat calculation algorithm might be a bit broken.

seiyria commented 9 years ago

Also, consider that perceived value multipliers will make negative scores look more negative; it should probably make it look larger, not smaller.

Oipo commented 9 years ago

See the PlayerTest "Should have guild affecting factors". strPercent of 100 is actually closer to 97.61%/

seiyria commented 9 years ago

this should be a bit better but the numbers are still questionable.