1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/config/terrains.json

53 lines
970 B
JSON

{
// Terrains properties related to heroes - ordered by faction (0 to 8)
// cost: ??
// native: native terrain for the faction
"terrains": [
{
"costs": [ 100, 150, 100, 150, 175, 125, 100, 100, 100, -1 ],
"native": 2
},
{
"costs": [ 100, 150, 100, 150, 175, 125, 100, 100, 100, -1 ],
"native": 2
},
{
"costs": [ 100, 150, 100, 100, 175, 125, 100, 100, 100, -1 ],
"native": 3
},
{
"costs": [ 100, 150, 100, 150, 175, 125, 100, 100, 100, -1 ],
"native": 7
},
{
"costs": [ 100, 150, 100, 150, 175, 125, 100, 100, 100, -1 ],
"native": 0
},
{
"costs": [ 100, 150, 100, 150, 175, 125, 100, 100, 100, -1 ],
"native": 6
},
{
"costs": [ 100, 150, 100, 150, 175, 100, 100, 100, 100, -1 ],
"native": 5
},
{
"costs": [ 100, 150, 100, 150, 100, 125, 100, 100, 100, -1 ],
"native": 4
},
{
"costs": [ 100, 150, 100, 150, 175, 125, 100, 100, 100, -1 ],
"native": 2
}
]
}