Can a weapon be give two damage types. Like a longsword of shock that does physical and shock damage?
Thx,
LordGarth
multiple damage types
multiple damage types
Dungeon Master and DOOM will live forever.
Re: multiple damage types
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
exactly how would the script go
onUseItem = "castRunespell",
spell = "shock",
wandPower = 20,
charges = 20,
onUseItem = "castRunespell",
spell = "shock",
wandPower = 20,
charges = 20,
Dungeon Master and DOOM will live forever.
Re: multiple damage types
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
I need to know the exactly script and where to put it.
Thx,
LordGarth
Dungeon Master and DOOM will live forever.