명마, 무기 타입 변경
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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;
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
<?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,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_01_노기 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 1000;
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_02_조랑 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 3000;
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_03_노새 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 6000;
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_04_나귀 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 10000;
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_05_갈색마 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 15000;
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_06_흑색마 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 21000;
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_07_기주마 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_07_백마 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_08_양주마 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_09_과하마 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_10_대완마 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_11_서량마 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_12_사륜거 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_13_적로 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_13_절영 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_14_적란마 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_14_조황비전 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_15_적토마 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_명마_15_한혈마 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_01_단도 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 1000;
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_02_단궁 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 3000;
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_03_단극 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 6000;
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_04_목검 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 10000;
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_05_죽창 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 15000;
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_06_소부 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 21000;
|
||||
protected static $buyable = true;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_07_동추 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_07_맥궁 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_07_철쇄 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_07_철편 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_08_유성추 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_08_철질여골 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_09_동호비궁 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_09_쌍철극 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_10_대부 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_10_삼첨도 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_11_고정도 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_11_이광궁 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_12_철척사모 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_12_칠성검 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_13_사모 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_13_양유기궁 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_14_방천화극 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_14_언월도 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_15_의천검 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace sammo\ActionItem;
|
||||
use \sammo\iAction;
|
||||
use \sammo\General;
|
||||
|
||||
class che_무기_15_청홍검 extends \sammo\BaseStatItem{
|
||||
protected static $cost = 200;
|
||||
protected static $buyable = false;
|
||||
}
|
||||
Reference in New Issue
Block a user