5 /* the number of stages for this map */ /***************** * STAGE 1 - Waves at the Blacksmiths, Flamethrower time! :) *****************/ /* time to complete stage */ 50 /* completion bonus */ 0 /* health bonus */ 0 /* mana bonus */ 0 /* time bonus */ 200 /* ammo bonus */ 10000 /* grade B */ 15000 /* grade A */ 25000 /* map type */ KILL /* death bonus */ 250 /* arm removal */ 100 /* leg removal */ 150 /* head removal */ 200 /* combo bonus */ 250 /***************** * STAGE 2 - 10 Pig Bowling. *****************/ /* time to complete stage */ 110 /* completion bonus */ 0 /* health bonus */ 10 /* mana bonus */ 0 /* time bonus */ 150 /* ammo bonus */ 200 /* grade B */ 9000 /* grade A */ 13000 /* map type */ KILL /* death bonus */ 250 /* arm removal */ 100 /* leg removal */ 150 /* head removal */ 200 /* combo bonus */ 250 /***************** * STAGE 3 - Incoming *****************/ /* time to complete stage */ 180 /* completion bonus */ 0 /* health bonus */ 20 /* mana bonus */ 0 /* time bonus */ 100 /* ammo bonus */ 200 /* grade B */ 24000 /* grade A */ 30000 /* map type */ KILL /* death bonus */ 250 /* arm removal */ 100 /* leg removal */ 150 /* head removal */ 200 /* combo bonus */ 250 /***************** * STAGE 4 - Wipe out the Waves *****************/ /* time to complete stage */ 60 /* completion bonus */ 0 /* health bonus */ 10 /* mana bonus */ 0 /* time bonus */ 5 /* ammo bonus */ 2000 /* grade B */ 18000 /* grade A */ 25000 /* map type */ KILL /* death bonus */ 250 /* arm removal */ 100 /* leg removal */ 150 /* head removal */ 200 /* combo bonus */ 250 /***************** * STAGE 5 - Point to Point *****************/ /* time to complete stage */ 150 /* completion bonus */ 0 /* health bonus */ 20 /* mana bonus */ 0 /* time bonus */ 400 /* ammo bonus */ 400 /* grade B */ 30000 /* grade A */ 37500 /* map type */ KILL /* death bonus */ 250 /* arm removal */ 100 /* leg removal */ 150 /* head removal */ 200 /* combo bonus */ 250