통솔 +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; } }