This patch reverts first step of global weapon conversion that would have halted the release of the next version for too long.
11 lines
325 B
Ucode
11 lines
325 B
Ucode
class NiceSkillSharpshooterSurgical extends NiceSkill
|
|
abstract;
|
|
var float penDmgReduction;
|
|
|
|
defaultproperties
|
|
{
|
|
PenDmgReduction=0.900000
|
|
SkillName="Surgical precision"
|
|
SkillEffects="While you're aiming down sights your bullets and projectiles gain additional head penetration with only 10% damage loss."
|
|
}
|