1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Fixed template with no starting towns for players 3 and 4.

This commit is contained in:
Tomasz Zieliński
2023-10-29 09:35:38 +01:00
parent 07dac8b6d4
commit b0830a837b

View File

@@ -2,7 +2,8 @@
"2SM2i(2)" :
{
"minSize" : "s", "maxSize" : "m+u",
"players" : "2-4",
"players" : "2",
"cpu": "1-2",
"zones" :
{
"1" :
@@ -32,7 +33,7 @@
},
"3" :
{
"type" : "playerStart",
"type" : "treasure",
"size" : 11,
"monsters" : "normal",
"minesLikeZone" : 1,
@@ -54,7 +55,7 @@
},
"5" :
{
"type" : "playerStart",
"type" : "treasure",
"size" : 11,
"monsters" : "normal",
"neutralTowns" : { "towns" : 1 },