서적 등록
This commit is contained in:
@@ -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_병법24편 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;
|
||||
}
|
||||
@@ -174,7 +174,7 @@ class GameConstBase
|
||||
'che_서적_07_위료자'=>1, 'che_서적_07_사마법'=>1, 'che_서적_07_한서'=>1, 'che_서적_07_논어'=>1,
|
||||
'che_서적_08_전론'=>1, 'che_서적_08_사기'=>1, 'che_서적_09_장자'=>1, 'che_서적_09_역경'=>1,
|
||||
'che_서적_10_시경'=>1, 'che_서적_10_구국론'=>1, 'che_서적_11_상군서'=>1, 'che_서적_11_춘추전'=>1,
|
||||
'che_서적_12_산해경'=>1, 'che_서적_12_맹덕신서'=>1, 'che_서적_13_관자'=>1, 'che_서적_13_병법24_편'=>1,
|
||||
'che_서적_12_산해경'=>1, 'che_서적_12_맹덕신서'=>1, 'che_서적_13_관자'=>1, 'che_서적_13_병법24편'=>1,
|
||||
'che_서적_14_한비자'=>1, 'che_서적_14_오자병법'=>1, 'che_서적_15_노자'=>1, 'che_서적_15_손자병법'=>1,
|
||||
],
|
||||
'item' => [
|
||||
|
||||
Reference in New Issue
Block a user