Skip to content
Snippets Groups Projects
Commit aaae9ca2 authored by dg's avatar dg
Browse files

As shadow we must be

git-svn-id: http://svn.net-core.org/repos/t-engine4@3309 51575b47-30f0-44d4-a5cc-537603b46e54
parent 7ce95346
No related branches found
No related tags found
No related merge requests found
......@@ -2252,9 +2252,9 @@ function _M:worthExp(target)
if self.rank == 1 then mult = 0.6
elseif self.rank == 2 then mult = 0.8
elseif self.rank == 3 then mult = 3
elseif self.rank == 3.5 then mult = 15
elseif self.rank == 4 then mult = 60
elseif self.rank >= 5 then mult = 120
elseif self.rank == 3.5 then mult = 12
elseif self.rank == 4 then mult = 45
elseif self.rank >= 5 then mult = 100
end
return self.level * mult * self.exp_worth * (target.exp_kill_multiplier or 1)
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment