mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			728 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			728 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "waterRiver":
 | |
|     {
 | |
|         "index": 1,
 | |
|         "text" : "Water river",
 | |
|         "shortIdentifier": "rw", //must be 2 characters
 | |
|         "tilesFilename": "clrrvr",
 | |
|         "delta": "clrdelt"
 | |
|     },
 | |
|     "iceRiver":
 | |
|     {
 | |
|         "index": 2,
 | |
|         "text" : "Ice river",
 | |
|         "shortIdentifier": "ri",
 | |
|         "tilesFilename": "icyrvr",
 | |
|         "delta": "icedelt"
 | |
|     },
 | |
|     "mudRiver":
 | |
|     {
 | |
|         "index": 3,
 | |
|         "text" : "Mud river",
 | |
|         "shortIdentifier": "rm",
 | |
|         "tilesFilename": "mudrvr",
 | |
|         "delta": "muddelt"
 | |
|     },
 | |
|     "lavaRiver":
 | |
|     {
 | |
|         "index": 4,
 | |
|         "text" : "Lava river",
 | |
|         "shortIdentifier": "rl",
 | |
|         "tilesFilename": "lavrvr",
 | |
|         "delta": "lavdelt"
 | |
|     }
 | |
| }
 |