시작나이 25세부터 32세로 변경
This commit is contained in:
@@ -141,7 +141,7 @@ if($id_num) {
|
|||||||
}
|
}
|
||||||
$city = $city[city];
|
$city = $city[city];
|
||||||
|
|
||||||
$total = rand() % 6;
|
$total = 3 + rand() % 3;
|
||||||
$pleader = rand() % 100;
|
$pleader = rand() % 100;
|
||||||
$ppower = rand() % 100;
|
$ppower = rand() % 100;
|
||||||
$pintel = rand() % 100;
|
$pintel = rand() % 100;
|
||||||
@@ -154,7 +154,7 @@ if($id_num) {
|
|||||||
$power = $power + $ppower;
|
$power = $power + $ppower;
|
||||||
$intel = $intel + $pintel;
|
$intel = $intel + $pintel;
|
||||||
|
|
||||||
$age = 20 + ($pleader + $ppower + $pintel) * 2 + (rand() % 2);
|
$age = 20 + ($pleader + $ppower + $pintel) * 2 - (rand() % 2);
|
||||||
// 아직 남았고 천재등록상태이면 특기 부여
|
// 아직 남았고 천재등록상태이면 특기 부여
|
||||||
if($genius == 1) {
|
if($genius == 1) {
|
||||||
$specage2 = $age;
|
$specage2 = $age;
|
||||||
|
|||||||
Reference in New Issue
Block a user