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} } },
|
||||
|
||||
"randomResource" : {
|
||||
"index" :76,
|
||||
"handler": "randomResource",
|
||||
"types" : {
|
||||
"object" : {
|
||||
"index" : 0,
|
||||
"templates" : {
|
||||
"normal" : { "animation" : "AVTrndm0", "visitableFrom" : [ "+++", "+-+", "+++" ], "mask" : [ "VV", "VA"] }
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"randomArtifact" : {
|
||||
"index" :65,
|
||||
"handler": "randomArtifact",
|
||||
|
@@ -53,7 +53,7 @@
|
||||
"randomResource":
|
||||
{
|
||||
"index" :76,
|
||||
"handler": "resource",
|
||||
"handler": "randomResource",
|
||||
"base" : {
|
||||
"base" : {
|
||||
"visitableFrom" : [ "+++", "+-+", "+++" ],
|
||||
@@ -69,9 +69,10 @@
|
||||
},
|
||||
"templates" :
|
||||
{
|
||||
"res" :
|
||||
{
|
||||
"animation" : "AVTrndm0.def"
|
||||
"normal" : {
|
||||
"animation" : "AVTrndm0",
|
||||
"visitableFrom" : [ "+++", "+-+", "+++" ],
|
||||
"mask" : [ "VV", "VA"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user