귀병 첫 페이즈 매우 높은 확률로 계략 시도
This commit is contained in:
@@ -41,6 +41,10 @@ class che_계략시도 extends BaseWarUnitTrigger{
|
|||||||
if($magicTrialProb <= 0){
|
if($magicTrialProb <= 0){
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if($self->getPhase() == 0){
|
||||||
|
$magicTrialProb *= 3;
|
||||||
|
}
|
||||||
|
|
||||||
if(!Util::randBool($magicTrialProb)){
|
if(!Util::randBool($magicTrialProb)){
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user