Botpack
Class LadderCTFGOTY

source: e:\games\UnrealTournament\Botpack\Classes\LadderCTFGOTY.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Info
         |
         +--Botpack.Ladder
            |
            +--Botpack.LadderCTF
               |
               +--Botpack.LadderCTFGOTY
Direct Known Subclasses:None

class LadderCTFGOTY
extends Botpack.LadderCTF



Source Code


00001	class LadderCTFGOTY extends LadderCTF;
00002	
00003	defaultproperties
00004	{
00005	     Matches=12
00006	     Maps(10)="Hydro16.unr"
00007	     Maps(11)="Orbital.unr"
00008	     MapAuthors(10)="Sidney "
00009	     MapAuthors(11)="Dave Ewing"
00010	     MapTitle(10)="Hydro"
00011	     MapTitle(11)="Orbital"
00012	     MapDescription(10)="This enormous hydroelectric plant used to power the colonies on Vesuvius 9 until a mysterious virus killed everyone off.  Now that a few years have passed, Liandri official have declared the plant safe for combat (safe is relative to Liandri officials)."
00013	     MapDescription(11)="The interior of this dual-sided space station may appear complete, but much functionality was never completed when funding ran out due to corrupt contractors and irresponsible administrators.  As usual, the savvy Liandri location scouts caught wind of this and picked the station up at a discount for inclusion in the tourney."
00014	     RankedGame(10)=5
00015	     RankedGame(11)=6
00016	     GoalTeamScore(10)=3
00017	     GoalTeamScore(11)=3
00018	     MatchInfo(10)="Botpack.RatedMatchCTF10"
00019	     MatchInfo(11)="Botpack.RatedMatchCTF11"
00020	}

End Source Code