forked from devsam/core
refac: 아이템에 미사용 $id 값 제거
This commit is contained in:
@@ -7,7 +7,6 @@ use \sammo\WarUnit;
|
||||
|
||||
class event_전투특기_신산 extends \sammo\BaseItem{
|
||||
|
||||
protected $id = 41;
|
||||
protected $rawName = '비급';
|
||||
protected $name = '비급(신산)';
|
||||
protected $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +10%p<br>[전투] 계략 시도 확률 +20%p, 계략 성공 확률 +20%p';
|
||||
@@ -20,7 +19,7 @@ class event_전투특기_신산 extends \sammo\BaseItem{
|
||||
if($turnType == '계략'){
|
||||
if($varType == 'success') return $value + 0.1;
|
||||
}
|
||||
|
||||
|
||||
return $value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user