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

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

This commit is contained in:
DjWarmonger 2015-04-05 12:35:26 +02:00
parent 0914bb3edf
commit df80c50106

View File

@ -351,7 +351,15 @@
"types" : {
"object" : {
"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" : {
"value" : 100,
"rarity" : 100,
"zoneLimit" : 1
}
}
}