Gold distributed at level 9, 10, 11 is not accurate to scale
Brought to you by:
kainazzzo
In data/level9.data, data/level0.data, and data/level1.data the gold doesn't scale.
It goes as follows:
level 11: 12655~71234
level 10: 11642~45300
level 9: 10351~75000
The format is minimum_gold:maximum_gold and is used by the game to select a random() number from that range. As you can see level 9 rewards more maximum gold then either level 10 or 11. When I hit level 10 I discovered the the average amount of gold I received was less than or equal to level 9.
The attached patch will change these values to:
11: 12655~113000
10: 11642~90000
9: 10351~75000
diff file to change gold pay outs at levels 10 & 11