성벽에 닳는 내정을 1/2

This commit is contained in:
2020-05-29 19:16:24 +09:00
parent 043b29ef33
commit 71cb5aa9e4
+1 -1
View File
@@ -111,7 +111,7 @@ class WarUnitCity extends WarUnit{
//NOTE: 전투로 인한 사망자는 여기서 처리하지 않음
$decWealth = $this->getKilled() / 10;
$decWealth = $this->getKilled() / 20;
$this->increaseVarWithLimit('agri', -$decWealth, 0);
$this->increaseVarWithLimit('comm', -$decWealth, 0);
$this->increaseVarWithLimit('secu', -$decWealth, 0);