mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +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"
|
|
}
|
|
}
|