턴 요약 위해 getBrief 추가

This commit is contained in:
2018-10-04 01:57:56 +09:00
parent 8de8a156b8
commit 290c302352
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 = 'agri';
static $statKey = 'intel';
static $actionKey = '농업';
static $actionName = '농지 개간';
static $debuffFront = 0.5;
static protected $cityKey = 'agri';
static protected $statKey = 'intel';
static protected $actionKey = '농업';
static protected $actionName = '농지 개간';
static protected $debuffFront = 0.5;
}