From ff6638b9f9f5a8fdba64f774863de026eda5acce Mon Sep 17 00:00:00 2001 From: DjWarmonger Date: Mon, 25 May 2015 09:53:32 +0200 Subject: [PATCH] Rogues now grant expert Vision effect. --- config/creatures/neutral.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/config/creatures/neutral.json b/config/creatures/neutral.json index 5272e0089..dc00f9ba0 100644 --- a/config/creatures/neutral.json +++ b/config/creatures/neutral.json @@ -494,6 +494,33 @@ "index": 143, "level": 2, "faction": "neutral", + "abilities": + { + "visionsMonsters" : + { + "type" : "VISIONS", + "subtype" : 0, + "val" : 3, + "valueType" : "INDEPENDENT_MAX", + "propagator" : "HERO" + }, + "visionsHeroes" : + { + "type" : "VISIONS", + "subtype" : 1, + "val" : 3, + "valueType" : "INDEPENDENT_MAX", + "propagator" : "HERO" + }, + "visionsTowns" : + { + "type" : "VISIONS", + "subtype" : 2, + "val" : 3, + "valueType" : "INDEPENDENT_MAX", + "propagator" : "HERO" + } + }, "graphics" : { "animation": "CROGUE.DEF"