mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			52 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"roe" :
 | |
| 	{
 | |
| 		"images" : [ {"x": 0, "y": 0, "name":"CAMPBACK"} ],
 | |
| 		"exitbutton" : {"x": 658, "y": 482, "name":"CMPSCAN" },
 | |
| 		"items":
 | |
| 		[
 | |
| 			{ "id": 1, "x":90,  "y":72,  "file":"DATA/GOOD1",    "image":"CAMPGD1S", "video":"CGOOD1",   "requires": []        },
 | |
| 			{ "id": 2, "x":539, "y":72,  "file":"DATA/EVIL1",    "image":"CAMPEV1S", "video":"CEVIL1",   "requires": []        },
 | |
| 			{ "id": 3, "x":43,  "y":245, "file":"DATA/GOOD2",    "image":"CAMPGD2S", "video":"CGOOD2",   "requires": [1, 2, 4] },
 | |
| 			{ "id": 4, "x":313, "y":244, "file":"DATA/NEUTRAL1", "image":"CAMPNEUS", "video":"CNEUTRAL", "requires": []        },
 | |
| 			{ "id": 5, "x":586, "y":246, "file":"DATA/EVIL2",    "image":"CAMPEV2S", "video":"CEVIL2",   "requires": [1, 2, 4] },
 | |
| 			{ "id": 6, "x":34,  "y":417, "file":"DATA/GOOD3",    "image":"CAMPGD3S", "video":"CGOOD3",   "requires": [3, 5]    },
 | |
| 			{ "id": 7, "x":404, "y":414, "file":"DATA/SECRET1",  "image":"CAMPSCTS", "video":"CSECRET",  "requires": [6]       }
 | |
| 		]
 | |
| 	},
 | |
| 	"ab" :
 | |
| 	{
 | |
| 		"images" :
 | |
| 		[
 | |
| 			{"x": 0,   "y": 0,   "name":"CAMPBACK"},
 | |
| 			{"x": 34,  "y": 417, "name":"CAMP1FWX"},//one campaign have special inactive image
 | |
| 			{"x": 385, "y": 401, "name":"CAMPNOSC"},//and the last one is not present
 | |
| 		],
 | |
| 		"exitbutton" : {"x": 658, "y": 482, "name":"CMPSCAN" },
 | |
| 		"items":
 | |
| 		[
 | |
| 			{ "id": 1, "x":90,  "y":72,  "file":"DATA/AB",       "image":"CAMP1AB7", "video":"C1ab7", "requires": []              },
 | |
| 			{ "id": 2, "x":539, "y":72,  "file":"DATA/BLOOD",    "image":"CAMP1DB2", "video":"C1db2", "requires": []              },
 | |
| 			{ "id": 3, "x":43,  "y":245, "file":"DATA/SLAYER",   "image":"CAMP1DS1", "video":"C1ds1", "requires": []              },
 | |
| 			{ "id": 4, "x":313, "y":244, "file":"DATA/FESTIVAL", "image":"CAMP1FL3", "video":"C1fl3", "requires": []              },
 | |
| 			{ "id": 5, "x":586, "y":246, "file":"DATA/FIRE",     "image":"CAMP1PF2", "video":"C1pf2", "requires": []              },
 | |
| 			{ "id": 6, "x":34,  "y":417, "file":"DATA/FOOL",     "image":"CAMP1FW1", "video":"C1fw1", "requires": [1, 2, 3, 4, 5] }
 | |
| 		]
 | |
| 	},
 | |
| 	"sod":
 | |
| 	{
 | |
| 		"images" : [ {"x": 0, "y": 0, "name":"CAMPBKX2"} ],
 | |
| 		"exitbutton" : {"x": 658, "y": 482, "name":"CMPSCAN" },
 | |
| 		"items":
 | |
| 		[
 | |
| 			{ "id": 1, "x":90,  "y":72,  "file":"DATA/GEM",      "image":"CAMPNB1", "video":"NEW",     "requires": []           },
 | |
| 			{ "id": 2, "x":539, "y":72,  "file":"DATA/GELU",     "image":"CAMPEL1", "video":"ELIXIR",  "requires": []           },
 | |
| 			{ "id": 3, "x":43,  "y":245, "file":"DATA/CRAG",     "image":"CAMPHS1", "video":"HACK",    "requires": []           },
 | |
| 			{ "id": 4, "x":313, "y":244, "file":"DATA/SANDRO",   "image":"CAMPRN1", "video":"RISE",    "requires": [1, 2, 3, 5] },
 | |
| 			{ "id": 5, "x":586, "y":246, "file":"DATA/YOG",      "image":"CAMPBB1", "video":"BIRTH",   "requires": []           },
 | |
| 			{ "id": 6, "x":34,  "y":417, "file":"DATA/FINAL",    "image":"CAMPUA1", "video":"UNHOLY",  "requires": [4]          },
 | |
| 			{ "id": 7, "x":404, "y":414, "file":"DATA/SECRET",   "image":"CAMPSP1", "video":"SPECTRE", "requires": [6]          }
 | |
| 		]
 | |
| 	}
 | |
| }
 |