Files
core/hwe/sammo/Command/General/che_수비강화.php
T
2018-11-26 04:05:34 +09:00

10 lines
307 B
PHP

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