fertig-classic-games/assets/gamedata/wolfenstein/level-e1m1.json

194 lines
1.9 KiB
JSON

{
"version": 1,
"id": "e1m1",
"name": "First Blood",
"campaignId": "episode1",
"missionIndex": 0,
"width": 12,
"height": 10,
"cellSize": 64,
"walls": [
[
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
],
[
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
1,
1,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1
],
[
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
],
"playerStart": {
"x": 1.5,
"y": 1.5,
"angle": 0
},
"doors": [
{
"x": 4,
"y": 3,
"orientation": "vertical"
}
],
"enemies": [
{
"type": "guard",
"x": 8.5,
"y": 1.5,
"facing": 180
}
],
"items": [
{
"type": "ammo",
"x": 3.5,
"y": 7.5
},
{
"type": "health",
"x": 9.5,
"y": 7.5
}
],
"exit": {
"x": 10.5,
"y": 1.5,
"radius": 0.6
},
"briefing": [
"Clear the outpost.",
"Find the exit."
]
}