QUOTE |
private static Type[] HumanoidMembers = new Type[] { typeof( Ogre ), typeof( OgreLord ), typeof( ArcticOgreLord ),typeof( Orc ), typeof( OrcishMage ), typeof( OrcishLord ), typeof( OrcBrute ), typeof( OrcBomber ), typeof( OrcCaptain ), typeof( Troll ), typeof( Cyclops ), typeof( Titan ), typeof( Juggernaut ), typeof( JukaMage ), typeof( JukaLord ), typeof( JukaWarrior ), typeof( Blackthorn ), typeof( Betrayer ), typeof( Ettin ), typeof( Ratman ), typeof( RatmanMage ), typeof( RatmanArcher ) }; private static Type[] UndeadMembers = new Type[] { typeof( AncientLich ), typeof( Bogle ), typeof( BoneMagi ), typeof( Lich ), typeof( LichLord ), typeof( Shade ), typeof( Spectre ), typeof( Wraith ), typeof( BoneKnight ), typeof( Ghoul ), typeof( Mummy ), typeof( SkeletalKnight ), typeof( Skeleton ), typeof( Zombie ), typeof(Succubus), typeof( SkeletalMage), typeof( RottingCorpse ), /* CUSTOM MOB */ typeof( Sphynx ) }; |