유니크 아이템에 효과 추가

This commit is contained in:
2021-04-29 19:50:12 +09:00
parent ab428fc104
commit c4f6976c42
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;
}