병종이 행동에 전투에 event로 개입 가능하도록 수정 중
This commit is contained in:
@@ -95,6 +95,7 @@ class WarUnitGeneral extends WarUnit{
|
||||
}
|
||||
|
||||
function getComputedAvoidRatio():float{
|
||||
$general = $this->general;
|
||||
|
||||
$avoidRatio = $this->getCrewType()->avoid / 100;
|
||||
$avoidRatio *= $this->getComputedTrain() / 100;
|
||||
|
||||
Reference in New Issue
Block a user