iAction,name,info, buildiActionCache, mode, myInfo
This commit is contained in:
@@ -6,9 +6,9 @@ use \sammo\General;
|
||||
class che_대의 implements iAction{
|
||||
use \sammo\DefaultAction;
|
||||
|
||||
static $id = 1;
|
||||
static $name = '대의';
|
||||
static $info = '명성 +10%, 훈련 -5';
|
||||
protected $id = 1;
|
||||
protected $name = '대의';
|
||||
protected $info = '명성 +10%, 훈련 -5';
|
||||
|
||||
public function onCalcStat(General $general, string $statName, $value, $aux=null){
|
||||
if($statName == 'experience'){
|
||||
|
||||
Reference in New Issue
Block a user