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(