mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-21 17:17:06 +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
|
|
}
|
|
}
|