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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@1732 51575b47-30f0-44d4-a5cc-537603b46e54
parent 6a651af9
No related branches found
No related tags found
No related merge requests found
......@@ -1474,8 +1474,8 @@ end
function _M:worthExp(target)
if not target.level or self.level < target.level - 3 then return 0 end
local mult = 0.2
if self.rank == 1 then mult = 0.2
local mult = 0.3
if self.rank == 1 then mult = 0.3
elseif self.rank == 2 then mult = 0.4
elseif self.rank == 3 then mult = 3
elseif self.rank == 4 then mult = 60
......
......@@ -160,7 +160,7 @@ newEntity{
type = "humanoid", subtype = "sorcerer",
name = "Elandar",
display = "@", color=colors.AQUAMARINE,
faction = "sorcererss",
faction = "sorcerers",
desc = [[The renegates mages from Angolwen, the Sorcerers have setup in the Far East, slowly growing corrupt. Now they must be stopped.]],
level_range = {70, 70}, exp_worth = 15,
......
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