아이템 속성이 동적으로 변경되어 static 제거
This commit is contained in:
@@ -5,11 +5,11 @@ use \sammo\General;
|
||||
|
||||
class che_회피_둔갑천서 extends \sammo\BaseItem{
|
||||
|
||||
protected static $id = 26;
|
||||
protected static $name = '둔갑천서(회피)';
|
||||
protected static $info = '[전투] 회피 확률 +20%p';
|
||||
protected static $cost = 200;
|
||||
protected static $consumable = false;
|
||||
protected $id = 26;
|
||||
protected $name = '둔갑천서(회피)';
|
||||
protected $info = '[전투] 회피 확률 +20%p';
|
||||
protected $cost = 200;
|
||||
protected $consumable = false;
|
||||
|
||||
public function onCalcStat(General $general, string $statName, $value, $aux=null){
|
||||
if($statName === 'warAvoidRatio'){
|
||||
|
||||
Reference in New Issue
Block a user