FutureShockco / drugwars.io

The drugs are virtual, but the money is real
https://drugwars.io
32 stars 15 forks source link

trainings increase ability by 1% and not 0.1% #79

Closed pjd79 closed 5 years ago

pjd79 commented 5 years ago

Expected behavior

Trainings increase of 0.1% the variable specified in its description

Actual behavior

the increase is not currently 0.1% but 1%. You can see that with any training with the simulator and in the code in https://github.com/FutureShockco/drugwars.js/blob/master/src/army.js

But the 1% increase seems more meaningful and useful than 0.1%. It might be useful to change the description to make it coherent.

Steps to reproduce the behavior

Use the simulator and see the result of a fight with a specific training

pjd79 commented 5 years ago

It is now coherent between the effect and the description of the training.