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

nothing to see, move along

git-svn-id: http://svn.net-core.org/repos/t-engine4@5852 51575b47-30f0-44d4-a5cc-537603b46e54
parent 26b88d93
No related branches found
No related tags found
No related merge requests found
......@@ -3952,8 +3952,8 @@ function _M:worthExp(target)
elseif self.rank == 3 then mult = 3
elseif self.rank == 3.2 then mult = 3
elseif self.rank == 3.5 then mult = 11
elseif self.rank == 4 then mult = 35
elseif self.rank >= 5 then mult = 70
elseif self.rank == 4 then mult = 25
elseif self.rank >= 5 then mult = 60
end
return self.level * mult * self.exp_worth * (target.exp_kill_multiplier or 1)
......
......@@ -17,6 +17,10 @@
-- Nicolas Casalini "DarkGod"
-- darkgod@te4.org
-------------------------------------------------------------------
-- For alchemist quests
-------------------------------------------------------------------
newIngredient{ id = "TROLL_INTESTINE",
type = "organic",
icon = "object/troll_intestine.png",
......
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