Piercings

07/26/2018 03:43 babyqoe#1
How to make piercings of 2H weapon to 20/20?
07/26/2018 12:15 Dr. Peacock#2
Create a new Weapon id... like WEAPON_GENERAL, WEAPON_UNIQUE, WEAPON_ULTIMATE and give it a Sockel value of 20..
WEAPON_GENERAL_2H, WEAPON_UNIQUE_2H, WEAPON_ULTIMATE_2H

Its easy to write one or two lines to apply as IK3 but no one knows if you want some weapons as 1H ^^
07/26/2018 15:53 Kiseku#3
try something like :
Code:
if( ItemKind == IK2_WEAPON && Item is Two handed )
 MAX_PIERCING_WEAPON = 20;