iAction,name,info, buildiActionCache, mode, myInfo

This commit is contained in:
2019-10-05 01:17:43 +09:00
parent 1699ac6e08
commit d481047eb4
90 changed files with 551 additions and 3592 deletions
+3 -3
View File
@@ -7,9 +7,9 @@ use \sammo\SpecialityConst;
class None implements iAction{
use \sammo\DefaultAction;
static $id = 0;
static $name = '-';
static $info = null;
protected $id = 0;
protected $name = '-';
protected $info = null;
static $selectWeightType = SpecialityConst::WEIGHT_NORM;
static $selectWeight = 0;
@@ -7,9 +7,9 @@ use \sammo\SpecialityConst;
class che_거상 implements iAction{
use \sammo\DefaultAction;
static $id = 999;
static $name = '거상';
static $info = '<비활성화>';
protected $id = 999;
protected $name = '거상';
protected $info = '<비활성화>';
static $selectWeightType = SpecialityConst::WEIGHT_NORM;
static $selectWeight = 0;
@@ -7,9 +7,9 @@ use \sammo\SpecialityConst;
class che_경작 implements iAction{
use \sammo\DefaultAction;
static $id = 1;
static $name = '경작';
static $info = '[내정] 농지 개간 : 기본 보정 +10%, 성공률 +10%p, 비용 -20%';
protected $id = 1;
protected $name = '경작';
protected $info = '[내정] 농지 개간 : 기본 보정 +10%, 성공률 +10%p, 비용 -20%';
static $selectWeightType = SpecialityConst::WEIGHT_NORM;
static $selectWeight = 1;
@@ -7,9 +7,9 @@ use \sammo\SpecialityConst;
class che_귀모 implements iAction{
use \sammo\DefaultAction;
static $id = 31;
static $name = '귀모';
static $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +20%p';
protected $id = 31;
protected $name = '귀모';
protected $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +20%p';
static $selectWeightType = SpecialityConst::WEIGHT_PERCENT;
static $selectWeight = 2.5;
@@ -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;
@@ -7,9 +7,9 @@ use \sammo\SpecialityConst;
class che_상재 implements iAction{
use \sammo\DefaultAction;
static $id = 2;
static $name = '상재';
static $info = '[내정] 상업 투자 : 기본 보정 +10%, 성공률 +10%p, 비용 -20%';
protected $id = 2;
protected $name = '상재';
protected $info = '[내정] 상업 투자 : 기본 보정 +10%, 성공률 +10%p, 비용 -20%';
static $selectWeightType = SpecialityConst::WEIGHT_NORM;
static $selectWeight = 1;
@@ -7,9 +7,9 @@ use \sammo\SpecialityConst;
class che_수비 implements iAction{
use \sammo\DefaultAction;
static $id = 11;
static $name = '수비';
static $info = '[내정] 수비 강화 : 기본 보정 +10%, 성공률 +10%p, 비용 -20%';
protected $id = 11;
protected $name = '수비';
protected $info = '[내정] 수비 강화 : 기본 보정 +10%, 성공률 +10%p, 비용 -20%';
static $selectWeightType = SpecialityConst::WEIGHT_NORM;
static $selectWeight = 1;
@@ -7,9 +7,9 @@ use \sammo\SpecialityConst;
class che_인덕 implements iAction{
use \sammo\DefaultAction;
static $id = 20;
static $name = '인덕';
static $info = '[내정] 주민 선정·정착 장려 : 기본 보정 +10%, 성공률 +10%p, 비용 -20%';
protected $id = 20;
protected $name = '인덕';
protected $info = '[내정] 주민 선정·정착 장려 : 기본 보정 +10%, 성공률 +10%p, 비용 -20%';
static $selectWeightType = SpecialityConst::WEIGHT_NORM;
static $selectWeight = 1;
@@ -7,9 +7,9 @@ use \sammo\SpecialityConst;
class che_축성 implements iAction{
use \sammo\DefaultAction;
static $id = 10;
static $name = '축성';
static $info = '[내정] 기술 연구 : 기본 보정 +10%, 성공률 +10%p, 비용 -20%';
protected $id = 10;
protected $name = '축성';
protected $info = '[내정] 기술 연구 : 기본 보정 +10%, 성공률 +10%p, 비용 -20%';
static $selectWeightType = SpecialityConst::WEIGHT_NORM;
static $selectWeight = 1;
@@ -7,9 +7,9 @@ use \sammo\SpecialityConst;
class che_통찰 implements iAction{
use \sammo\DefaultAction;
static $id = 12;
static $name = '통찰';
static $info = '[내정] 치안 강화 : 기본 보정 +10%, 성공률 +10%p, 비용 -20%';
protected $id = 12;
protected $name = '통찰';
protected $info = '[내정] 치안 강화 : 기본 보정 +10%, 성공률 +10%p, 비용 -20%';
static $selectWeightType = SpecialityConst::WEIGHT_NORM;
static $selectWeight = 1;