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:
parent
478a1b8dfd
commit
4e72978abd
@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -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" : {
|
||||
|
@ -389,6 +389,9 @@
|
||||
"value" : 100,
|
||||
"rarity" : 100
|
||||
}
|
||||
},
|
||||
"object1" : {//WoG?
|
||||
"index" : 1
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user