전투 시뮬레이터 모두 저장/모두 불러오기 구현

This commit is contained in:
2018-08-27 03:08:35 +09:00
parent 44c59f2236
commit 434468ca65
5 changed files with 165 additions and 11 deletions
+1 -1
View File
@@ -20,7 +20,6 @@ function NationCharCall($call) {
function getCharacterList(){
$infoText = [
10=>['은둔', '명성 -10%, 계급 -10%, 사기 -5, 훈련 -5, 단련 성공률 +10%'],
9=>['안전', '사기 -5, 징·모병 비용 -20%'],
8=>['유지', '훈련 -5, 징·모병 비용 -20%'],
7=>['재간', '명성 -10%, 징·모병 비용 -20%'],
@@ -31,6 +30,7 @@ function getCharacterList(){
2=>['의협', '사기 +5, 징·모병 비용 +20%'],
1=>['대의', '명성 +10%, 훈련 -5'],
0=>['왕좌', '명성 +10%, 사기 -5'],
10=>['은둔', '명성 -10%, 계급 -10%, 사기 -5, 훈련 -5, 단련 성공률 +10%'],
];
return $infoText;
}