Quote:
Elsemeravin said:
Why don't you use the exact same formula as for accuracy (below) but changing the weight and limits ?
kind of :
iff %range% <=10 ,30,iff %range% <=40 , 20,iff %range% <=120,10,0
|
Can I do that? SJ, CPT Kwok, Phoenix-D? Is that a legal formula to use for the damage? How would I place the range limit on it? Something like
>=121, 10000, 0
The >= is for the cut off point.
The 10000 is to change all damage to 0 past that point.
I have no idea why the last 0 is in there(?).