mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			554 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			554 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "dirtRoad":
 | |
|     {
 | |
|         "index": 1,
 | |
|         "text" : "Dirt road",
 | |
|         "shortIdentifier": "pd", //must be 2 characters
 | |
|         "tilesFilename": "dirtrd",
 | |
|         "moveCost": 75
 | |
|     },
 | |
|     "gravelRoad":
 | |
|     {
 | |
|         "index": 2,
 | |
|         "text" : "Gravel road",
 | |
|         "shortIdentifier": "pg",
 | |
|         "tilesFilename": "gravrd",
 | |
|         "moveCost": 65
 | |
|     },
 | |
|     "cobblestoneRoad":
 | |
|     {
 | |
|         "index": 3,
 | |
|         "text" : "Cobblestone road",
 | |
|         "shortIdentifier": "pc",
 | |
|         "tilesFilename": "cobbrd",
 | |
|         "moveCost": 50
 | |
|     }
 | |
| }
 |