무작위 징병, 무작위 모병 추가, 테스트용 시나리오 추가

This commit is contained in:
2020-01-30 01:24:30 +09:00
parent 8394c9780c
commit 09e693cb74
7 changed files with 1201 additions and 1 deletions
+4
View File
@@ -594,6 +594,8 @@ function commandTable() {
addCommand("첩보(통솔경험, 자금$develcost3, 군량$develcost3)", 31);
addCommand("징병(통솔경험)", 11);
addCommand("모병(통솔경험, 자금x2)", 12);
addCommand("무작위 징병(통솔경험)", 18);
addCommand("무작위 모병(통솔경험, 자금x2)", 19);
addCommand("훈련(통솔경험)", 13);
addCommand("사기진작(통솔경험, 자금↓)", 14);
//addCommand("전투태세/3턴(통솔경험, 자금↓)", 15);
@@ -602,6 +604,8 @@ function commandTable() {
addCommand("첩보(통솔경험, 자금$develcost3, 군량$develcost3)", 31, 0);
addCommand("징병(통솔경험)", 11, 0);
addCommand("모병(통솔경험, 자금x2)", 12, 0);
addCommand("무작위 징병(통솔경험)", 18, 0);
addCommand("무작위 모병(통솔경험, 자금x2)", 19, 0);
addCommand("훈련(통솔경험)", 13, 0);
addCommand("사기진작(통솔경험, 자금↓)", 14, 0);
//addCommand("전투태세/3턴(통솔경험, 자금↓)", 15, 0);