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:
parent
17c9dc3115
commit
67c5381ae8
@ -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" :
|
||||
|
Loading…
Reference in New Issue
Block a user