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:
parent
8ef25155df
commit
f4dc8e6529
@ -511,6 +511,7 @@
|
||||
"index" : 0,
|
||||
"aiValue" : 100,
|
||||
"rmg" : {
|
||||
"zoneLimit" : 1,
|
||||
"mapLimit" : 32,
|
||||
"value" : 100,
|
||||
"rarity" : 20
|
||||
|
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user