아이템 속성이 동적으로 변경되어 static 제거
This commit is contained in:
@@ -7,11 +7,11 @@ use \sammo\GeneralTriggerCaller;
|
||||
|
||||
class che_치료_오석산 extends \sammo\BaseItem{
|
||||
|
||||
protected static $id = 7;
|
||||
protected static $name = '오석산(치료)';
|
||||
protected static $info = '[군사] 턴 실행 전 부상 회복.';
|
||||
protected static $cost = 200;
|
||||
protected static $consumable = false;
|
||||
protected $id = 7;
|
||||
protected $name = '오석산(치료)';
|
||||
protected $info = '[군사] 턴 실행 전 부상 회복.';
|
||||
protected $cost = 200;
|
||||
protected $consumable = false;
|
||||
|
||||
public function getPreTurnExecuteTriggerList(General $general):?GeneralTriggerCaller{
|
||||
return new GeneralTriggerCaller(
|
||||
|
||||
Reference in New Issue
Block a user