수치 수정
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ else{
|
|||||||
<td align=center><?=$general['intel']?></td>
|
<td align=center><?=$general['intel']?></td>
|
||||||
<td align=center><?=$general['experience']?></td>
|
<td align=center><?=$general['experience']?></td>
|
||||||
<td align=center><?=$general['dedication']?></td>
|
<td align=center><?=$general['dedication']?></td>
|
||||||
</tr>";
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</table>
|
</table>
|
||||||
<table align=center width=1000 class='tb_layout bg0'>
|
<table align=center width=1000 class='tb_layout bg0'>
|
||||||
|
|||||||
@@ -2697,7 +2697,7 @@ class GeneralAI
|
|||||||
protected function do거병(): ?GeneralCommand
|
protected function do거병(): ?GeneralCommand
|
||||||
{
|
{
|
||||||
$general = $this->general;
|
$general = $this->general;
|
||||||
// 초반이면서 능력이 좋은놈 위주로 1.4%확률로 거병
|
// 초반이면서 능력이 좋은놈 위주로 1%확률로 거병
|
||||||
if($general->getVar('makelimit')){
|
if($general->getVar('makelimit')){
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
@@ -2713,7 +2713,7 @@ class GeneralAI
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!Util::randBool(0.014)){
|
if(!Util::randBool(0.01)){
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user