명마 등록
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_14적란마 extends \sammo\BaseStatItem{
|
||||
protected static $statType = 'leader';
|
||||
protected static $statValue = 14;
|
||||
protected static $cost = 200;
|
||||
protected static $rawName = '적란마';
|
||||
protected static $buyable = false;
|
||||
}
|
||||
Reference in New Issue
Block a user