From a0a45ff2aa2a1b13b93a7b606385cff22c4e28f2 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 21 Jul 2020 03:32:37 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=A9=EB=85=B8=20=EB=B9=84=EA=B8=89=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionItem/event_전투특기_격노.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hwe/sammo/ActionItem/event_전투특기_격노.php b/hwe/sammo/ActionItem/event_전투특기_격노.php index 79d4c180..c37663d9 100644 --- a/hwe/sammo/ActionItem/event_전투특기_격노.php +++ b/hwe/sammo/ActionItem/event_전투특기_격노.php @@ -18,7 +18,11 @@ class event_전투특기_격노 extends \sammo\BaseItem{ protected $buyable = true; protected $consumable = false; protected $reqSecu = 3000; - + + public function getWarPowerMultiplier(WarUnit $unit):array{ + $activatedCnt = $unit->hasActivatedSkillOnLog('격노'); + return [1 + 0.2*$activatedCnt, 1]; + } public function getBattlePhaseSkillTriggerList(WarUnit $unit):?WarUnitTriggerCaller{ return new WarUnitTriggerCaller(