mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Add some non-zero value treasures to fix empty zones.
This commit is contained in:
@@ -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" :
|
||||
|
Reference in New Issue
Block a user