Core.Object | +--Engine.Actor | +--Engine.Info | +--Botpack.Ladder | +--Botpack.LadderChal
00001 //============================================================================= 00002 // LadderChal 00003 //============================================================================= 00004 class LadderChal extends Ladder; 00005 00006 defaultproperties 00007 { 00008 Matches=4 00009 MapPrefix="DM-" 00010 Maps(0)="Phobos.unr" 00011 Maps(1)="Morpheus.unr" 00012 Maps(2)="Zeto.unr" 00013 Maps(3)="HyperBlast.unr" 00014 MapAuthors(0)="Cedric 'Inoxx' Florentino" 00015 MapAuthors(1)="Dave Ewing" 00016 MapAuthors(2)="Alan Willard 'Talisman'" 00017 MapAuthors(3)="Pancho Eekels" 00018 MapTitle(0)="Phobos" 00019 MapTitle(1)="Morpheus" 00020 MapTitle(2)="Zeto" 00021 MapTitle(3)="HyperBlast" 00022 MapDescription(0)="This Martian space station is caught between Mars and it's satellite Phobos, resulting in a chaotic rotation. Fortunately, the gravity generators are working well enough to lend a fast paced rhythm to deathmatch." 00023 MapDescription(1)="LMC knew they had found an excellent arena at the very top of a newly constructed Galaxyscraper SuperStructure. Thanks to the modern miracle of super tensile solids, these three buildings reach a staggering 12 miles high at their pinnacle. The thin atmosphere and reduced influence of Earth's gravity provide an interesting test of the tournament athlete's ability to adapt and conquer in extreme environments." 00024 MapDescription(2)="Liandri Corp., in an attempt to recoup financial losses from a failed research station on the arctic moon of Coret, has converted this frozen outpost into a Tournament arena." 00025 MapDescription(3)="Thanks to Magnetic Anti-Vacuum Resonance technology, combatants are able to battle outside of Xan's 'HyperBlast' ArenaShip for an extended period of time. Use extreme caution though, one mistake and you'll find yourself floating in space." 00026 RankedGame(0)=2 00027 RankedGame(1)=3 00028 RankedGame(2)=5 00029 RankedGame(3)=6 00030 FragLimits(0)=15 00031 FragLimits(1)=15 00032 FragLimits(2)=15 00033 FragLimits(3)=15 00034 MatchInfo(0)="Botpack.RatedMatchChal1" 00035 MatchInfo(1)="Botpack.RatedMatchChal2" 00036 MatchInfo(2)="Botpack.RatedMatchChal3" 00037 MatchInfo(3)="Botpack.RatedMatchChal4" 00038 }