아이템 속성이 동적으로 변경되어 static 제거
This commit is contained in:
@@ -5,13 +5,13 @@ use \sammo\General;
|
||||
|
||||
class che_계략_향낭 extends \sammo\BaseItem{
|
||||
|
||||
protected static $id = 5;
|
||||
protected static $name = '항냥(계략)';
|
||||
protected static $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +20%p';
|
||||
protected static $cost = 3000;
|
||||
protected static $consumable = true;
|
||||
protected static $buyable = true;
|
||||
protected static $reqSecu = 2000;
|
||||
protected $id = 5;
|
||||
protected $name = '항냥(계략)';
|
||||
protected $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +20%p';
|
||||
protected $cost = 3000;
|
||||
protected $consumable = true;
|
||||
protected $buyable = true;
|
||||
protected $reqSecu = 2000;
|
||||
|
||||
public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{
|
||||
if($turnType == '계략'){
|
||||
|
||||
Reference in New Issue
Block a user