첫 화면 띄우기 성공
This commit is contained in:
@@ -5,11 +5,11 @@ use \sammo\General;
|
||||
|
||||
class che_계략_육도 extends \sammo\BaseItem{
|
||||
|
||||
static $id = 21;
|
||||
static $name = '육도(계략)';
|
||||
static $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +20%p';
|
||||
static $cost = 200;
|
||||
static $consumable = false;
|
||||
protected static $id = 21;
|
||||
protected static $name = '육도(계략)';
|
||||
protected static $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +20%p';
|
||||
protected static $cost = 200;
|
||||
protected static $consumable = false;
|
||||
|
||||
public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{
|
||||
if($turnType == '계략'){
|
||||
|
||||
Reference in New Issue
Block a user