1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +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" : "goldGolem" :
{ {
"index": 116, "index": 116,
"level": 4, "level": 5,
"faction": "neutral", "faction": "neutral",
"abilities": "abilities":
{ {
@@ -36,7 +36,7 @@
"diamondGolem" : "diamondGolem" :
{ {
"index": 117, "index": 117,
"level": 5, "level": 6,
"faction": "neutral", "faction": "neutral",
"abilities": "abilities":
{ {