Testing some different barter values.

This was SVN commit r10681.
This commit is contained in:
Michael D. Hafer 2011-12-06 18:25:40 +00:00
parent 8424dfb75d
commit 7f22118787

View File

@ -12,11 +12,11 @@ const CONSTANT_DIFFERENCE = 10;
// Additional difference of prices, added after each deal to specified resource price.
// In percents.
const DIFFERENCE_PER_DEAL = 5;
const DIFFERENCE_PER_DEAL = 1;
// Price difference which restored each restore timer tick
// In percents.
const DIFFERENCE_RESTORE = 2;
const DIFFERENCE_RESTORE = 0.5;
// Interval of timer which slowly restore prices after deals
const RESTORE_TIMER_INTERVAL = 5000;