12 lines
333 B
PHP
12 lines
333 B
PHP
<?php
|
|
namespace sammo\ActionItem;
|
|
use \sammo\iAction;
|
|
use \sammo\General;
|
|
|
|
class che_명마_06흑색마 extends \sammo\BaseStatItem{
|
|
protected static $statType = 'leader';
|
|
protected static $statValue = 6;
|
|
protected static $cost = 21000;
|
|
protected static $rawName = '흑색마';
|
|
protected static $buyable = true;
|
|
} |