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

10 lines
306 B
PHP

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