... ne znam da li je ovo spojler ili ne... mislim da nije:
GS = Damage Done
WS = Weapon Damage/Magic Damage
ST = Strength (Damagebonus)
GE = Dexterity (Damagebonus)
RS = Armour of the opponent.
Formula for a critical hit (Melee)
GS = WS + ST - RS, GS >= 5
Fomula for a normal hit (Melee)
GS = (WS + ST - RS - 1)/10, GS >= 5
Fomula for a hit (Ranged weapon)
GS = WS + GE - RS, GS >= 5
Formula for a hit with runes/scrolls
GS = WS - RS