명마 등록
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_02조랑 extends \sammo\BaseStatItem{
|
||||
protected static $statType = 'leader';
|
||||
protected static $statValue = 2;
|
||||
protected static $cost = 3000;
|
||||
protected static $rawName = '조랑';
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_03노새 extends \sammo\BaseStatItem{
|
||||
protected static $statType = 'leader';
|
||||
protected static $statValue = 3;
|
||||
protected static $cost = 6000;
|
||||
protected static $rawName = '노새';
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_05갈색마 extends \sammo\BaseStatItem{
|
||||
protected static $statType = 'leader';
|
||||
protected static $statValue = 5;
|
||||
protected static $cost = 15000;
|
||||
protected static $rawName = '갈색마';
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_06흑색마 extends \sammo\BaseStatItem{
|
||||
protected static $statType = 'leader';
|
||||
protected static $statValue = 6;
|
||||
protected static $cost = 21000;
|
||||
protected static $rawName = '흑색마';
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_07기주마 extends \sammo\BaseStatItem{
|
||||
protected static $statType = 'leader';
|
||||
protected static $statValue = 7;
|
||||
protected static $cost = 200;
|
||||
protected static $rawName = '기주마';
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_07백마 extends \sammo\BaseStatItem{
|
||||
protected static $statType = 'leader';
|
||||
protected static $statValue = 7;
|
||||
protected static $cost = 200;
|
||||
protected static $rawName = '백마';
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_08양주마 extends \sammo\BaseStatItem{
|
||||
protected static $statType = 'leader';
|
||||
protected static $statValue = 8;
|
||||
protected static $cost = 200;
|
||||
protected static $rawName = '양주마';
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_09과하마 extends \sammo\BaseStatItem{
|
||||
protected static $statType = 'leader';
|
||||
protected static $statValue = 9;
|
||||
protected static $cost = 200;
|
||||
protected static $rawName = '과하마';
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_10대완마 extends \sammo\BaseStatItem{
|
||||
protected static $statType = 'leader';
|
||||
protected static $statValue = 10;
|
||||
protected static $cost = 200;
|
||||
protected static $rawName = '대완마';
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_11서량마 extends \sammo\BaseStatItem{
|
||||
protected static $statType = 'leader';
|
||||
protected static $statValue = 11;
|
||||
protected static $cost = 200;
|
||||
protected static $rawName = '서량마';
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_12사륜거 extends \sammo\BaseStatItem{
|
||||
protected static $statType = 'leader';
|
||||
protected static $statValue = 12;
|
||||
protected static $cost = 200;
|
||||
protected static $rawName = '사륜거';
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_15적토마 extends \sammo\BaseStatItem{
|
||||
protected static $statType = 'leader';
|
||||
protected static $statValue = 15;
|
||||
protected static $cost = 200;
|
||||
protected static $rawName = '적토마';
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_15한혈마 extends \sammo\BaseStatItem{
|
||||
protected static $statType = 'leader';
|
||||
protected static $statValue = 15;
|
||||
protected static $cost = 200;
|
||||
protected static $rawName = '한혈마';
|
||||
protected static $buyable = false;
|
||||
}
|
||||
Reference in New Issue
Block a user