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

Add some non-zero value treasures to fix empty zones.

This commit is contained in:
Tomasz Zieliński 2023-04-29 11:48:47 +02:00
parent 17c9dc3115
commit 67c5381ae8

View File

@ -112,9 +112,8 @@
"matchTerrainToTown" : false,
"treasure" :
[
{ "min" : 0, "max" : 0, "density" : 1 },
{ "min" : 0, "max" : 0, "density" : 1 },
{ "min" : 0, "max" : 0, "density" : 1 }
{ "min" : 100, "max" : 1000, "density" : 10 },
{ "min" : 1000, "max" : 3000, "density" : 1 }
]
},
"12" :