명마 등록

This commit is contained in:
2019-05-15 02:29:21 +09:00
parent 2e06b28e5a
commit 7dd519565b
21 changed files with 293 additions and 25 deletions
@@ -0,0 +1,12 @@
<?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;
}