12 lines
327 B
PHP
12 lines
327 B
PHP
<?php
|
|
namespace sammo\ActionItem;
|
|
use \sammo\iAction;
|
|
use \sammo\General;
|
|
|
|
class che_명마_04나귀 extends \sammo\BaseStatItem{
|
|
protected static $statType = 'leader';
|
|
protected static $statValue = 4;
|
|
protected static $cost = 10000;
|
|
protected static $rawName = '나귀';
|
|
protected static $buyable = true;
|
|
} |