From 38316581627b6f2d44bedc61bc70063aa36bdbe8 Mon Sep 17 00:00:00 2001 From: Vasyl Horbachenko Date: Mon, 16 Jul 2018 22:55:29 +0300 Subject: [PATCH] more base recovery after attack --- game/event/capture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/event/capture.py b/game/event/capture.py index a2dee4ce..2d44a5d5 100644 --- a/game/event/capture.py +++ b/game/event/capture.py @@ -13,7 +13,7 @@ from .event import Event class CaptureEvent(Event): silent = True BONUS_BASE = 15 - STRENGTH_RECOVERY = 0.35 + STRENGTH_RECOVERY = 0.55 def __str__(self): return "Attack from {} to {}".format(self.from_cp, self.to_cp)