From 008f88d995685325a17c0c6bde59354251066642 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 27 Aug 2022 02:39:47 +0900 Subject: [PATCH] =?UTF-8?q?game:=20=EC=A0=84=ED=88=AC=EC=8B=9C=20=EC=96=BB?= =?UTF-8?q?=EB=8A=94=20=EA=B8=B0=EC=88=A0=EB=9F=89=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EA=B3=B5=EA=B2=A9=EC=9E=90=20=EC=83=81=ED=96=A5=20-=20?= =?UTF-8?q?=EA=B3=B5=EA=B2=A9=EC=9E=90=20=EA=B8=B0=EC=88=A0:=20=EA=B3=B5?= =?UTF-8?q?=EA=B2=A9=EC=9E=90=EA=B0=80=20=EC=9E=85=EC=9D=80=20=ED=94=BC?= =?UTF-8?q?=ED=95=B4=20*=200.012=20(=EA=B5=AC=200.01)=20-=20=EC=88=98?= =?UTF-8?q?=EB=B9=84=EC=9E=90=20=EA=B8=B0=EC=88=A0:=20=EC=88=98=EB=B9=84?= =?UTF-8?q?=EC=9E=90=EA=B0=80=20=EC=9E=85=EC=9D=80=20=ED=94=BC=ED=95=B4=20?= =?UTF-8?q?*=200.009=20(=EA=B5=AC=200.01)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/process_war.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/process_war.php b/hwe/process_war.php index 9885ebb8..c7d0ea9f 100644 --- a/hwe/process_war.php +++ b/hwe/process_war.php @@ -113,8 +113,8 @@ function processWar(string $warSeed, General $attackerGeneral, array $rawAttacke 'dead' => $db->sqleval('dead + %i', $totalDead * 0.6) ], 'city=%i', $rawDefenderCity['city']); - $attackerIncTech = buildNationTypeClass($rawAttackerNation['type'])->onCalcDomestic('기술', 'score', $attacker->getDead() * 0.01); - $defenderIncTech = buildNationTypeClass($rawDefenderNation['type'])->onCalcDomestic('기술', 'score', $attacker->getKilled() * 0.01); + $attackerIncTech = buildNationTypeClass($rawAttackerNation['type'])->onCalcDomestic('기술', 'score', $attacker->getDead() * 0.012); + $defenderIncTech = buildNationTypeClass($rawDefenderNation['type'])->onCalcDomestic('기술', 'score', $attacker->getKilled() * 0.009); $attackerGenCnt = $rawAttackerNation['gennum']; $defenderGenCnt = $rawDefenderNation['gennum'];