Skip to content

Instantly share code, notes, and snippets.

@amhed
Created October 2, 2013 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amhed/6801360 to your computer and use it in GitHub Desktop.
Save amhed/6801360 to your computer and use it in GitHub Desktop.
{
   "@name": "WasteLands",
   "@tilesPerRow": "50",
   "@tilesPerColumn": "50",
   "@PixelsPerTile": "60",
   "tileType": [
      {
         "@name": "gold",
         "@weight": "10"
      },
      {
         "@name": "dirt",
         "@weight": "90"
      },
      {
         "@name": "rock",
         "@weight": "10"
      },
      {
         "@name": "lava",
         "@weight": "15"
      }
   ],
   "entity": {
      "@name": "Door",
      "@WarpTo": "4,7",
      "@Destination": "Meadows",
      "@position": "11,14"
   },
   "agent": [
      {
         "@name": "Hero"
      },
      {
         "@name": "Dark Elf",
         "@position": "4,4",
         "@canMove": "true",
         "@movementSpeed": "1.0",
         "@behavior": "INDIFFERENCE"
      },
      {
         "@name": "Dark Elf",
         "@position": "11,10",
         "@canMove": "false",
         "@behavior": "HATE",
         "@movementSpeed": "1.0",
         "@conditionalHealth": "1500"
      },
      {
         "@name": "Dark Elf",
         "@position": "12,14",
         "@canMove": "true",
         "@updateAlways": "true",
         "@behavior": "FEAR",
         "@movementSpeed": "0.3",
         "@conditionalHealth": "1500"
      }
   ],
   "item": [
      {
         "@name": "Torch",
         "@position": "4,1"
      },
      {
         "@name": "Torch",
         "@position": "21,10"
      },
      {
         "@name": "Torch",
         "@position": "11,14"
      },
      {
         "@name": "Torch",
         "@position": "14,4"
      },
      {
         "@name": "Health Potion",
         "@position": "4,3"
      },
      {
         "@name": "Helmet Of True Striking",
         "@position": "20,20"
      },
      {
         "@name": "Gauntlets of Ogre Strength",
         "@position": "11,11"
      }
   ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment