12 lines
326 B
PHP
12 lines
326 B
PHP
<?php
|
|
namespace sammo\ActionItem;
|
|
use \sammo\iAction;
|
|
use \sammo\General;
|
|
|
|
class che_명마_01노기 extends \sammo\BaseStatItem{
|
|
protected static $statType = 'leader';
|
|
protected static $statValue = 1;
|
|
protected static $cost = 1000;
|
|
protected static $rawName = '노기';
|
|
protected static $buyable = true;
|
|
} |