This commit is contained in:
xavier 2011-08-21 02:15:26 +00:00
parent 50d2e4ddf6
commit 60ca00eab0
18 changed files with 1016 additions and 49 deletions

View file

@ -13,6 +13,7 @@ namespace Server.Engines.CannedEvil
VerminHorde,
UnholyTerror,
SleepingDragon,
Glade,
Pestilence
}
@ -92,6 +93,13 @@ namespace Server.Engines.CannedEvil
new Type[]{ typeof( LesserHiryu ), typeof( RevenantLion ) },
new Type[]{ typeof( Hiryu ), typeof( Oni ) }
} ),
new ChampionSpawnInfo( "Glade", typeof( Twaulo ), new string[]{ "Banisher", "Enforcer", "Eradicator" } , new Type[][]
{ // Glade
new Type[]{ typeof( Pixie ), typeof( ShadowWisp ) },
new Type[]{ typeof( Centaur ), typeof( MLDryad ) },
new Type[]{ typeof( Satyr ), typeof( CuSidhe ) },
new Type[]{ typeof( FerelTreefellow ), typeof( RagingGrizzlyBear ) }
} ),
new ChampionSpawnInfo( "The Corrupt", typeof( Ilhenir ), new string[]{ "Cleanser", "Expunger", "Depurator" } , new Type[][]
{ // Unholy Terror
new Type[]{ typeof( PlagueSpawn ), typeof( Bogling ) },