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

246 lines
2.5 KiB
JSON

{
"version": 1,
"id": "e1m2",
"name": "The Armory",
"campaignId": "episode1",
"missionIndex": 1,
"width": 14,
"height": 11,
"cellSize": 64,
"walls": [
[
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
],
[
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
1,
0,
0,
1,
1,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
1,
0,
0,
1,
1,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1
],
[
1,
0,
0,
0,
0,
1,
0,
0,
0,
0,
0,
0,
0,
1
],
[
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1
]
],
"playerStart": {
"x": 1.5,
"y": 1.5,
"angle": 0
},
"doors": [
{
"x": 5,
"y": 3,
"orientation": "vertical"
}
],
"enemies": [
{
"type": "guard",
"x": 10.5,
"y": 1.5,
"facing": 180
},
{
"type": "guard",
"x": 9.5,
"y": 8.5,
"facing": 180,
"patrol": [
{
"x": 7.5,
"y": 8.5
},
{
"x": 12.5,
"y": 8.5
}
]
}
],
"items": [
{
"type": "ammo",
"x": 3.5,
"y": 6.5
},
{
"type": "health",
"x": 11.5,
"y": 9.5
}
],
"exit": {
"x": 12.5,
"y": 9.5,
"radius": 0.6
},
"briefing": [
"Tougher resistance ahead.",
"The armory door only opens from this side."
]
}