Method SlayRace
SlayRace(IPRacialType)
[Obsolete("Use the NwRace/RacialType overload instead.")]
public static HitEffect SlayRace(IPRacialType racialType)
Parameters
racialTypeIPRacialType
Returns
SlayRace(NwRace)
Creates a HitEffect property that instantly kills a creature of the specified race on a successful hit.
public static HitEffect SlayRace(NwRace race)
Parameters
raceNwRaceThe racial type that will be slain.
Returns
- HitEffect
The created HitEffect.