1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00
Files
vcmi/docs/modders/Map_Objects/Mine.md
Laserlicht e1eba7c231 docs
2025-10-04 17:35:59 +02:00

555 B

Mine

Currently only one mine per resource allowed.

Beside the common parameters from Map Object Format there are some additional parameters:

{
	/// produced resource
	"resource" : "mithril",

	/// amount of resources produced each day
	"defaultQuantity" : 1,

	/// displayed name of mine
	"name" : "name text",

	/// displayed description of mine (for popup)
	"description" : "description text",

	/// Image showed on kingdom overview (animation; only frame 0 displayed)
	"kingdomOverviewImage" : "image.def"
}