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

Add some missing object subtypes, (found on test map VCMI_Tests_2011b.h3m)

This commit is contained in:
AlexVinS 2015-06-10 23:59:13 +03:00
parent 478a1b8dfd
commit 4e72978abd
3 changed files with 11 additions and 1 deletions

View File

@ -235,7 +235,10 @@
"value" : 3000,
"rarity" : 100
}
}
},
"object1":{ //WoG?
"index" :1
}
}
},
"eyeOfTheMagi" : {
@ -388,6 +391,9 @@
"value" : 1500,
"rarity" : 80
}
},
"object1" : { //WoG?
"index" : 1
}
}
},

View File

@ -190,6 +190,7 @@
"crystalCavern" : { "index" : 4, "rmg" : { "value" : 3500 } },
"gemPond" : { "index" : 5, "rmg" : { "value" : 3500 } },
"goldMine" : { "index" : 6, "rmg" : { "value" : 7000 } },
"abandoned" : { "index" : 7}
}
},
"abandonedMine" : {

View File

@ -389,6 +389,9 @@
"value" : 100,
"rarity" : 100
}
},
"object1" : {//WoG?
"index" : 1
}
}
},