mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Use HoTA values for water treasures
This commit is contained in:
@@ -3,8 +3,9 @@
|
|||||||
{
|
{
|
||||||
"treasure" :
|
"treasure" :
|
||||||
[
|
[
|
||||||
{ "min" : 2000, "max" : 6000, "density" : 1 },
|
{ "min" : 4000, "max" : 12000, "density" : 1 },
|
||||||
{ "min" : 100, "max" : 1000, "density" : 5 }
|
{ "min" : 1000, "max" : 4000, "density" : 3 },
|
||||||
|
{ "min" : 100, "max" : 1000, "density" : 6 }
|
||||||
],
|
],
|
||||||
"shipyard" :
|
"shipyard" :
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user