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

This commit is contained in:
2022-02-19 23:54:03 +09:00
parent 300c364545
commit 575e03c0fc
56 changed files with 15 additions and 71 deletions
@@ -7,7 +7,6 @@ use \sammo\WarUnit;
class event_전투특기_징병 extends \sammo\BaseItem{
protected $id = 72;
protected $rawName = '비급';
protected $name = '비급(징병)';
protected $info = '[군사] 징·모병비 -50%, 통솔 순수 능력치 보정 +15%';
@@ -20,7 +19,7 @@ class event_전투특기_징병 extends \sammo\BaseItem{
if(in_array($turnType, ['징병', '모병'])){
if($varType == 'cost') return $value * 0.5;
}
return $value;
}