Files
core/hwe/sammo/ActionItem/che_명마_ 05갈색마.php
T
2019-05-15 02:29:21 +09:00

12 lines
333 B
PHP

<?php
namespace sammo\ActionItem;
use \sammo\iAction;
use \sammo\General;
class che_명마_05갈색마 extends \sammo\BaseStatItem{
protected static $statType = 'leader';
protected static $statValue = 5;
protected static $cost = 15000;
protected static $rawName = '갈색마';
protected static $buyable = true;
}