Thread: 1.08 bugs.
View Single Post
  #14  
Old October 20th, 2006, 09:34 AM

RonGianti RonGianti is offline
Corporal
 
Join Date: Apr 2006
Posts: 120
Thanks: 0
Thanked 0 Times in 0 Posts
RonGianti is on a distinguished road
Default 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?
Reply With Quote