Method | Description | |
---|---|---|
Initialize ( ) : void | ||
MustBeSubdued ( BaseCreature bc ) : bool | ||
OnUse ( Server.Mobile m ) : System.TimeSpan | ||
ScaleSkills ( BaseCreature bc, double scalar ) : void | ||
ScaleSkills ( BaseCreature bc, double scalar, double capScalar ) : void | ||
ScaleStats ( BaseCreature bc, double scalar ) : void |
public static MustBeSubdued ( BaseCreature bc ) : bool | ||
bc | BaseCreature | |
return | bool |
public static OnUse ( Server.Mobile m ) : System.TimeSpan | ||
m | Server.Mobile | |
return | System.TimeSpan |
public static ScaleSkills ( BaseCreature bc, double scalar ) : void | ||
bc | BaseCreature | |
scalar | double | |
return | void |
public static ScaleSkills ( BaseCreature bc, double scalar, double capScalar ) : void | ||
bc | BaseCreature | |
scalar | double | |
capScalar | double | |
return | void |
public static ScaleStats ( BaseCreature bc, double scalar ) : void | ||
bc | BaseCreature | |
scalar | double | |
return | void |