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

Lightning rune has a higher max potention damage than other runes

git-svn-id: http://svn.net-core.org/repos/t-engine4@6414 51575b47-30f0-44d4-a5cc-537603b46e54
parent ec20847a
No related branches found
No related tags found
No related merge requests found
......@@ -422,7 +422,7 @@ newEntity{ base = "BASE_RUNE",
inscription_data = {
cooldown = resolvers.rngrange(15, 25),
range = resolvers.mbonus_level(5, 4),
power = resolvers.mbonus_level(280, 50, function(e, v) return v * 0.1 end),
power = resolvers.mbonus_level(400, 50, function(e, v) return v * 0.1 end),
use_stat_mod = 1.8,
},
inscription_talent = "RUNE:_LIGHTNING",
......
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