Example #1
0
 public void OnImpact(NWPlayer player, NWObject target, int perkLevel, int spellFeatID)
 {
     CustomEffectService.ApplyStance(
         player,
         CustomEffectType.PrecisionTargeting,
         PerkType.PrecisionTargeting,
         perkLevel,
         null);
 }
Example #2
0
 public void OnImpact(NWCreature creature, NWObject target, int perkLevel, int spellTier)
 {
     CustomEffectService.ApplyStance(
         creature,
         CustomEffectType.ShieldOath,
         PerkType.ShieldOath,
         perkLevel,
         null);
 }
Example #3
0
 public void OnImpact(NWPlayer player, NWObject target, int perkLevel, int spellFeatID)
 {
     CustomEffectService.ApplyStance(
         player,
         CustomEffectType.ShieldOath,
         PerkType.ShieldOath,
         perkLevel,
         null);
 }