전투 스킬 세팅 중

This commit is contained in:
2019-05-31 02:28:08 +09:00
parent 2a78622529
commit 4fdcc0221d
14 changed files with 280 additions and 0 deletions
@@ -27,4 +27,11 @@ class che_징병 implements iAction{
return $value;
}
public function onCalcStat(General $general, string $statName, $value, $aux=null){
if($statName === 'rawLeadership'){
return $value *= 1.15;
}
return $value;
}
}