I have yet to observe a single Overloaded Photon do 4 points of damage. According to the published chart, 33% should do 16, 33% do 8, and 33% do 4. So far, approximately 2/3rds do 16 and 1/3 do 8 over about 100 shots.
Is the random number generator improperly set up? It may be giving a 0, 1, 2 when the intended results are 1, 2, 3, thereby shifting the cloak chart to a woeful:
IntRnd(3)
returns 0,1,2
0: Full damage (?)
1: Full damage
2: Half damage
3: Quarter damage (Can't occur)
IntRnd(3) + 1 would solve the problem if this is the case
Can anyone else confirm this?
Note that this is single-player. Are there two versions of the cloak chart? This would seem to be unlikely but it is possible. I'll get online and test multi.
I had some help from Centuri Vaughn and Sabercut on GSA. There is a bug here. Not a single OV Photon did less than 8 and a super majority of them did 16.