WarUnit의 일부 요소를 General과 ActionSpecialWar 등으로 분리
This commit is contained in:
@@ -27,4 +27,11 @@ class che_궁병 implements iAction{
|
||||
|
||||
return $value;
|
||||
}
|
||||
|
||||
public function onCalcStat(General $general, string $statName, $value, $aux=null){
|
||||
if($statName === 'warAvoidRatio'){
|
||||
return $value += 0.2;
|
||||
}
|
||||
return $value;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user