stat 관련 데이터 수정

This commit is contained in:
2019-10-04 12:50:48 +09:00
parent 512266abf4
commit 4aef22aac8
9 changed files with 74 additions and 136 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class che_징병 implements iAction{
}
public function onCalcStat(General $general, string $statName, $value, $aux=null){
if($statName === 'rawLeadership'){
if($statName === 'leadership'){
return $value *= 1.15;
}
return $value;