mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
config\creatures\neutral.json syntax fix
This commit is contained in:
parent
48e7b7d805
commit
67450dfed6
@ -117,13 +117,13 @@
|
||||
{
|
||||
"type" : "DRAGON_NATURE"
|
||||
},
|
||||
"crystals" :
|
||||
"crystals" :
|
||||
{
|
||||
"type" : "GENERATE_RESOURCE",
|
||||
"subtype" : "resource.crystal"
|
||||
"subtype" : "resource.crystal",
|
||||
"val" : 1,
|
||||
"propagator" : "HERO"
|
||||
}
|
||||
},
|
||||
"FLYING_ARMY" : null
|
||||
},
|
||||
"graphics" :
|
||||
|
Loading…
Reference in New Issue
Block a user