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

10 lines
308 B
PHP

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