浏览代码

Better docs

Tomasz Zieliński 11 月之前
父节点
当前提交
b3b525d282
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      docs/modders/Random_Map_Template.md

+ 5 - 1
docs/modders/Random_Map_Template.md

@@ -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