Browse Source

Added missing Den of Thieves to RMG. Limit set to 1 per zone.

DjWarmonger 10 years ago
parent
commit
df80c50106
1 changed files with 8 additions and 0 deletions
  1. 8 0
      config/objects/generic.json

+ 8 - 0
config/objects/generic.json

@@ -351,7 +351,15 @@
 		"types" : {
 		"types" : {
 			"object" : {
 			"object" : {
 				"index" : 0,
 				"index" : 0,
+				"templates" :
+				{
+					"green" : { "animation" : "avxdent.def", "visitableFrom" : [ "---", "+++", "+++" ], "mask" : [ "VV", "BA"], "allowedTerrains":["grass", "swamp", "dirt"] },
+					"brown" : { "animation" : "avxdend0.def", "visitableFrom" : [ "---", "+++", "+++" ], "mask" : [ "VV", "BA"], "allowedTerrains":["sand", "lava", "rough", "snow", "subterranean"] },
+				},	
 				"rmg" : {
 				"rmg" : {
+					"value"		: 100,
+					"rarity"	: 100,
+					"zoneLimit"	: 1
 				}
 				}
 			}
 			}
 		}
 		}