Quellcode durchsuchen

Fix guards composition of Pyramids

Ivan Savenko vor 1 Jahr
Ursprung
Commit
26d22d0d9d
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  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,