1
0
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:
Ivan Savenko
2023-06-16 13:21:24 +03:00
parent 58661fc8ec
commit 5118a642bc
2 changed files with 5 additions and 17 deletions

View File

@@ -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",

View File

@@ -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"]
}
}
}