From 7ed4abd12d9f99dd0efb37b3b4e7de517bb6998b Mon Sep 17 00:00:00 2001 From: Dydzio Date: Mon, 15 Oct 2018 21:18:44 +0200 Subject: [PATCH] Default hero AI value seems low - tweak it --- config/objects/moddables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/objects/moddables.json b/config/objects/moddables.json index c8fcb2144..69ccf20bf 100644 --- a/config/objects/moddables.json +++ b/config/objects/moddables.json @@ -23,7 +23,7 @@ "hero" : { "index" :34, "handler": "hero", - "defaultAiValue" : 5000, + "defaultAiValue" : 7500, "base" : { "base" : { "visitableFrom" : [ "+++", "+-+", "+++" ],