Poison
(static) Poison Deadly( get; )
(static) Poison Greater( get; )
(static) Poison Lesser( get; )
(static) Poison Lethal( get; )
(static) List<Poison> Poisons( get; )
(static) Poison Regular( get; )
(static) Poison Deserialize( GenericReader reader )
(static) Poison GetPoison( string name )
(static) Poison GetPoison( int level )
(static) Poison Parse( string value )
(static) void Register( Poison reg )
(static) void Serialize( Poison p, GenericWriter writer )
(ctor) Poison()
int Level( get; )
string Name( get; )
virtual Timer ConstructTimer( Mobile m )
virtual string ToString()