From 5118a642bc6c51ccc811e3be0db4bad26134f56a Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Fri, 16 Jun 2023 13:21:24 +0300 Subject: [PATCH] Fix duplicated randomResource object --- config/objects/generic.json | 13 ------------- config/objects/moddables.json | 9 +++++---- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/config/objects/generic.json b/config/objects/generic.json index 9dfa2ade0..602f314cc 100644 --- a/config/objects/generic.json +++ b/config/objects/generic.json @@ -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", diff --git a/config/objects/moddables.json b/config/objects/moddables.json index bb48baadf..da0b7e793 100644 --- a/config/objects/moddables.json +++ b/config/objects/moddables.json @@ -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"] } } }