mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-26 03:52:01 +02:00
Merge pull request #2097 from vcmi/fix_3SM3d
Add some non-zero value treasures to fix empty zones
This commit is contained in:
commit
b0a11ac9d6
@ -112,9 +112,8 @@
|
|||||||
"matchTerrainToTown" : false,
|
"matchTerrainToTown" : false,
|
||||||
"treasure" :
|
"treasure" :
|
||||||
[
|
[
|
||||||
{ "min" : 0, "max" : 0, "density" : 1 },
|
{ "min" : 100, "max" : 1000, "density" : 10 },
|
||||||
{ "min" : 0, "max" : 0, "density" : 1 },
|
{ "min" : 1000, "max" : 3000, "density" : 1 }
|
||||||
{ "min" : 0, "max" : 0, "density" : 1 }
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"12" :
|
"12" :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user