아이템 속성이 동적으로 변경되어 static 제거

This commit is contained in:
2019-10-04 14:30:45 +09:00
parent 9181cbfee5
commit 07328847f4
101 changed files with 323 additions and 404 deletions
+7 -7
View File
@@ -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 == '계략'){