중첩된 내용 merge

This commit is contained in:
2019-04-07 22:42:39 +09:00
11 changed files with 85 additions and 27 deletions
-5
View File
@@ -189,10 +189,5 @@ function setLeadershipBonus(&$general, $nationLevel){
function CriticalScoreEx(string $type):float {
if($type == 'success'){
return Util::randRange(2.2, 3.0);
}
if($type == 'fail'){
return Util::randRange(0.2, 0.4);
}
return 1;
}