12 lines
327 B
PHP
12 lines
327 B
PHP
<?php
|
|
namespace sammo\ActionItem;
|
|
use \sammo\iAction;
|
|
use \sammo\General;
|
|
|
|
class che_명마_13절영 extends \sammo\BaseStatItem{
|
|
protected static $statType = 'leader';
|
|
protected static $statValue = 13;
|
|
protected static $cost = 200;
|
|
protected static $rawName = '절영';
|
|
protected static $buyable = false;
|
|
} |