This is more like a interpretation question. In the lines:
Does the positive/negative regard decay to 0.85 of its value (somethig like regard * PositiveDecayvalue) or doe it get 0.85 of it value smaller (something like regard - regard*PositiveDecayvalue).
If you do the math those possibilities give opposites effects.
in a short form: If i increase the value of those lines the decay will increase or decrease?
Code:
PositiveDecay 0.85 NegativeDecay 0.95
If you do the math those possibilities give opposites effects.
in a short form: If i increase the value of those lines the decay will increase or decrease?
Comment