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/Battlefield_Format.md
Laserlicht 277a0e63d8 update docs
2024-05-06 00:46:21 +02:00

563 B

	// Human-readable name of the battlefield
	"name" : ""
	
	// If set to true, obstacles will be taken from "specialBattlefields" property of an obstacle
	// If set to false, obstacles will be taken from "allowedTerrains" instead
	"isSpecial" : false
	
	// List of bonuses that will affect all battles on this battlefield
	"bonuses" : { BONUS_FORMAT }
	
	// Background image for this battlefield
	"graphics" : ""
	
	// List of battle hexes that will be always blocked on this battlefield (e.g. ship to ship battles)
	"impassableHexes" : [ 10, 20, 50 ]