mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	
		
			
				
	
	
	
		
			346 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			346 B
		
	
	
	
	
	
	
	
Road Format
Format
"newRoad" :
{
	// Two-letters unique identifier for this road. Used in map format
	"shortIdentifier" : "mr",
	
	// Human-readable name of the road
	"text" : "My Road",
	
	// Name of file with road graphics
	"tilesFilename" : "myRoad.def"
	
	// How many movement points needed to move hero
	"moveCost" : 66
}