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

Whips have a 80% attack speed; also added whipping sounds for them

git-svn-id: http://svn.net-core.org/repos/t-engine4@6761 51575b47-30f0-44d4-a5cc-537603b46e54
parent d61851c4
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ newEntity{
encumber = 3,
rarity = 5,
metallic = true,
combat = { talented = "whip", damrange = 1.1, sound = "actions/melee", sound_miss = "actions/melee_miss",},
combat = { talented = "whip", damrange = 1.1, physspeed = 0.8, sound = "actions/whip_hit", sound_miss = "actions/whip_miss",},
desc = [[Sharp, long and deadly.]],
randart_able = "/data/general/objects/random-artifacts/generic.lua",
egos = "/data/general/objects/egos/weapon.lua", egos_chance = { prefix=resolvers.mbonus(40, 5), suffix=resolvers.mbonus(40, 5) },
......
File added
File added
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