1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00
Files
vcmi/docs/modders/Entities_Format/Road_Format.md
Laserlicht 277a0e63d8 update docs
2024-05-06 00:46:21 +02:00

332 B

Format

"newRoad" :
{
	// Two-letters unique indentifier 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
}