From 9f7b18d2945ebcfb8b280b2bb5cf3a8506bd5025 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 19 Jul 2018 20:50:29 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=9C=EC=9E=91=20=EC=8B=9C=20develcost?= =?UTF-8?q?=EA=B0=80=200=EC=9D=B8=20=EB=B2=84=EA=B7=B8=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ResetHelper.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hwe/sammo/ResetHelper.php b/hwe/sammo/ResetHelper.php index 0fae7445..09261789 100644 --- a/hwe/sammo/ResetHelper.php +++ b/hwe/sammo/ResetHelper.php @@ -180,7 +180,7 @@ class ResetHelper{ $killturn = 4800 / $turnterm; if($npcmode == 1) { $killturn = intdiv($killturn, 3); } - + $develcost = ($year - $startyear + 10) * 2; $env = [ 'scenario'=>$scenario, @@ -196,6 +196,7 @@ class ResetHelper{ 'conlimit'=>300, 'gold_rate'=>100, 'rice_rate'=>100, + 'develcost'=>$develcost, 'turntime'=>$turntime, 'starttime'=>$starttime, 'turnterm'=>$turnterm,