Files
core/hwe/sammo/Command/General/che_수비강화.php
T

13 lines
295 B
PHP

<?php
namespace sammo\GeneralCommand;
use \sammo\Util;
use \sammo\JosaUtil;
class che_수비강화 extends che_상업투자{
static $cityKey = 'def';
static $statKey = 'power';
static $actionKey = '수비';
static $actionName = '수비 강화';
static $debuffFront = 0.5;
}