C# Class Server.Mobiles.Paragon

ファイルを表示 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_oe static_oe property

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

ChestChance public_oe static_oe property

public static double ChestChance
return double

ChocolateIngredientChance public_oe static_oe property

public static double ChocolateIngredientChance
return double

DamageBuff public_oe static_oe property

public static int DamageBuff
return int

DexBuff public_oe static_oe property

public static double DexBuff
return double

FameBuff public_oe static_oe property

public static double FameBuff
return double

HitsBuff public_oe static_oe property

public static double HitsBuff
return double

Hue public_oe static_oe property

public static int Hue
return int

IntBuff public_oe static_oe property

public static double IntBuff
return double

KarmaBuff public_oe static_oe property

public static double KarmaBuff
return double

Maps public_oe static_oe property

public static Map[] Maps
return Map[]

SkillsBuff public_oe static_oe property

public static double SkillsBuff
return double

SpeedBuff public_oe static_oe property

public static double SpeedBuff
return double

StrBuff public_oe static_oe property

public static double StrBuff
return double