- Added block amount on the Avoidance tab at the Player Detail Window.

This commit is contained in:
Tercioo
2016-02-28 19:53:31 -03:00
parent d6473300a0
commit aa06bde12f
4 changed files with 113 additions and 27 deletions
+8
View File
@@ -389,6 +389,14 @@
mob ["HITS"] = mob ["HITS"] + 1
end
if (blocked and blocked > 0) then
overall ["BLOCKED_HITS"] = overall ["BLOCKED_HITS"] + 1
mob ["BLOCKED_HITS"] = mob ["BLOCKED_HITS"] + 1
overall ["BLOCKED_AMT"] = overall ["BLOCKED_AMT"] + blocked
mob ["BLOCKED_AMT"] = mob ["BLOCKED_AMT"] + blocked
print (alvo_name, "block", blocked)
end
--> absorbs status
if (absorbed) then
--> aqui pode ser apenas absorb parcial