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

Buffed the Murderblade damage and added an Frenzy proc

git-svn-id: http://svn.net-core.org/repos/t-engine4@4393 51575b47-30f0-44d4-a5cc-537603b46e54
parent 8fe19d9e
No related branches found
No related tags found
No related merge requests found
......@@ -746,10 +746,14 @@ newEntity{ base = "BASE_GREATSWORD",
cost = 300,
material_level = 5,
combat = {
dam = 54,
dam = 60,
apr = 19,
physcrit = 4.5,
dammod = {str=1.2},
special_on_hit = {desc="10% chance to send the wielder into a killing frenzy", fct=function(combat, who)
if not rng.percent(10) then return end
who:setEffect(who.EFF_FRENZY, 3, {crit=10, power=0.3, dieat=0.2})
end},
},
wielder = {
see_invisible = 25,
......
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