experience, dedication 변경
expereince, dedication 변경을 add 함수로 변경 경험치,계급 변경을 '즉시' 하도록 변경(남은 부분 있음) 관직 임명을 c에서 j로 변경
This commit is contained in:
@@ -135,14 +135,12 @@ class WarUnitGeneral extends WarUnit{
|
||||
if(!$this->isAttacker){
|
||||
$value *= 0.8;
|
||||
}
|
||||
$value = $general->onCalcStat($general, 'experience', $value);
|
||||
$general->increaseVar('experience', $value);
|
||||
$general->addExperience($value);
|
||||
}
|
||||
|
||||
function addDedication(float $value){
|
||||
$general = $this->general;
|
||||
$value = $general->onCalcStat($general, 'dedication', $value);
|
||||
$general->increaseVar('dedication', $value);
|
||||
$general->addDedication($value);
|
||||
}
|
||||
|
||||
function addLose(){
|
||||
|
||||
Reference in New Issue
Block a user