토너먼트값, 전투, 계략값을 분리

This commit is contained in:
2020-03-29 05:03:49 +09:00
parent 0087d5784b
commit b116741e25
59 changed files with 858 additions and 640 deletions
+2 -2
View File
@@ -1509,7 +1509,7 @@ function process_76(&$general) {
$type = Util::choiceRandomUsingWeight([
'strength0'=>1,
'strength1'=>1,
'strength_max'=>1,
'strength_exp'=>1,
'intel'=>3,
'neutral'=>0
]);
@@ -1526,7 +1526,7 @@ function process_76(&$general) {
$intel = $stat_tier3;
$dexVal = [$dexTotal/8, $dexTotal*5/8, $dexTotal/8, $dexTotal/8];
break;
case 'strength_max':
case 'strength_exp':
$leadership = $stat_tier1;
$strength = $stat_tier2;
$intel = $stat_tier3;