iAction,name,info, buildiActionCache, mode, myInfo
This commit is contained in:
@@ -7,9 +7,9 @@ use \sammo\SpecialityConst;
|
||||
class che_발명 implements iAction{
|
||||
use \sammo\DefaultAction;
|
||||
|
||||
static $id = 3;
|
||||
static $name = '발명';
|
||||
static $info = '[내정] 기술 연구 : 기본 보정 +10%, 성공률 +10%p, 비용 -20%';
|
||||
protected $id = 3;
|
||||
protected $name = '발명';
|
||||
protected $info = '[내정] 기술 연구 : 기본 보정 +10%, 성공률 +10%p, 비용 -20%';
|
||||
|
||||
static $selectWeightType = SpecialityConst::WEIGHT_NORM;
|
||||
static $selectWeight = 1;
|
||||
|
||||
Reference in New Issue
Block a user