1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-25 21:38:59 +02:00

Fix list of possible resources given by some objects, e.g. windmills

This commit is contained in:
Ivan Savenko 2023-07-30 12:31:35 +03:00
parent a73146751c
commit 5776e171c4
3 changed files with 4 additions and 4 deletions

View File

@ -151,7 +151,7 @@
"message" : 170,
"resources" : [
{
"list" : [ "ore", "mercury", "gems", "sulfur", "crystal" ],
"anyOf" : [ "ore", "mercury", "gems", "sulfur", "crystal" ],
"min" : 3,
"max" : 6
}

View File

@ -27,7 +27,7 @@
"message" : 64,
"resources" : [
{
"list" : [ "wood", "ore", "mercury", "gems", "sulfur", "crystal" ],
"anyOf" : [ "wood", "ore", "mercury", "gems", "sulfur", "crystal" ],
"min" : 1,
"max" : 5
}
@ -115,7 +115,7 @@
"appearChance" : { "min" : 40, "max" : 90 },
"resources" : [
{
"list" : [ "wood", "ore", "mercury", "gems", "sulfur", "crystal" ],
"anyOf" : [ "wood", "ore", "mercury", "gems", "sulfur", "crystal" ],
"min" : 2,
"max" : 5
},

View File

@ -30,7 +30,7 @@
"removeObject" : true,
"resources" : [
{
"list" : [ "wood", "ore", "mercury", "gems", "sulfur", "crystal" ],
"anyOf" : [ "wood", "ore", "mercury", "gems", "sulfur", "crystal" ],
"min" : 4,
"max" : 6
},