|
@@ -60,7 +60,11 @@
|
|
|
``` javascript
|
|
|
{
|
|
|
// Type of this zone. Possible values are:
|
|
|
- // "playerStart", "cpuStart", "treasure", "junction", "sealed"
|
|
|
+ // "playerStart" - Starting zone for a "human or CPU" players
|
|
|
+ // "cpuStart" - Starting zone for "CPU only" players
|
|
|
+ // "treasure" - Generic neutral zone
|
|
|
+ // "junction" - Neutral zone with narrow passages only. The rest of area is filled with obstacles.
|
|
|
+ // "sealed" - Decorative impassable zone completely filled with obstacles
|
|
|
"type" : "playerStart",
|
|
|
|
|
|
// relative size of zone
|