diff --git a/hwe/sammo/ActionItem/event_빼빼로.php b/hwe/sammo/ActionItem/event_빼빼로.php new file mode 100644 index 00000000..37f2dd20 --- /dev/null +++ b/hwe/sammo/ActionItem/event_빼빼로.php @@ -0,0 +1,29 @@ +통솔 +1, 무력 +1, 지력 +1'; + protected $cost = 1500; + protected $buyable = true; + protected $consumable = false; + protected $reqSecu = 12000; + + public function onCalcStat(General $general, string $statName, $value, $aux=null){ + if(in_array($statName, ['leadership', 'strength', 'intel'] )){ + return $value + 1; + } + return $value; + } + +} \ No newline at end of file