mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fix duplicated randomResource object
This commit is contained in:
@@ -653,19 +653,6 @@
|
|||||||
},
|
},
|
||||||
"randomDwelling" : { "index" :216, "handler": "randomDwelling", "types" : { "object" : { "index" : 0} } },
|
"randomDwelling" : { "index" :216, "handler": "randomDwelling", "types" : { "object" : { "index" : 0} } },
|
||||||
|
|
||||||
"randomResource" : {
|
|
||||||
"index" :76,
|
|
||||||
"handler": "randomResource",
|
|
||||||
"types" : {
|
|
||||||
"object" : {
|
|
||||||
"index" : 0,
|
|
||||||
"templates" : {
|
|
||||||
"normal" : { "animation" : "AVTrndm0", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"randomArtifact" : {
|
"randomArtifact" : {
|
||||||
"index" :65,
|
"index" :65,
|
||||||
"handler": "randomArtifact",
|
"handler": "randomArtifact",
|
||||||
|
@@ -53,7 +53,7 @@
|
|||||||
"randomResource":
|
"randomResource":
|
||||||
{
|
{
|
||||||
"index" :76,
|
"index" :76,
|
||||||
"handler": "resource",
|
"handler": "randomResource",
|
||||||
"base" : {
|
"base" : {
|
||||||
"base" : {
|
"base" : {
|
||||||
"visitableFrom" : [ "+++", "+-+", "+++" ],
|
"visitableFrom" : [ "+++", "+-+", "+++" ],
|
||||||
@@ -69,9 +69,10 @@
|
|||||||
},
|
},
|
||||||
"templates" :
|
"templates" :
|
||||||
{
|
{
|
||||||
"res" :
|
"normal" : {
|
||||||
{
|
"animation" : "AVTrndm0",
|
||||||
"animation" : "AVTrndm0.def"
|
"visitableFrom" : [ "+++", "+-+", "+++" ],
|
||||||
|
"mask" : [ "VV", "VA"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user