1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Fix guards composition of Pyramids

This commit is contained in:
Ivan Savenko 2023-11-21 21:24:06 +02:00
parent 9d298f42c3
commit 26d22d0d9d

View File

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