From 4e72978abdb0505184f65114fb1436e0634a166a Mon Sep 17 00:00:00 2001 From: AlexVinS Date: Wed, 10 Jun 2015 23:59:13 +0300 Subject: [PATCH] Add some missing object subtypes, (found on test map VCMI_Tests_2011b.h3m) --- config/objects/generic.json | 8 +++++++- config/objects/moddables.json | 1 + config/objects/rewardable.json | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/config/objects/generic.json b/config/objects/generic.json index f8cf7a25a..b44c0bbd8 100644 --- a/config/objects/generic.json +++ b/config/objects/generic.json @@ -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 } } }, diff --git a/config/objects/moddables.json b/config/objects/moddables.json index a76f4dd1c..a70e72bcd 100644 --- a/config/objects/moddables.json +++ b/config/objects/moddables.json @@ -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" : { diff --git a/config/objects/rewardable.json b/config/objects/rewardable.json index 2498e1d19..ca7115602 100644 --- a/config/objects/rewardable.json +++ b/config/objects/rewardable.json @@ -389,6 +389,9 @@ "value" : 100, "rarity" : 100 } + }, + "object1" : {//WoG? + "index" : 1 } } },