Page 1 of 1
multiple damage types
Posted: Thu Sep 13, 2012 5:18 pm
by LordGarth
Can a weapon be give two damage types. Like a longsword of shock that does physical and shock damage?
Thx,
LordGarth
Re: multiple damage types
Posted: Thu Sep 13, 2012 5:21 pm
by petri
Not directly but you can implement a custom onAttack hook for the party or onUseItem hook for the item to implement the secondary effect.
Re: multiple damage types
Posted: Thu Sep 13, 2012 8:03 pm
by LordGarth
exactly how would the script go
onUseItem = "castRunespell",
spell = "shock",
wandPower = 20,
charges = 20,
Re: multiple damage types
Posted: Thu Sep 13, 2012 9:20 pm
by LordGarth
I have mess around alot but I still cant get an additional damage type.
I need to know the exactly script and where to put it.
Thx,
LordGarth