浏览代码

Fix guards composition of Pyramids

Ivan Savenko 1 年之前
父节点
当前提交
26d22d0d9d
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      config/objects/creatureBanks.json

+ 1 - 2
config/objects/creatureBanks.json

@@ -1055,9 +1055,8 @@
 					{
 						"chance": 100,
 						"guards": [
-							{ "amount": 20, "type": "goldGolem" },
+							{ "amount": 40, "type": "goldGolem" },
 							{ "amount": 10, "type": "diamondGolem" },
-							{ "amount": 20, "type": "goldGolem" },
 							{ "amount": 10, "type": "diamondGolem" }
 						],
 						"combat_value": 786,