테스트 기수용 맵 추가, 증축 비용 상수값 추가

This commit is contained in:
2020-01-28 02:59:06 +09:00
parent a5b404298b
commit 8394c9780c
6 changed files with 133 additions and 3 deletions
+1 -1
View File
@@ -800,7 +800,7 @@ function CoreCommandTable() {
commandGroup("====== 특 수 ======");
addCommand("초토화", 65, $valid);
addCommand("천도/3턴(금쌀{$develcost}0)", 66, $valid);
$cost = $develcost * 500 + 60000; // 7만~13만
$cost = $develcost * GameConst::$expandCityCostCoef + GameConst::$expandCityDefaultCost; // 7만~13만
addCommand("증축/6턴(금쌀{$cost})", 67, $valid);
addCommand("감축/6턴", 68, $valid);
commandGroup("", 1);