浏览代码

Fix outdated docs

Ivan Savenko 1 年之前
父节点
当前提交
0cd83402d3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/modders/Entities_Format/Creature_Format.md

+ 2 - 2
docs/modders/Entities_Format/Creature_Format.md

@@ -59,8 +59,8 @@ In order to make functional creature you also need:
 	// Basic growth of this creature in town or in external dwellings
 	"growth" : 0,
 	
-	// Bonus growth of this creature from built horde
-	"hordeGrowth" : 0,
+	// Bonus growth of this creature from built horde, if any
+	"horde" : 0,
 	
 	// Creature stats in battle
 	"attack" : 0,