1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Fixed golems' level

Gold and Diamond golems' level changed from 4 and 5 to 5 and 6.
https://heroes.thelazy.net/index.php/Diamond_Golem and some other source I found state that the ones from that PR are correct
This commit is contained in:
Olegmods
2025-11-19 22:34:52 +03:00
committed by GitHub
parent 2db925347e
commit 744be1d4a6

View File

@@ -3,7 +3,7 @@
"goldGolem" :
{
"index": 116,
"level": 4,
"level": 5,
"faction": "neutral",
"abilities":
{
@@ -36,7 +36,7 @@
"diamondGolem" :
{
"index": 117,
"level": 5,
"level": 6,
"faction": "neutral",
"abilities":
{