refac: 아이템에 미사용 $id 값 제거

This commit is contained in:
2022-02-19 23:54:03 +09:00
parent a7a14a66a6
commit 134f043e9c
56 changed files with 15 additions and 71 deletions
@@ -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;
}