Files
core/hwe/sammo/Command/General/che_성벽보수.php
T

13 lines
347 B
PHP

<?php
namespace sammo\GeneralCommand;
use \sammo\Util;
use \sammo\JosaUtil;
class che_성벽보수 extends che_상업투자{
static protected $cityKey = 'wall';
static protected $statKey = 'power';
static protected $actionKey = '성벽';
static protected $actionName = '성벽 보수';
static protected $debuffFront = 0.25;
}