Re: 1.08 bugs.
8) The shard cannon is broken. The forumla that calculates the increase in damage per level is set to 0. So a level 1 Shard cannon does the same damage as a level 100 Shard Cannon:
SHARD CANNON:
Weapon Space Min Damage Modifier Formula := (15 + (([%Level%] - 1) * 0)) - (([%Range%] / 10) * 0.00) - iif([%Range%] > Min(90, (([%Level%] - 1) * 20) + 30), 10000, 0)
MESON BLASTER:
Weapon Space Min Damage Modifier Formula := (15 + (([%Level%] - 1) * 5)) - (([%Range%] / 10) * 0.00) - iif([%Range%] > Min(90, (([%Level%] - 1) * 10) + 30), 10000, 0)
I assume the (%Level% - 1) * 0 is supposed to be times... 10?
|