Browse Source

Limit morale / bonusing objects to one per zone

Tomasz Zieliński 2 years ago
parent
commit
f4dc8e6529
2 changed files with 3 additions and 0 deletions
  1. 1 0
      config/objects/generic.json
  2. 2 0
      config/objects/rewardableBonusing.json

+ 1 - 0
config/objects/generic.json

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

+ 2 - 0
config/objects/rewardableBonusing.json

@@ -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
 				},