item의 static 변경
This commit is contained in:
@@ -5,11 +5,11 @@ use \sammo\General;
|
||||
|
||||
class che_계략_이추 extends \sammo\BaseItem{
|
||||
|
||||
public $id = 5;
|
||||
public $name = '이추(계략)';
|
||||
public $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +10%p';
|
||||
public $cost = 1000;
|
||||
public $consumable = true;
|
||||
static $id = 5;
|
||||
static $name = '이추(계략)';
|
||||
static $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +10%p';
|
||||
static $cost = 1000;
|
||||
static $consumable = true;
|
||||
|
||||
public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{
|
||||
if($turnType == '계략'){
|
||||
|
||||
Reference in New Issue
Block a user