mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
Enchanters, sharpshooters and dragons are not "special" and should normally spawn on the map.
This commit is contained in:
parent
b99d6f862d
commit
16aa230dd1
@ -64,7 +64,6 @@
|
|||||||
},
|
},
|
||||||
"azureDragon" :
|
"azureDragon" :
|
||||||
{
|
{
|
||||||
"special" : true,
|
|
||||||
"index": 132,
|
"index": 132,
|
||||||
"level": 10,
|
"level": 10,
|
||||||
"faction": "neutral",
|
"faction": "neutral",
|
||||||
@ -107,7 +106,6 @@
|
|||||||
},
|
},
|
||||||
"crystalDragon" :
|
"crystalDragon" :
|
||||||
{
|
{
|
||||||
"special" : true,
|
|
||||||
"index": 133,
|
"index": 133,
|
||||||
"level": 10,
|
"level": 10,
|
||||||
"faction": "neutral",
|
"faction": "neutral",
|
||||||
@ -141,7 +139,6 @@
|
|||||||
},
|
},
|
||||||
"fairieDragon" :
|
"fairieDragon" :
|
||||||
{
|
{
|
||||||
"special" : true,
|
|
||||||
"index": 134,
|
"index": 134,
|
||||||
"level": 8,
|
"level": 8,
|
||||||
"faction": "neutral",
|
"faction": "neutral",
|
||||||
@ -239,7 +236,6 @@
|
|||||||
},
|
},
|
||||||
"rustDragon" :
|
"rustDragon" :
|
||||||
{
|
{
|
||||||
"special" : true,
|
|
||||||
"index": 135,
|
"index": 135,
|
||||||
"level": 10,
|
"level": 10,
|
||||||
"faction": "neutral",
|
"faction": "neutral",
|
||||||
@ -277,7 +273,6 @@
|
|||||||
},
|
},
|
||||||
"enchanter" :
|
"enchanter" :
|
||||||
{
|
{
|
||||||
"special" : true,
|
|
||||||
"index": 136,
|
"index": 136,
|
||||||
"level": 6,
|
"level": 6,
|
||||||
"extraNames": [ "enchanters" ],
|
"extraNames": [ "enchanters" ],
|
||||||
@ -357,7 +352,6 @@
|
|||||||
},
|
},
|
||||||
"sharpshooter" :
|
"sharpshooter" :
|
||||||
{
|
{
|
||||||
"special" : true,
|
|
||||||
"index": 137,
|
"index": 137,
|
||||||
"level": 4,
|
"level": 4,
|
||||||
"extraNames": [ "sharpshooters" ],
|
"extraNames": [ "sharpshooters" ],
|
||||||
|
Loading…
Reference in New Issue
Block a user