전투 구현 반영

This commit is contained in:
2018-08-20 03:14:56 +09:00
parent 26b0992285
commit e60ddb3ee1
4 changed files with 204 additions and 22 deletions
+5 -2
View File
@@ -193,6 +193,10 @@ class WarUnit{
$this->warPowerMultiply = $multiply;
}
function multiplyWarPowerMultiply($multiply){
$this->warPowerMultiply *= $multiply;
}
function computeWarPower(){
$oppose = $this->oppose;
@@ -334,8 +338,7 @@ class WarUnit{
return false;
}
function applyActiveSkill():bool{
return false;
function applyActiveSkill(){
}
function getHP():int{