유니크 아이템에 효과 추가

This commit is contained in:
2021-04-29 19:50:12 +09:00
parent 14fc85db51
commit bcbd69e1b9
24 changed files with 339 additions and 1 deletions
+3
View File
@@ -270,6 +270,9 @@ class WarUnitGeneral extends WarUnit{
if($this->hasActivatedSkillOnLog('부상무효')){
return false;
}
if($this->hasActivatedSkillOnLog('퇴각부상무효')){
return false;
}
if(!Util::randBool(0.05)){
return false;
}