It seems that there are 2 different formulas for figuring out HT damage, and we are currently only using the level 40 and below one.
Taken from the shadowknight den:
http://www.albrandes.com/skden/articles/HT.asp
	Quote:
	
	
		| Harm Touch damage The formula for calculating Harm Touch damage is rather simple, but gets slightly complex at higher levels. I am not sure how it scales above level 60, so for now, I will assume it continues in a linear fashion.
 
 Damage = (Level * 10) + ((Level - 40) * 20) + 1
 
 If your level is less than 40, the formula becomes:
 Damage = (Level * 10) + 1
 
 So at level 1, you are doing (1 * 10) + 1 = 11 damage.
 At level 45 you are doing (45 * 10) + ((45 - 40) * 20) + 1 = 551 damage.
 At level 60 you are doing (60 * 10) + ((60 - 40) * 20) + 1 = 1001 damage
 If that's still too much for you, here's a quick chart:
 Level 	Damage
 1 	11
 2 	21
 3 	31
 4 	41
 5 	51
 6 	61
 7 	71
 8 	81
 9 	91
 10 	101
 11 	111
 12 	121
 13 	131
 14 	141
 15 	151
 
 Level 	Damage
 16 	161
 17 	171
 18 	181
 19 	191
 20 	201
 21 	211
 22 	221
 23 	231
 24 	241
 25 	251
 26 	261
 27 	271
 28 	281
 29 	291
 30 	301
 
 Level 	Damage
 31 	311
 32 	21
 33 	331
 34 	341
 35 	351
 36 	361
 37 	371
 38 	381
 39 	391
 40 	401
 41 	431
 42 	461
 43 	491
 44 	521
 45 	551
 
 Level 	Damage
 46 	581
 47 	611
 48 	641
 49 	671
 50 	701
 51 	731
 52 	761
 53 	791
 54 	821
 55 	851
 56 	881
 57 	911
 58 	941
 59 	971
 60 	1001
 |