C# Class Server.Mobiles.Paragon

Show file Open project: felladrin/last-wish Class Usage Examples

Public Properties

Property Type Description
Artifacts System.Type[]
ChestChance double
ChocolateIngredientChance double
DamageBuff int
DexBuff double
FameBuff double
HitsBuff double
Hue int
IntBuff double
KarmaBuff double
Maps Map[]
SkillsBuff double
SpeedBuff double
StrBuff double

Public Methods

Method Description
CheckArtifactChance ( Mobile m, BaseCreature bc ) : bool
CheckConvert ( BaseCreature bc ) : bool
CheckConvert ( BaseCreature bc, Point3D location, Map m ) : bool
Convert ( BaseCreature bc ) : void
GiveArtifactTo ( Mobile m ) : void
UnConvert ( BaseCreature bc ) : void

Method Details

CheckArtifactChance() public static method

public static CheckArtifactChance ( Mobile m, BaseCreature bc ) : bool
m Mobile
bc BaseCreature
return bool

CheckConvert() public static method

public static CheckConvert ( BaseCreature bc ) : bool
bc BaseCreature
return bool

CheckConvert() public static method

public static CheckConvert ( BaseCreature bc, Point3D location, Map m ) : bool
bc BaseCreature
location Point3D
m Map
return bool

Convert() public static method

public static Convert ( BaseCreature bc ) : void
bc BaseCreature
return void

GiveArtifactTo() public static method

public static GiveArtifactTo ( Mobile m ) : void
m Mobile
return void

UnConvert() public static method

public static UnConvert ( BaseCreature bc ) : void
bc BaseCreature
return void

Property Details

Artifacts public static property

public static Type[],System Artifacts
return System.Type[]

ChestChance public static property

public static double ChestChance
return double

ChocolateIngredientChance public static property

public static double ChocolateIngredientChance
return double

DamageBuff public static property

public static int DamageBuff
return int

DexBuff public static property

public static double DexBuff
return double

FameBuff public static property

public static double FameBuff
return double

HitsBuff public static property

public static double HitsBuff
return double

Hue public static property

public static int Hue
return int

IntBuff public static property

public static double IntBuff
return double

KarmaBuff public static property

public static double KarmaBuff
return double

Maps public static property

public static Map[] Maps
return Map[]

SkillsBuff public static property

public static double SkillsBuff
return double

SpeedBuff public static property

public static double SpeedBuff
return double

StrBuff public static property

public static double StrBuff
return double