턴 요약 위해 getBrief 추가

This commit is contained in:
2018-10-04 01:57:56 +09:00
parent 9b4bf148cc
commit bf630b5f7d
11 changed files with 46 additions and 39 deletions
@@ -5,9 +5,9 @@ use \sammo\Util;
use \sammo\JosaUtil;
class che_수비강화 extends che_상업투자{
static $cityKey = 'def';
static $statKey = 'power';
static $actionKey = '수비';
static $actionName = '수비 강화';
static $debuffFront = 0.5;
static protected $cityKey = 'def';
static protected $statKey = 'power';
static protected $actionKey = '수비';
static protected $actionName = '수비 강화';
static protected $debuffFront = 0.5;
}