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

349 lines
3.3 KiB
JSON

{
"version": 1,
"id": "level-new",
"name": "First Blood",
"campaignId": null,
"missionIndex": 0,
"width": 12,
"height": 20,
"cellSize": 64,
"walls": [
[
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
],
[
1,
0,
0,
0,
0,
3,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
3,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
3,
0,
0,
0,
0,
0,
1
],
[
1,
3,
3,
3,
3,
3,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
3,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
3,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
3,
1,
0,
1,
1,
1,
1
],
[
1,
3,
3,
3,
3,
3,
2,
0,
2,
2,
2,
2
],
[
1,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
2
],
[
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2
],
[
1,
2,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2
],
[
1,
2,
0,
0,
2,
2,
0,
0,
0,
0,
0,
4
],
[
1,
2,
0,
0,
2,
4,
0,
0,
0,
0,
0,
4
],
[
1,
2,
0,
0,
2,
4,
0,
0,
0,
0,
0,
4
],
[
1,
2,
0,
0,
2,
4,
0,
0,
0,
0,
0,
4
],
[
1,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
4
],
[
1,
2,
2,
2,
2,
4,
4,
4,
4,
4,
4,
4
]
],
"playerStart": {
"x": 1.5,
"y": 1.5,
"angle": 0
},
"doors": [
{
"x": 5,
"y": 3,
"orientation": "vertical"
},
{
"x": 5,
"y": 7,
"orientation": "vertical"
},
{
"x": 7,
"y": 9,
"orientation": "vertical"
},
{
"x": 4,
"y": 18,
"orientation": "vertical"
}
],
"enemies": [
{
"type": "guard",
"x": 2.5,
"y": 18.5,
"facing": 180,
"patrol": [
{
"x": 2.5,
"y": 12.5
},
{
"x": 3.5,
"y": 12.5
},
{
"x": 3.5,
"y": 18.5
}
]
}
],
"items": [],
"exit": {
"x": 10.5,
"y": 14.5,
"radius": 0.6
},
"briefing": []
}