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

Gloves show attack speed

git-svn-id: http://svn.net-core.org/repos/t-engine4@6155 51575b47-30f0-44d4-a5cc-537603b46e54
parent 730c3c2e
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ newEntity{ base = "BASE_GLOVES",
dam = resolvers.rngavg(5, 8),
apr = 1,
physcrit = 1,
physspeed = 0,
dammod = {dex=0.4, str=-0.6, cun=0.4 },
},
},
......@@ -61,6 +62,7 @@ newEntity{ base = "BASE_GLOVES",
dam = resolvers.rngavg(14, 18),
apr = 3,
physcrit = 3,
physspeed = 0,
dammod = {dex=0.4, str=-0.6, cun=0.4 },
},
},
......@@ -77,6 +79,7 @@ newEntity{ base = "BASE_GLOVES",
dam = resolvers.rngavg(23, 28),
apr = 5,
physcrit = 5,
physspeed = 0,
dammod = {dex=0.4, str=-0.6, cun=0.4 },
},
},
......
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