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

Limit morale / bonusing objects to one per zone

This commit is contained in:
Tomasz Zieliński 2023-06-10 14:58:50 +02:00
parent 8ef25155df
commit f4dc8e6529
2 changed files with 3 additions and 0 deletions

View File

@ -511,6 +511,7 @@
"index" : 0,
"aiValue" : 100,
"rmg" : {
"zoneLimit" : 1,
"mapLimit" : 32,
"value" : 100,
"rarity" : 20

View File

@ -15,6 +15,7 @@
"index" : 0,
"aiValue" : 100,
"rmg" : {
"zoneLimit" : 1,
"value" : 100,
"rarity" : 100
},
@ -253,6 +254,7 @@
"index" : 0,
"aiValue" : 100,
"rmg" : {
"zoneLimit" : 1,
"value" : 100,
"rarity" : 20
},