/* XBlast 2.5.3 (2.6) level                                 */
/* Level edited with BlastEd - (C)1998-1999 by Yves Bresson */
/* email: yves.bresson@epfl.ch                              */
/* website: http://get.to/xblast                            */

static BMPosition SemiLocalCommunication_Draw[] = {
{6,7}, {7,7}, {7,8}, {6,8} };

static BMPosition SemiLocalCommunication_Dele[] = {
{1,2}, {2,2}, {3,2}, {4,2}, {5,2}, {6,2}, {7,2}, {8,2}, {9,2}, {10,2}, {11,2}, {11,3}, {10,3}, {9,3}, {8,3}, {7,3}, {6,3}, {5,3}, {4,3}, {3,3}, {2,3}, {1,3}, {4,4}, {4,5}, {5,4}, {5,5}, {8,4}, {8,5}, {9,4}, {9,5}, {9,6}, {8,6}, {8,9}, {9,9}, {9,10}, {9,11}, {8,11}, {8,10}, {5,10}, {5,11}, {4,10}, {4,11}, {2,12}, {2,13}, {1,12}, {1,13}, {1,4}, {1,5}, {1,6}, {1,7}, {1,8}, {1,9}, {1,10}, {1,11}, {3,12}, {3,13}, {4,12}, {4,13}, {5,13}, {5,12}, {6,12}, {6,13}, {7,13}, {7,12}, {8,12}, {8,13}, {9,12}, {9,13}, {10,13}, {11,13}, {11,12}, {10,12}, {4,6}, {5,6}, {4,9}, {5,9} };

static BMLevelData SemiLocalCommunication =
{
  /* BMLevel */
  {
    "Semi-local Communication",
    "Pierre `in your back' Laroche",
    "xblast.useSemiLocalCommunication",
    "Remember: you're part of a multi-agents system.",
    GM_2_Player | GM_23456_Player | GM_All,
    (void *) &SemiLocalCommunication,
    NULL,
  },
  /* BMShrinkData */
  {
    shrink_void,
    {GAME_TIME/4, 4, SemiLocalCommunication_Draw},
    {GAME_TIME/4, 76, SemiLocalCommunication_Dele},
  },
  /* BMFuncData */
  {
    special_init_special_bombs_30,
    special_game_void,
    special_extra_life,
    special_key_special_bomb,
  },
  /* BMPlayerData */
  {
    5, 4,
    {
      {3,4},
      {3,11},
      {7,4},
      {7,11},
      {11,4},
      {11,11},
    },
    PM_Polar, 2,
    Healthy, Healthy, IF_Kick,
  },
  /* BMBombData */
  {
    bomb_click_none, bomb_click_none, bomb_click_thru,
    GoStop, FUSEnormal,
    BMTnapalm, BMTrenovation, BMTnormal,
  },
  /* BMGraphicsData */
  {
    {
      { "mr_beam_free", "Blue", "PaleGreen", "Blue" },
      { "mr_beam_free", "Blue", "PaleGreen", "Blue" },
      { "temple", "Black", "DarkGreen", "Blue" },
      { "temple", "Black", "DarkGreen", "Blue" },
      { "chess_sphere", "Black", "PapayaWhip", "CornflowerBlue" },
      { "chess_sphere_O", "Black", "PapayaWhip", "CornflowerBlue" },
      EXTRA_BOMB,
      EXTRA_RANGE,
      EXTRA_TRAP,
      EXTRA_LIFE,
      { "score_floor", "Black", "RoyalBlue", "RoyalBlue" },
    },
  },
  /* BMMapData */
  {
    ShadowFull, DEnone,
    { 0, 0, 0, 0, 0 },
    {
      { B,B,B,B,B,B,B,B,B,B,B,B,B, },
      { B,q,r,b,s,b,r,b,s,b,r,q,B, },
      { B,B,B,B,B,B,B,B,B,B,B,B,B, },
      { B,B,B,B,B,B,B,B,B,B,B,B,B, },
      { B,B,_,_,B,B,_,_,B,B,_,_,B, },
      { B,B,_,_,B,B,_,_,B,B,_,_,B, },
      { B,B,B,B,B,B,B,B,B,B,B,B,B, },
      { B,B,_,_,q,r,_,_,r,q,_,_,B, },
      { B,B,_,_,q,r,_,_,r,q,_,_,B, },
      { B,B,B,B,B,B,B,B,B,B,B,B,B, },
      { B,B,_,_,B,B,_,_,B,B,_,_,B, },
      { B,B,_,_,B,B,_,_,B,B,_,_,B, },
      { B,B,B,B,B,B,B,B,B,B,B,B,B, },
      { B,B,B,B,B,B,B,B,B,B,B,B,B, },
      { B,B,B,B,B,B,B,B,B,B,B,B,B, },
    },
  },
};

/* end of file */