Commit f2a54e14cb362e1c42a8ca6b955e825c62ffd590
1 parent
1e994c0c
damned
git-svn-id: http://svn.net-core.org/repos/t-engine4@3132 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -26,7 +26,7 @@ newEntity{ |
26 | 26 | encumber = 3, |
27 | 27 | rarity = 5, |
28 | 28 | metallic = true, |
29 | - combat = { talented = "mace", damrange = 1.4, sound = "actions/melee", sound_miss = "actions/melee_miss",}, | |
29 | + combat = { talented = "mace", damrange = 1.4, physspeed = 1, sound = "actions/melee", sound_miss = "actions/melee_miss",}, | |
30 | 30 | desc = [[Blunt and deadly.]], |
31 | 31 | randart_able = { attack=40, physical=80, spell=20, def=10, misc=10 }, |
32 | 32 | egos = "/data/general/objects/egos/weapon.lua", egos_chance = { prefix=resolvers.mbonus(40, 5), suffix=resolvers.mbonus(40, 5) }, | ... | ... |
-
Please register or login to post a comment