diff --git a/hwe/func_converter.php b/hwe/func_converter.php
index 7c6b246e..c39c4e86 100644
--- a/hwe/func_converter.php
+++ b/hwe/func_converter.php
@@ -554,87 +554,6 @@ function getItemName(?string $item) : ?string {
return $itemClass->getName();
}
-function getWeapEff($weap) : ?int{
- switch($weap) {
- case 7: $weap = 7; break;
- case 8: $weap = 7; break;
- case 9: $weap = 7; break;
- case 10: $weap = 7; break;
- case 11: $weap = 8; break;
- case 12: $weap = 8; break;
- case 13: $weap = 9; break;
- case 14: $weap = 9; break;
- case 15: $weap = 10; break;
- case 16: $weap = 10; break;
- case 17: $weap = 11; break;
- case 18: $weap = 11; break;
- case 19: $weap = 12; break;
- case 20: $weap = 12; break;
- case 21: $weap = 13; break;
- case 22: $weap = 13; break;
- case 23: $weap = 14; break;
- case 24: $weap = 14; break;
- case 25: $weap = 15; break;
- case 26: $weap = 15; break;
- default: break;
- }
- return $weap;
-}
-
-function getBookEff($book) : ?int {
- switch($book) {
- case 7: $book = 7; break;
- case 8: $book = 7; break;
- case 9: $book = 7; break;
- case 10: $book = 7; break;
- case 11: $book = 8; break;
- case 12: $book = 8; break;
- case 13: $book = 9; break;
- case 14: $book = 9; break;
- case 15: $book = 10; break;
- case 16: $book = 10; break;
- case 17: $book = 11; break;
- case 18: $book = 11; break;
- case 19: $book = 12; break;
- case 20: $book = 12; break;
- case 21: $book = 13; break;
- case 22: $book = 13; break;
- case 23: $book = 14; break;
- case 24: $book = 14; break;
- case 25: $book = 15; break;
- case 26: $book = 15; break;
- default: break;
- }
- return $book;
-}
-
-function getHorseEff($horse) : ?int {
- switch($horse) {
- case 7: $horse = 7; break;
- case 8: $horse = 7; break;
- case 9: $horse = 7; break;
- case 10: $horse = 7; break;
- case 11: $horse = 8; break;
- case 12: $horse = 8; break;
- case 13: $horse = 9; break;
- case 14: $horse = 9; break;
- case 15: $horse = 10; break;
- case 16: $horse = 10; break;
- case 17: $horse = 11; break;
- case 18: $horse = 11; break;
- case 19: $horse = 12; break;
- case 20: $horse = 12; break;
- case 21: $horse = 13; break;
- case 22: $horse = 13; break;
- case 23: $horse = 14; break;
- case 24: $horse = 14; break;
- case 25: $horse = 15; break;
- case 26: $horse = 15; break;
- default: break;
- }
- return $horse;
-}
-
function isConsumable(?string $item) : bool{
if($item === null){
return false;
diff --git a/hwe/sammo/ActionItem/None.php b/hwe/sammo/ActionItem/None.php
index c8de4c81..bcb2578f 100644
--- a/hwe/sammo/ActionItem/None.php
+++ b/hwe/sammo/ActionItem/None.php
@@ -5,10 +5,10 @@ use \sammo\General;
class None extends \sammo\BaseItem{
- protected static $id = 0;
- protected static $name = '-';
- protected static $info = null;
- protected static $cost = 0;
- protected static $consumable = false;
- protected static $buyable = true;
+ protected $id = 0;
+ protected $name = '-';
+ protected $info = null;
+ protected $cost = 0;
+ protected $consumable = false;
+ protected $buyable = true;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_계략_삼략.php b/hwe/sammo/ActionItem/che_계략_삼략.php
index 75618f52..229cd9cf 100644
--- a/hwe/sammo/ActionItem/che_계략_삼략.php
+++ b/hwe/sammo/ActionItem/che_계략_삼략.php
@@ -5,11 +5,11 @@ use \sammo\General;
class che_계략_삼략 extends \sammo\BaseItem{
- protected static $id = 22;
- protected static $name = '삼략(계략)';
- protected static $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +20%p';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 22;
+ protected $name = '삼략(계략)';
+ protected $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +20%p';
+ protected $cost = 200;
+ protected $consumable = false;
public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{
if($turnType == '계략'){
diff --git a/hwe/sammo/ActionItem/che_계략_육도.php b/hwe/sammo/ActionItem/che_계략_육도.php
index d4d8d854..dfc9570a 100644
--- a/hwe/sammo/ActionItem/che_계략_육도.php
+++ b/hwe/sammo/ActionItem/che_계략_육도.php
@@ -5,11 +5,11 @@ use \sammo\General;
class che_계략_육도 extends \sammo\BaseItem{
- protected static $id = 21;
- protected static $name = '육도(계략)';
- protected static $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +20%p';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 21;
+ protected $name = '육도(계략)';
+ protected $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +20%p';
+ protected $cost = 200;
+ protected $consumable = false;
public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{
if($turnType == '계략'){
diff --git a/hwe/sammo/ActionItem/che_계략_이추.php b/hwe/sammo/ActionItem/che_계략_이추.php
index 028af996..25da597b 100644
--- a/hwe/sammo/ActionItem/che_계략_이추.php
+++ b/hwe/sammo/ActionItem/che_계략_이추.php
@@ -5,13 +5,13 @@ use \sammo\General;
class che_계략_이추 extends \sammo\BaseItem{
- protected static $id = 5;
- protected static $name = '이추(계략)';
- protected static $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +10%p';
- protected static $cost = 1000;
- protected static $consumable = true;
- protected static $buyable = true;
- protected static $reqSecu = 1000;
+ protected $id = 5;
+ protected $name = '이추(계략)';
+ protected $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +10%p';
+ protected $cost = 1000;
+ protected $consumable = true;
+ protected $buyable = true;
+ protected $reqSecu = 1000;
public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{
if($turnType == '계략'){
diff --git a/hwe/sammo/ActionItem/che_계략_향낭.php b/hwe/sammo/ActionItem/che_계략_향낭.php
index 353eed31..ac1d470d 100644
--- a/hwe/sammo/ActionItem/che_계략_향낭.php
+++ b/hwe/sammo/ActionItem/che_계략_향낭.php
@@ -5,13 +5,13 @@ use \sammo\General;
class che_계략_향낭 extends \sammo\BaseItem{
- protected static $id = 5;
- protected static $name = '항냥(계략)';
- protected static $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +20%p';
- protected static $cost = 3000;
- protected static $consumable = true;
- protected static $buyable = true;
- protected static $reqSecu = 2000;
+ protected $id = 5;
+ protected $name = '항냥(계략)';
+ protected $info = '[계략] 화계·탈취·파괴·선동 : 성공률 +20%p';
+ protected $cost = 3000;
+ protected $consumable = true;
+ protected $buyable = true;
+ protected $reqSecu = 2000;
public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{
if($turnType == '계략'){
diff --git a/hwe/sammo/ActionItem/che_명마_01_노기.php b/hwe/sammo/ActionItem/che_명마_01_노기.php
index d6ab2ff3..269da1dc 100644
--- a/hwe/sammo/ActionItem/che_명마_01_노기.php
+++ b/hwe/sammo/ActionItem/che_명마_01_노기.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_01_노기 extends \sammo\BaseStatItem{
- protected static $cost = 1000;
- protected static $buyable = true;
- protected static $reqSecu = 1000;
+ protected $cost = 1000;
+ protected $buyable = true;
+ protected $reqSecu = 1000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_02_조랑.php b/hwe/sammo/ActionItem/che_명마_02_조랑.php
index ca5f0e2c..609f0f44 100644
--- a/hwe/sammo/ActionItem/che_명마_02_조랑.php
+++ b/hwe/sammo/ActionItem/che_명마_02_조랑.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_02_조랑 extends \sammo\BaseStatItem{
- protected static $cost = 3000;
- protected static $buyable = true;
- protected static $reqSecu = 2000;
+ protected $cost = 3000;
+ protected $buyable = true;
+ protected $reqSecu = 2000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_03_노새.php b/hwe/sammo/ActionItem/che_명마_03_노새.php
index 0fc928da..cc4fd164 100644
--- a/hwe/sammo/ActionItem/che_명마_03_노새.php
+++ b/hwe/sammo/ActionItem/che_명마_03_노새.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_03_노새 extends \sammo\BaseStatItem{
- protected static $cost = 6000;
- protected static $buyable = true;
- protected static $reqSecu = 3000;
+ protected $cost = 6000;
+ protected $buyable = true;
+ protected $reqSecu = 3000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_04_나귀.php b/hwe/sammo/ActionItem/che_명마_04_나귀.php
index 116a7f47..26deb054 100644
--- a/hwe/sammo/ActionItem/che_명마_04_나귀.php
+++ b/hwe/sammo/ActionItem/che_명마_04_나귀.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_04_나귀 extends \sammo\BaseStatItem{
- protected static $cost = 10000;
- protected static $buyable = true;
- protected static $reqSecu = 4000;
+ protected $cost = 10000;
+ protected $buyable = true;
+ protected $reqSecu = 4000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_05_갈색마.php b/hwe/sammo/ActionItem/che_명마_05_갈색마.php
index 4ad1900c..89083928 100644
--- a/hwe/sammo/ActionItem/che_명마_05_갈색마.php
+++ b/hwe/sammo/ActionItem/che_명마_05_갈색마.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_05_갈색마 extends \sammo\BaseStatItem{
- protected static $cost = 15000;
- protected static $buyable = true;
- protected static $reqSecu = 5000;
+ protected $cost = 15000;
+ protected $buyable = true;
+ protected $reqSecu = 5000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_06_흑색마.php b/hwe/sammo/ActionItem/che_명마_06_흑색마.php
index fd5f9046..a2f33d0a 100644
--- a/hwe/sammo/ActionItem/che_명마_06_흑색마.php
+++ b/hwe/sammo/ActionItem/che_명마_06_흑색마.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_06_흑색마 extends \sammo\BaseStatItem{
- protected static $cost = 21000;
- protected static $buyable = true;
- protected static $reqSecu = 6000;
+ protected $cost = 21000;
+ protected $buyable = true;
+ protected $reqSecu = 6000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_07_기주마.php b/hwe/sammo/ActionItem/che_명마_07_기주마.php
index de776330..7ec6c226 100644
--- a/hwe/sammo/ActionItem/che_명마_07_기주마.php
+++ b/hwe/sammo/ActionItem/che_명마_07_기주마.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_07_기주마 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_07_백마.php b/hwe/sammo/ActionItem/che_명마_07_백마.php
index 2ebe06d6..94f9ce9c 100644
--- a/hwe/sammo/ActionItem/che_명마_07_백마.php
+++ b/hwe/sammo/ActionItem/che_명마_07_백마.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_07_백마 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_08_양주마.php b/hwe/sammo/ActionItem/che_명마_08_양주마.php
index e5184932..058778b1 100644
--- a/hwe/sammo/ActionItem/che_명마_08_양주마.php
+++ b/hwe/sammo/ActionItem/che_명마_08_양주마.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_08_양주마 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_09_과하마.php b/hwe/sammo/ActionItem/che_명마_09_과하마.php
index c9a426e4..19df9281 100644
--- a/hwe/sammo/ActionItem/che_명마_09_과하마.php
+++ b/hwe/sammo/ActionItem/che_명마_09_과하마.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_09_과하마 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_10_대완마.php b/hwe/sammo/ActionItem/che_명마_10_대완마.php
index 4f2e6a1b..a0430f20 100644
--- a/hwe/sammo/ActionItem/che_명마_10_대완마.php
+++ b/hwe/sammo/ActionItem/che_명마_10_대완마.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_10_대완마 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_11_서량마.php b/hwe/sammo/ActionItem/che_명마_11_서량마.php
index fe5611c6..9a1d103f 100644
--- a/hwe/sammo/ActionItem/che_명마_11_서량마.php
+++ b/hwe/sammo/ActionItem/che_명마_11_서량마.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_11_서량마 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_12_사륜거.php b/hwe/sammo/ActionItem/che_명마_12_사륜거.php
index af0d972d..13896c6e 100644
--- a/hwe/sammo/ActionItem/che_명마_12_사륜거.php
+++ b/hwe/sammo/ActionItem/che_명마_12_사륜거.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_12_사륜거 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_13_적로.php b/hwe/sammo/ActionItem/che_명마_13_적로.php
index 0eacdc80..f1e0393c 100644
--- a/hwe/sammo/ActionItem/che_명마_13_적로.php
+++ b/hwe/sammo/ActionItem/che_명마_13_적로.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_13_적로 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_13_절영.php b/hwe/sammo/ActionItem/che_명마_13_절영.php
index 6beea821..9052063f 100644
--- a/hwe/sammo/ActionItem/che_명마_13_절영.php
+++ b/hwe/sammo/ActionItem/che_명마_13_절영.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_13_절영 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_14_적란마.php b/hwe/sammo/ActionItem/che_명마_14_적란마.php
index 48c42a78..6fb376f4 100644
--- a/hwe/sammo/ActionItem/che_명마_14_적란마.php
+++ b/hwe/sammo/ActionItem/che_명마_14_적란마.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_14_적란마 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_14_조황비전.php b/hwe/sammo/ActionItem/che_명마_14_조황비전.php
index f4ad2222..7de2ec85 100644
--- a/hwe/sammo/ActionItem/che_명마_14_조황비전.php
+++ b/hwe/sammo/ActionItem/che_명마_14_조황비전.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_14_조황비전 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_15_적토마.php b/hwe/sammo/ActionItem/che_명마_15_적토마.php
index 71579004..944493cb 100644
--- a/hwe/sammo/ActionItem/che_명마_15_적토마.php
+++ b/hwe/sammo/ActionItem/che_명마_15_적토마.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_15_적토마 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_명마_15_한혈마.php b/hwe/sammo/ActionItem/che_명마_15_한혈마.php
index e4fe5127..b500b2de 100644
--- a/hwe/sammo/ActionItem/che_명마_15_한혈마.php
+++ b/hwe/sammo/ActionItem/che_명마_15_한혈마.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_명마_15_한혈마 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_01_단도.php b/hwe/sammo/ActionItem/che_무기_01_단도.php
index 9e1aa5a9..b265a724 100644
--- a/hwe/sammo/ActionItem/che_무기_01_단도.php
+++ b/hwe/sammo/ActionItem/che_무기_01_단도.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_01_단도 extends \sammo\BaseStatItem{
- protected static $cost = 1000;
- protected static $buyable = true;
- protected static $reqSecu = 1000;
+ protected $cost = 1000;
+ protected $buyable = true;
+ protected $reqSecu = 1000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_02_단궁.php b/hwe/sammo/ActionItem/che_무기_02_단궁.php
index 249c2aee..7b0b1ec7 100644
--- a/hwe/sammo/ActionItem/che_무기_02_단궁.php
+++ b/hwe/sammo/ActionItem/che_무기_02_단궁.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_02_단궁 extends \sammo\BaseStatItem{
- protected static $cost = 3000;
- protected static $buyable = true;
- protected static $reqSecu = 2000;
+ protected $cost = 3000;
+ protected $buyable = true;
+ protected $reqSecu = 2000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_03_단극.php b/hwe/sammo/ActionItem/che_무기_03_단극.php
index a61f01e4..e55e4e2f 100644
--- a/hwe/sammo/ActionItem/che_무기_03_단극.php
+++ b/hwe/sammo/ActionItem/che_무기_03_단극.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_03_단극 extends \sammo\BaseStatItem{
- protected static $cost = 6000;
- protected static $buyable = true;
- protected static $reqSecu = 3000;
+ protected $cost = 6000;
+ protected $buyable = true;
+ protected $reqSecu = 3000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_04_목검.php b/hwe/sammo/ActionItem/che_무기_04_목검.php
index ab24db35..769f8e59 100644
--- a/hwe/sammo/ActionItem/che_무기_04_목검.php
+++ b/hwe/sammo/ActionItem/che_무기_04_목검.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_04_목검 extends \sammo\BaseStatItem{
- protected static $cost = 10000;
- protected static $buyable = true;
- protected static $reqSecu = 4000;
+ protected $cost = 10000;
+ protected $buyable = true;
+ protected $reqSecu = 4000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_05_죽창.php b/hwe/sammo/ActionItem/che_무기_05_죽창.php
index 1b0a0210..b88d5a0c 100644
--- a/hwe/sammo/ActionItem/che_무기_05_죽창.php
+++ b/hwe/sammo/ActionItem/che_무기_05_죽창.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_05_죽창 extends \sammo\BaseStatItem{
- protected static $cost = 15000;
- protected static $buyable = true;
- protected static $reqSecu = 5000;
+ protected $cost = 15000;
+ protected $buyable = true;
+ protected $reqSecu = 5000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_06_소부.php b/hwe/sammo/ActionItem/che_무기_06_소부.php
index ca99d3a8..b5290a38 100644
--- a/hwe/sammo/ActionItem/che_무기_06_소부.php
+++ b/hwe/sammo/ActionItem/che_무기_06_소부.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_06_소부 extends \sammo\BaseStatItem{
- protected static $cost = 21000;
- protected static $buyable = true;
- protected static $reqSecu = 6000;
+ protected $cost = 21000;
+ protected $buyable = true;
+ protected $reqSecu = 6000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_07_동추.php b/hwe/sammo/ActionItem/che_무기_07_동추.php
index cebc37e0..49a992c7 100644
--- a/hwe/sammo/ActionItem/che_무기_07_동추.php
+++ b/hwe/sammo/ActionItem/che_무기_07_동추.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_07_동추 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_07_맥궁.php b/hwe/sammo/ActionItem/che_무기_07_맥궁.php
index 4d40416d..8f4d0591 100644
--- a/hwe/sammo/ActionItem/che_무기_07_맥궁.php
+++ b/hwe/sammo/ActionItem/che_무기_07_맥궁.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_07_맥궁 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_07_철쇄.php b/hwe/sammo/ActionItem/che_무기_07_철쇄.php
index 921a0ef5..f02b8d61 100644
--- a/hwe/sammo/ActionItem/che_무기_07_철쇄.php
+++ b/hwe/sammo/ActionItem/che_무기_07_철쇄.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_07_철쇄 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_07_철편.php b/hwe/sammo/ActionItem/che_무기_07_철편.php
index 6e646343..ab7b6b11 100644
--- a/hwe/sammo/ActionItem/che_무기_07_철편.php
+++ b/hwe/sammo/ActionItem/che_무기_07_철편.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_07_철편 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_08_유성추.php b/hwe/sammo/ActionItem/che_무기_08_유성추.php
index 625cc173..b33fd7ee 100644
--- a/hwe/sammo/ActionItem/che_무기_08_유성추.php
+++ b/hwe/sammo/ActionItem/che_무기_08_유성추.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_08_유성추 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_08_철질여골.php b/hwe/sammo/ActionItem/che_무기_08_철질여골.php
index 0d86327f..4c46846b 100644
--- a/hwe/sammo/ActionItem/che_무기_08_철질여골.php
+++ b/hwe/sammo/ActionItem/che_무기_08_철질여골.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_08_철질여골 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_09_동호비궁.php b/hwe/sammo/ActionItem/che_무기_09_동호비궁.php
index 9f810423..d7700da6 100644
--- a/hwe/sammo/ActionItem/che_무기_09_동호비궁.php
+++ b/hwe/sammo/ActionItem/che_무기_09_동호비궁.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_09_동호비궁 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_09_쌍철극.php b/hwe/sammo/ActionItem/che_무기_09_쌍철극.php
index e5608dda..2410d350 100644
--- a/hwe/sammo/ActionItem/che_무기_09_쌍철극.php
+++ b/hwe/sammo/ActionItem/che_무기_09_쌍철극.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_09_쌍철극 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_10_대부.php b/hwe/sammo/ActionItem/che_무기_10_대부.php
index 1f3c564c..d77271c8 100644
--- a/hwe/sammo/ActionItem/che_무기_10_대부.php
+++ b/hwe/sammo/ActionItem/che_무기_10_대부.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_10_대부 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_10_삼첨도.php b/hwe/sammo/ActionItem/che_무기_10_삼첨도.php
index 23369ee4..867f6800 100644
--- a/hwe/sammo/ActionItem/che_무기_10_삼첨도.php
+++ b/hwe/sammo/ActionItem/che_무기_10_삼첨도.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_10_삼첨도 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_11_고정도.php b/hwe/sammo/ActionItem/che_무기_11_고정도.php
index 06bb861b..975f6e78 100644
--- a/hwe/sammo/ActionItem/che_무기_11_고정도.php
+++ b/hwe/sammo/ActionItem/che_무기_11_고정도.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_11_고정도 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_11_이광궁.php b/hwe/sammo/ActionItem/che_무기_11_이광궁.php
index 4c4ec530..95fbf6b2 100644
--- a/hwe/sammo/ActionItem/che_무기_11_이광궁.php
+++ b/hwe/sammo/ActionItem/che_무기_11_이광궁.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_11_이광궁 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_12_철척사모.php b/hwe/sammo/ActionItem/che_무기_12_철척사모.php
index 9d440b04..9222cf1e 100644
--- a/hwe/sammo/ActionItem/che_무기_12_철척사모.php
+++ b/hwe/sammo/ActionItem/che_무기_12_철척사모.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_12_철척사모 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_12_칠성검.php b/hwe/sammo/ActionItem/che_무기_12_칠성검.php
index e987aa3b..e5270f60 100644
--- a/hwe/sammo/ActionItem/che_무기_12_칠성검.php
+++ b/hwe/sammo/ActionItem/che_무기_12_칠성검.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_12_칠성검 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_13_사모.php b/hwe/sammo/ActionItem/che_무기_13_사모.php
index 9432fcef..63d8c60d 100644
--- a/hwe/sammo/ActionItem/che_무기_13_사모.php
+++ b/hwe/sammo/ActionItem/che_무기_13_사모.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_13_사모 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_13_양유기궁.php b/hwe/sammo/ActionItem/che_무기_13_양유기궁.php
index 9ea71744..55c6713b 100644
--- a/hwe/sammo/ActionItem/che_무기_13_양유기궁.php
+++ b/hwe/sammo/ActionItem/che_무기_13_양유기궁.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_13_양유기궁 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_14_방천화극.php b/hwe/sammo/ActionItem/che_무기_14_방천화극.php
index a2a0bcd6..ddb1c360 100644
--- a/hwe/sammo/ActionItem/che_무기_14_방천화극.php
+++ b/hwe/sammo/ActionItem/che_무기_14_방천화극.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_14_방천화극 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_14_언월도.php b/hwe/sammo/ActionItem/che_무기_14_언월도.php
index 7980d444..e97af215 100644
--- a/hwe/sammo/ActionItem/che_무기_14_언월도.php
+++ b/hwe/sammo/ActionItem/che_무기_14_언월도.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_14_언월도 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_15_의천검.php b/hwe/sammo/ActionItem/che_무기_15_의천검.php
index 6cadf994..297eea76 100644
--- a/hwe/sammo/ActionItem/che_무기_15_의천검.php
+++ b/hwe/sammo/ActionItem/che_무기_15_의천검.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_15_의천검 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_무기_15_청홍검.php b/hwe/sammo/ActionItem/che_무기_15_청홍검.php
index b109fefb..8b6bb670 100644
--- a/hwe/sammo/ActionItem/che_무기_15_청홍검.php
+++ b/hwe/sammo/ActionItem/che_무기_15_청홍검.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_무기_15_청홍검 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_사기_두강주.php b/hwe/sammo/ActionItem/che_사기_두강주.php
index ee36c890..7aae2941 100644
--- a/hwe/sammo/ActionItem/che_사기_두강주.php
+++ b/hwe/sammo/ActionItem/che_사기_두강주.php
@@ -5,11 +5,11 @@ use \sammo\General;
class che_사기_의적주 extends \sammo\BaseItem{
- protected static $id = 15;
- protected static $name = '두강주(사기)';
- protected static $info = '[전투] 사기 보정 +10';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 15;
+ protected $name = '두강주(사기)';
+ protected $info = '[전투] 사기 보정 +10';
+ protected $cost = 200;
+ protected $consumable = false;
public function onCalcStat(General $general, string $statName, $value, $aux=null){
if($statName === 'bonusAtmos'){
diff --git a/hwe/sammo/ActionItem/che_사기_보령압주.php b/hwe/sammo/ActionItem/che_사기_보령압주.php
index 51b9fa34..ff5be115 100644
--- a/hwe/sammo/ActionItem/che_사기_보령압주.php
+++ b/hwe/sammo/ActionItem/che_사기_보령압주.php
@@ -5,11 +5,11 @@ use \sammo\General;
class che_사기_보령압주 extends \sammo\BaseItem{
- protected static $id = 16;
- protected static $name = '보령압주(사기)';
- protected static $info = '[전투] 사기 보정 +10';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 16;
+ protected $name = '보령압주(사기)';
+ protected $info = '[전투] 사기 보정 +10';
+ protected $cost = 200;
+ protected $consumable = false;
public function onCalcStat(General $general, string $statName, $value, $aux=null){
if($statName === 'bonusAtmos'){
diff --git a/hwe/sammo/ActionItem/che_사기_의적주.php b/hwe/sammo/ActionItem/che_사기_의적주.php
index 9b7cb7f9..173de55e 100644
--- a/hwe/sammo/ActionItem/che_사기_의적주.php
+++ b/hwe/sammo/ActionItem/che_사기_의적주.php
@@ -5,11 +5,11 @@ use \sammo\General;
class che_사기_의적주 extends \sammo\BaseItem{
- protected static $id = 14;
- protected static $name = '의적주(사기)';
- protected static $info = '[전투] 사기 보정 +10';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 14;
+ protected $name = '의적주(사기)';
+ protected $info = '[전투] 사기 보정 +10';
+ protected $cost = 200;
+ protected $consumable = false;
public function onCalcStat(General $general, string $statName, $value, $aux=null){
if($statName === 'bonusAtmos'){
diff --git a/hwe/sammo/ActionItem/che_사기_초선화.php b/hwe/sammo/ActionItem/che_사기_초선화.php
index e528f3b7..15d39daa 100644
--- a/hwe/sammo/ActionItem/che_사기_초선화.php
+++ b/hwe/sammo/ActionItem/che_사기_초선화.php
@@ -5,11 +5,11 @@ use \sammo\General;
class che_사기_초선화 extends \sammo\BaseItem{
- protected static $id = 20;
- protected static $name = '초선화(사기)';
- protected static $info = '[전투] 사기 보정 +14';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 20;
+ protected $name = '초선화(사기)';
+ protected $info = '[전투] 사기 보정 +14';
+ protected $cost = 200;
+ protected $consumable = false;
public function onCalcStat(General $general, string $statName, $value, $aux=null){
if($statName === 'bonusAtmos'){
diff --git a/hwe/sammo/ActionItem/che_사기_춘화첩.php b/hwe/sammo/ActionItem/che_사기_춘화첩.php
index 3c178a6d..1554988a 100644
--- a/hwe/sammo/ActionItem/che_사기_춘화첩.php
+++ b/hwe/sammo/ActionItem/che_사기_춘화첩.php
@@ -5,11 +5,11 @@ use \sammo\General;
class che_사기_춘화첩 extends \sammo\BaseItem{
- protected static $id = 19;
- protected static $name = '춘화첩(사기)';
- protected static $info = '[전투] 사기 보정 +14';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 19;
+ protected $name = '춘화첩(사기)';
+ protected $info = '[전투] 사기 보정 +14';
+ protected $cost = 200;
+ protected $consumable = false;
public function onCalcStat(General $general, string $statName, $value, $aux=null){
if($statName === 'bonusAtmos'){
diff --git a/hwe/sammo/ActionItem/che_사기_탁주.php b/hwe/sammo/ActionItem/che_사기_탁주.php
index 6bba1049..685405c0 100644
--- a/hwe/sammo/ActionItem/che_사기_탁주.php
+++ b/hwe/sammo/ActionItem/che_사기_탁주.php
@@ -6,13 +6,13 @@ use \sammo\BaseWarUnitTrigger;
class che_사기_탁주 extends \sammo\BaseItem{
- protected static $id = 3;
- protected static $name = '탁주(사기)';
- protected static $info = '[전투] 사기 +6. 1회용';
- protected static $cost = 1000;
- protected static $consumable = true;
- protected static $buyable = true;
- protected static $reqSecu = 1000;
+ protected $id = 3;
+ protected $name = '탁주(사기)';
+ protected $info = '[전투] 사기 +6. 1회용';
+ protected $cost = 1000;
+ protected $consumable = true;
+ protected $buyable = true;
+ protected $reqSecu = 1000;
public function getBattleInitSkillTriggerList(WarUnit $unit):?WarUnitTriggerCaller{
return new WarUnitTriggerCaller(
diff --git a/hwe/sammo/ActionItem/che_서적_01_효경전.php b/hwe/sammo/ActionItem/che_서적_01_효경전.php
index f5f919bb..31a79aab 100644
--- a/hwe/sammo/ActionItem/che_서적_01_효경전.php
+++ b/hwe/sammo/ActionItem/che_서적_01_효경전.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_01_효경전 extends \sammo\BaseStatItem{
- protected static $cost = 1000;
- protected static $buyable = true;
- protected static $reqSecu = 1000;
+ protected $cost = 1000;
+ protected $buyable = true;
+ protected $reqSecu = 1000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_02_회남자.php b/hwe/sammo/ActionItem/che_서적_02_회남자.php
index 85cc76ed..b66edad2 100644
--- a/hwe/sammo/ActionItem/che_서적_02_회남자.php
+++ b/hwe/sammo/ActionItem/che_서적_02_회남자.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_02_회남자 extends \sammo\BaseStatItem{
- protected static $cost = 3000;
- protected static $buyable = true;
- protected static $reqSecu = 2000;
+ protected $cost = 3000;
+ protected $buyable = true;
+ protected $reqSecu = 2000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_03_변도론.php b/hwe/sammo/ActionItem/che_서적_03_변도론.php
index 11249809..468838a7 100644
--- a/hwe/sammo/ActionItem/che_서적_03_변도론.php
+++ b/hwe/sammo/ActionItem/che_서적_03_변도론.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_03_변도론 extends \sammo\BaseStatItem{
- protected static $cost = 6000;
- protected static $buyable = true;
- protected static $reqSecu = 3000;
+ protected $cost = 6000;
+ protected $buyable = true;
+ protected $reqSecu = 3000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_04_건상역주.php b/hwe/sammo/ActionItem/che_서적_04_건상역주.php
index c61eabf6..33c9cf30 100644
--- a/hwe/sammo/ActionItem/che_서적_04_건상역주.php
+++ b/hwe/sammo/ActionItem/che_서적_04_건상역주.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_04_건상역주 extends \sammo\BaseStatItem{
- protected static $cost = 10000;
- protected static $buyable = true;
- protected static $reqSecu = 4000;
+ protected $cost = 10000;
+ protected $buyable = true;
+ protected $reqSecu = 4000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_05_여씨춘추.php b/hwe/sammo/ActionItem/che_서적_05_여씨춘추.php
index 71410579..68208062 100644
--- a/hwe/sammo/ActionItem/che_서적_05_여씨춘추.php
+++ b/hwe/sammo/ActionItem/che_서적_05_여씨춘추.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_05_여씨춘추 extends \sammo\BaseStatItem{
- protected static $cost = 15000;
- protected static $buyable = true;
- protected static $reqSecu = 5000;
+ protected $cost = 15000;
+ protected $buyable = true;
+ protected $reqSecu = 5000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_06_사민월령.php b/hwe/sammo/ActionItem/che_서적_06_사민월령.php
index bd411a34..c6a3ad81 100644
--- a/hwe/sammo/ActionItem/che_서적_06_사민월령.php
+++ b/hwe/sammo/ActionItem/che_서적_06_사민월령.php
@@ -4,7 +4,7 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_06_사민월령 extends \sammo\BaseStatItem{
- protected static $cost = 21000;
- protected static $buyable = true;
- protected static $reqSecu = 6000;
+ protected $cost = 21000;
+ protected $buyable = true;
+ protected $reqSecu = 6000;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_07_논어.php b/hwe/sammo/ActionItem/che_서적_07_논어.php
index cb1c44d4..7e3024ed 100644
--- a/hwe/sammo/ActionItem/che_서적_07_논어.php
+++ b/hwe/sammo/ActionItem/che_서적_07_논어.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_07_논어 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_07_사마법.php b/hwe/sammo/ActionItem/che_서적_07_사마법.php
index 4fc69c2c..33a92211 100644
--- a/hwe/sammo/ActionItem/che_서적_07_사마법.php
+++ b/hwe/sammo/ActionItem/che_서적_07_사마법.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_07_사마법 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_07_위료자.php b/hwe/sammo/ActionItem/che_서적_07_위료자.php
index a9facb85..de1d1d62 100644
--- a/hwe/sammo/ActionItem/che_서적_07_위료자.php
+++ b/hwe/sammo/ActionItem/che_서적_07_위료자.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_07_위료자 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_07_한서.php b/hwe/sammo/ActionItem/che_서적_07_한서.php
index 0152aea5..5e58e096 100644
--- a/hwe/sammo/ActionItem/che_서적_07_한서.php
+++ b/hwe/sammo/ActionItem/che_서적_07_한서.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_07_한서 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_08_사기.php b/hwe/sammo/ActionItem/che_서적_08_사기.php
index f623180b..778f27ec 100644
--- a/hwe/sammo/ActionItem/che_서적_08_사기.php
+++ b/hwe/sammo/ActionItem/che_서적_08_사기.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_08_사기 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_08_전론.php b/hwe/sammo/ActionItem/che_서적_08_전론.php
index 77ac0a74..d4354357 100644
--- a/hwe/sammo/ActionItem/che_서적_08_전론.php
+++ b/hwe/sammo/ActionItem/che_서적_08_전론.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_08_전론 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_09_역경.php b/hwe/sammo/ActionItem/che_서적_09_역경.php
index 3dcd0358..a7770c81 100644
--- a/hwe/sammo/ActionItem/che_서적_09_역경.php
+++ b/hwe/sammo/ActionItem/che_서적_09_역경.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_09_역경 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_09_장자.php b/hwe/sammo/ActionItem/che_서적_09_장자.php
index ffa0a160..50fab336 100644
--- a/hwe/sammo/ActionItem/che_서적_09_장자.php
+++ b/hwe/sammo/ActionItem/che_서적_09_장자.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_09_장자 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_10_구국론.php b/hwe/sammo/ActionItem/che_서적_10_구국론.php
index e6f57844..9d21747f 100644
--- a/hwe/sammo/ActionItem/che_서적_10_구국론.php
+++ b/hwe/sammo/ActionItem/che_서적_10_구국론.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_10_구국론 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_10_시경.php b/hwe/sammo/ActionItem/che_서적_10_시경.php
index 6f82e21b..c4e6fece 100644
--- a/hwe/sammo/ActionItem/che_서적_10_시경.php
+++ b/hwe/sammo/ActionItem/che_서적_10_시경.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_10_시경 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_11_상군서.php b/hwe/sammo/ActionItem/che_서적_11_상군서.php
index 03223e1b..54fea079 100644
--- a/hwe/sammo/ActionItem/che_서적_11_상군서.php
+++ b/hwe/sammo/ActionItem/che_서적_11_상군서.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_11_상군서 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_11_춘추전.php b/hwe/sammo/ActionItem/che_서적_11_춘추전.php
index 261f6260..90cfa7fd 100644
--- a/hwe/sammo/ActionItem/che_서적_11_춘추전.php
+++ b/hwe/sammo/ActionItem/che_서적_11_춘추전.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_11_춘추전 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_12_맹덕신서.php b/hwe/sammo/ActionItem/che_서적_12_맹덕신서.php
index 46d46691..a55e538a 100644
--- a/hwe/sammo/ActionItem/che_서적_12_맹덕신서.php
+++ b/hwe/sammo/ActionItem/che_서적_12_맹덕신서.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_12_맹덕신서 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_12_산해경.php b/hwe/sammo/ActionItem/che_서적_12_산해경.php
index 7da95e31..7947e879 100644
--- a/hwe/sammo/ActionItem/che_서적_12_산해경.php
+++ b/hwe/sammo/ActionItem/che_서적_12_산해경.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_12_산해경 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_13_관자.php b/hwe/sammo/ActionItem/che_서적_13_관자.php
index 72b9be90..8a7b0cea 100644
--- a/hwe/sammo/ActionItem/che_서적_13_관자.php
+++ b/hwe/sammo/ActionItem/che_서적_13_관자.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_13_관자 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_13_병법24편.php b/hwe/sammo/ActionItem/che_서적_13_병법24편.php
index 8d4ab5ed..884fa8f4 100644
--- a/hwe/sammo/ActionItem/che_서적_13_병법24편.php
+++ b/hwe/sammo/ActionItem/che_서적_13_병법24편.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_13_병법24편 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_14_오자병법.php b/hwe/sammo/ActionItem/che_서적_14_오자병법.php
index 74d95470..474d4efa 100644
--- a/hwe/sammo/ActionItem/che_서적_14_오자병법.php
+++ b/hwe/sammo/ActionItem/che_서적_14_오자병법.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_14_오자병법 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_14_한비자.php b/hwe/sammo/ActionItem/che_서적_14_한비자.php
index 2e2a5171..60128e87 100644
--- a/hwe/sammo/ActionItem/che_서적_14_한비자.php
+++ b/hwe/sammo/ActionItem/che_서적_14_한비자.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_14_한비자 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_15_노자.php b/hwe/sammo/ActionItem/che_서적_15_노자.php
index 6b993729..e9553af4 100644
--- a/hwe/sammo/ActionItem/che_서적_15_노자.php
+++ b/hwe/sammo/ActionItem/che_서적_15_노자.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_15_노자 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_서적_15_손자병법.php b/hwe/sammo/ActionItem/che_서적_15_손자병법.php
index f5b64c79..13ab2f91 100644
--- a/hwe/sammo/ActionItem/che_서적_15_손자병법.php
+++ b/hwe/sammo/ActionItem/che_서적_15_손자병법.php
@@ -4,6 +4,6 @@ use \sammo\iAction;
use \sammo\General;
class che_서적_15_손자병법 extends \sammo\BaseStatItem{
- protected static $cost = 200;
- protected static $buyable = false;
+ protected $cost = 200;
+ protected $buyable = false;
}
\ No newline at end of file
diff --git a/hwe/sammo/ActionItem/che_의술_청낭서.php b/hwe/sammo/ActionItem/che_의술_청낭서.php
index 97c9e17f..22fc64e9 100644
--- a/hwe/sammo/ActionItem/che_의술_청낭서.php
+++ b/hwe/sammo/ActionItem/che_의술_청낭서.php
@@ -11,11 +11,11 @@ use sammo\WarUnitTriggerCaller;
class che_의술_청낭서 extends \sammo\BaseItem{
- protected static $id = 23;
- protected static $name = '청낭서(의술)';
- protected static $info = '[군사] 매 턴마다 자신(100%)과 소속 도시 장수(적 포함 50%) 부상 회복
[전투] 페이즈마다 20% 확률로 치료 발동(아군 피해 1/3 감소)';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 23;
+ protected $name = '청낭서(의술)';
+ protected $info = '[군사] 매 턴마다 자신(100%)과 소속 도시 장수(적 포함 50%) 부상 회복
[전투] 페이즈마다 20% 확률로 치료 발동(아군 피해 1/3 감소)';
+ protected $cost = 200;
+ protected $consumable = false;
public function getPreTurnExecuteTriggerList(General $general):?GeneralTriggerCaller{
return new GeneralTriggerCaller(
diff --git a/hwe/sammo/ActionItem/che_의술_태평청령.php b/hwe/sammo/ActionItem/che_의술_태평청령.php
index 536b1ca9..2e90c217 100644
--- a/hwe/sammo/ActionItem/che_의술_태평청령.php
+++ b/hwe/sammo/ActionItem/che_의술_태평청령.php
@@ -11,11 +11,11 @@ use sammo\WarUnitTrigger\che_전투치료시도;
class che_의술_태평청령 extends \sammo\BaseItem{
- protected static $id = 24;
- protected static $name = '태평청령(의술)';
- protected static $info = '[군사] 매 턴마다 자신(100%)과 소속 도시 장수(적 포함 50%) 부상 회복
[전투] 페이즈마다 20% 확률로 치료 발동(아군 피해 1/3 감소)';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 24;
+ protected $name = '태평청령(의술)';
+ protected $info = '[군사] 매 턴마다 자신(100%)과 소속 도시 장수(적 포함 50%) 부상 회복
[전투] 페이즈마다 20% 확률로 치료 발동(아군 피해 1/3 감소)';
+ protected $cost = 200;
+ protected $consumable = false;
public function getPreTurnExecuteTriggerList(General $general):?GeneralTriggerCaller{
return new GeneralTriggerCaller(
diff --git a/hwe/sammo/ActionItem/che_저격_수극.php b/hwe/sammo/ActionItem/che_저격_수극.php
index 44469f32..9d1c5c00 100644
--- a/hwe/sammo/ActionItem/che_저격_수극.php
+++ b/hwe/sammo/ActionItem/che_저격_수극.php
@@ -10,13 +10,13 @@ use \sammo\BaseWarUnitTrigger;
class che_저격_수극 extends \sammo\BaseItem{
- protected static $id = 2;
- protected static $name = '수극(저격)';
- protected static $info = '[전투] 전투 개시 전 20% 확률로 저격 시도. 1회용';
- protected static $cost = 1000;
- protected static $consumable = true;
- protected static $buyable = true;
- protected static $reqSecu = 1000;
+ protected $id = 2;
+ protected $name = '수극(저격)';
+ protected $info = '[전투] 전투 개시 전 20% 확률로 저격 시도. 1회용';
+ protected $cost = 1000;
+ protected $consumable = true;
+ protected $buyable = true;
+ protected $reqSecu = 1000;
public function getBattleInitSkillTriggerList(WarUnit $unit):?WarUnitTriggerCaller{
return new WarUnitTriggerCaller(
diff --git a/hwe/sammo/ActionItem/che_치료_도소연명.php b/hwe/sammo/ActionItem/che_치료_도소연명.php
index 63ffd74c..6a4c2e02 100644
--- a/hwe/sammo/ActionItem/che_치료_도소연명.php
+++ b/hwe/sammo/ActionItem/che_치료_도소연명.php
@@ -7,11 +7,11 @@ use \sammo\GeneralTriggerCaller;
class che_치료_도소연명 extends \sammo\BaseItem{
- protected static $id = 9;
- protected static $name = '도소연명(치료)';
- protected static $info = '[군사] 턴 실행 전 부상 회복.';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 9;
+ protected $name = '도소연명(치료)';
+ protected $info = '[군사] 턴 실행 전 부상 회복.';
+ protected $cost = 200;
+ protected $consumable = false;
public function getPreTurnExecuteTriggerList(General $general):?GeneralTriggerCaller{
return new GeneralTriggerCaller(
diff --git a/hwe/sammo/ActionItem/che_치료_무후행군.php b/hwe/sammo/ActionItem/che_치료_무후행군.php
index 8e11babc..ed2c4553 100644
--- a/hwe/sammo/ActionItem/che_치료_무후행군.php
+++ b/hwe/sammo/ActionItem/che_치료_무후행군.php
@@ -7,11 +7,11 @@ use \sammo\GeneralTriggerCaller;
class che_치료_무후행군 extends \sammo\BaseItem{
- protected static $id = 8;
- protected static $name = '무후행군(치료)';
- protected static $info = '[군사] 턴 실행 전 부상 회복.';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 8;
+ protected $name = '무후행군(치료)';
+ protected $info = '[군사] 턴 실행 전 부상 회복.';
+ protected $cost = 200;
+ protected $consumable = false;
public function getPreTurnExecuteTriggerList(General $general):?GeneralTriggerCaller{
return new GeneralTriggerCaller(
diff --git a/hwe/sammo/ActionItem/che_치료_오석산.php b/hwe/sammo/ActionItem/che_치료_오석산.php
index 6c44685b..e02e8b4a 100644
--- a/hwe/sammo/ActionItem/che_치료_오석산.php
+++ b/hwe/sammo/ActionItem/che_치료_오석산.php
@@ -7,11 +7,11 @@ use \sammo\GeneralTriggerCaller;
class che_치료_오석산 extends \sammo\BaseItem{
- protected static $id = 7;
- protected static $name = '오석산(치료)';
- protected static $info = '[군사] 턴 실행 전 부상 회복.';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 7;
+ protected $name = '오석산(치료)';
+ protected $info = '[군사] 턴 실행 전 부상 회복.';
+ protected $cost = 200;
+ protected $consumable = false;
public function getPreTurnExecuteTriggerList(General $general):?GeneralTriggerCaller{
return new GeneralTriggerCaller(
diff --git a/hwe/sammo/ActionItem/che_치료_정력견혈.php b/hwe/sammo/ActionItem/che_치료_정력견혈.php
index 6a8b23a5..e0ccee9d 100644
--- a/hwe/sammo/ActionItem/che_치료_정력견혈.php
+++ b/hwe/sammo/ActionItem/che_치료_정력견혈.php
@@ -7,11 +7,11 @@ use \sammo\GeneralTriggerCaller;
class che_치료_정력견혈 extends \sammo\BaseItem{
- protected static $id = 11;
- protected static $name = '정력견혈(치료)';
- protected static $info = '[군사] 턴 실행 전 부상 회복.';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 11;
+ protected $name = '정력견혈(치료)';
+ protected $info = '[군사] 턴 실행 전 부상 회복.';
+ protected $cost = 200;
+ protected $consumable = false;
public function getPreTurnExecuteTriggerList(General $general):?GeneralTriggerCaller{
return new GeneralTriggerCaller(
diff --git a/hwe/sammo/ActionItem/che_치료_칠엽청점.php b/hwe/sammo/ActionItem/che_치료_칠엽청점.php
index fb114711..561a47b8 100644
--- a/hwe/sammo/ActionItem/che_치료_칠엽청점.php
+++ b/hwe/sammo/ActionItem/che_치료_칠엽청점.php
@@ -7,11 +7,11 @@ use \sammo\GeneralTriggerCaller;
class che_치료_칠엽청점 extends \sammo\BaseItem{
- protected static $id = 10;
- protected static $name = '칠엽청점(치료)';
- protected static $info = '[군사] 턴 실행 전 부상 회복.';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 10;
+ protected $name = '칠엽청점(치료)';
+ protected $info = '[군사] 턴 실행 전 부상 회복.';
+ protected $cost = 200;
+ protected $consumable = false;
public function getPreTurnExecuteTriggerList(General $general):?GeneralTriggerCaller{
return new GeneralTriggerCaller(
diff --git a/hwe/sammo/ActionItem/che_치료_환약.php b/hwe/sammo/ActionItem/che_치료_환약.php
index 18792f5b..ffd09682 100644
--- a/hwe/sammo/ActionItem/che_치료_환약.php
+++ b/hwe/sammo/ActionItem/che_치료_환약.php
@@ -7,13 +7,13 @@ use \sammo\GeneralTriggerCaller;
class che_치료_환약 extends \sammo\BaseItem{
- protected static $id = 1;
- protected static $name = '환약(치료)';
- protected static $info = '[군사] 턴 실행 전 부상 회복. 1회용';
- protected static $cost = 100;
- protected static $consumable = true;
- protected static $buyable = true;
- protected static $reqSecu = 0;
+ protected $id = 1;
+ protected $name = '환약(치료)';
+ protected $info = '[군사] 턴 실행 전 부상 회복. 1회용';
+ protected $cost = 100;
+ protected $consumable = true;
+ protected $buyable = true;
+ protected $reqSecu = 0;
public function getPreTurnExecuteTriggerList(General $general):?GeneralTriggerCaller{
return new GeneralTriggerCaller(
diff --git a/hwe/sammo/ActionItem/che_회피_둔갑천서.php b/hwe/sammo/ActionItem/che_회피_둔갑천서.php
index 29e2a4c3..fc94c76b 100644
--- a/hwe/sammo/ActionItem/che_회피_둔갑천서.php
+++ b/hwe/sammo/ActionItem/che_회피_둔갑천서.php
@@ -5,11 +5,11 @@ use \sammo\General;
class che_회피_둔갑천서 extends \sammo\BaseItem{
- protected static $id = 26;
- protected static $name = '둔갑천서(회피)';
- protected static $info = '[전투] 회피 확률 +20%p';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 26;
+ protected $name = '둔갑천서(회피)';
+ protected $info = '[전투] 회피 확률 +20%p';
+ protected $cost = 200;
+ protected $consumable = false;
public function onCalcStat(General $general, string $statName, $value, $aux=null){
if($statName === 'warAvoidRatio'){
diff --git a/hwe/sammo/ActionItem/che_회피_태평요술.php b/hwe/sammo/ActionItem/che_회피_태평요술.php
index 5625e0ca..cf6f3d5e 100644
--- a/hwe/sammo/ActionItem/che_회피_태평요술.php
+++ b/hwe/sammo/ActionItem/che_회피_태평요술.php
@@ -5,11 +5,11 @@ use \sammo\General;
class che_회피_태평요술 extends \sammo\BaseItem{
- protected static $id = 25;
- protected static $name = '둔갑천서(회피)';
- protected static $info = '[전투] 회피 확률 +20%p';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 25;
+ protected $name = '둔갑천서(회피)';
+ protected $info = '[전투] 회피 확률 +20%p';
+ protected $cost = 200;
+ protected $consumable = false;
public function onCalcStat(General $general, string $statName, $value, $aux=null){
if($statName === 'warAvoidRatio'){
diff --git a/hwe/sammo/ActionItem/che_훈련_과실주.php b/hwe/sammo/ActionItem/che_훈련_과실주.php
index 309f449c..455d33ac 100644
--- a/hwe/sammo/ActionItem/che_훈련_과실주.php
+++ b/hwe/sammo/ActionItem/che_훈련_과실주.php
@@ -5,11 +5,11 @@ use \sammo\General;
class che_훈련_과실주 extends \sammo\BaseItem{
- protected static $id = 12;
- protected static $name = '과실주(훈련)';
- protected static $info = '[전투] 훈련 보정 +10';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 12;
+ protected $name = '과실주(훈련)';
+ protected $info = '[전투] 훈련 보정 +10';
+ protected $cost = 200;
+ protected $consumable = false;
public function onCalcStat(General $general, string $statName, $value, $aux=null){
if($statName === 'bonusTrain'){
diff --git a/hwe/sammo/ActionItem/che_훈련_단결도.php b/hwe/sammo/ActionItem/che_훈련_단결도.php
index 66cbff3c..244b1250 100644
--- a/hwe/sammo/ActionItem/che_훈련_단결도.php
+++ b/hwe/sammo/ActionItem/che_훈련_단결도.php
@@ -5,11 +5,11 @@ use \sammo\General;
class che_훈련_단결도 extends \sammo\BaseItem{
- protected static $id = 18;
- protected static $name = '단결도(훈련)';
- protected static $info = '[전투] 훈련 보정 +14';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 18;
+ protected $name = '단결도(훈련)';
+ protected $info = '[전투] 훈련 보정 +14';
+ protected $cost = 200;
+ protected $consumable = false;
public function onCalcStat(General $general, string $statName, $value, $aux=null){
if($statName === 'bonusTrain'){
diff --git a/hwe/sammo/ActionItem/che_훈련_이강주.php b/hwe/sammo/ActionItem/che_훈련_이강주.php
index 5a379364..39aac67c 100644
--- a/hwe/sammo/ActionItem/che_훈련_이강주.php
+++ b/hwe/sammo/ActionItem/che_훈련_이강주.php
@@ -5,11 +5,11 @@ use \sammo\General;
class che_훈련_이강주 extends \sammo\BaseItem{
- protected static $id = 13;
- protected static $name = '이강주(훈련)';
- protected static $info = '[전투] 훈련 보정 +10';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 13;
+ protected $name = '이강주(훈련)';
+ protected $info = '[전투] 훈련 보정 +10';
+ protected $cost = 200;
+ protected $consumable = false;
public function onCalcStat(General $general, string $statName, $value, $aux=null){
if($statName === 'bonusTrain'){
diff --git a/hwe/sammo/ActionItem/che_훈련_철벽서.php b/hwe/sammo/ActionItem/che_훈련_철벽서.php
index d3f411f5..3ba07947 100644
--- a/hwe/sammo/ActionItem/che_훈련_철벽서.php
+++ b/hwe/sammo/ActionItem/che_훈련_철벽서.php
@@ -5,11 +5,11 @@ use \sammo\General;
class che_훈련_철벽서 extends \sammo\BaseItem{
- protected static $id = 17;
- protected static $name = '철벽서(훈련)';
- protected static $info = '[전투] 훈련 보정 +14';
- protected static $cost = 200;
- protected static $consumable = false;
+ protected $id = 17;
+ protected $name = '철벽서(훈련)';
+ protected $info = '[전투] 훈련 보정 +14';
+ protected $cost = 200;
+ protected $consumable = false;
public function onCalcStat(General $general, string $statName, $value, $aux=null){
if($statName === 'bonusTrain'){
diff --git a/hwe/sammo/ActionItem/che_훈련_청주.php b/hwe/sammo/ActionItem/che_훈련_청주.php
index 2291427b..d52f591e 100644
--- a/hwe/sammo/ActionItem/che_훈련_청주.php
+++ b/hwe/sammo/ActionItem/che_훈련_청주.php
@@ -6,13 +6,13 @@ use \sammo\BaseWarUnitTrigger;
class che_훈련_청주 extends \sammo\BaseItem{
- protected static $id = 4;
- protected static $name = '청주(훈련)';
- protected static $info = '[전투] 훈련 +6. 1회용';
- protected static $cost = 1000;
- protected static $consumable = true;
- protected static $buyable = true;
- protected static $reqSecu = 1000;
+ protected $id = 4;
+ protected $name = '청주(훈련)';
+ protected $info = '[전투] 훈련 +6. 1회용';
+ protected $cost = 1000;
+ protected $consumable = true;
+ protected $buyable = true;
+ protected $reqSecu = 1000;
public function getBattleInitSkillTriggerList(WarUnit $unit):?WarUnitTriggerCaller{
return new WarUnitTriggerCaller(
diff --git a/hwe/sammo/BaseItem.php b/hwe/sammo/BaseItem.php
index 89b71d45..f1da360d 100644
--- a/hwe/sammo/BaseItem.php
+++ b/hwe/sammo/BaseItem.php
@@ -7,13 +7,13 @@ use \sammo\General;
class BaseItem implements iAction{
use \sammo\DefaultAction;
- protected static $id = 0;
- protected static $name = '-';
- protected static $info = '';
- protected static $cost = null;
- protected static $consumable = false;
- protected static $buyable = false;
- protected static $reqSecu = 0;
+ protected $id = 0;
+ protected $name = '-';
+ protected $info = '';
+ protected $cost = null;
+ protected $consumable = false;
+ protected $buyable = false;
+ protected $reqSecu = 0;
function getID(){
return $this->id;
@@ -36,7 +36,7 @@ class BaseItem implements iAction{
}
function getReqSecu(){
- return static::$reqSecu;
+ return $this->reqSecu;
}
function isValidTurnItem(string $actionType, string $command):bool{
diff --git a/hwe/sammo/BaseStatItem.php b/hwe/sammo/BaseStatItem.php
index ce579a55..85b6bbef 100644
--- a/hwe/sammo/BaseStatItem.php
+++ b/hwe/sammo/BaseStatItem.php
@@ -5,13 +5,13 @@ use \sammo\General;
class BaseStatItem extends BaseItem{
- protected static $statNick = '통솔';
- protected static $statType = 'leader';
- protected static $statValue = 1;
- protected static $cost = 1000;
- protected static $rawName = '노기';
- protected static $consumable = false;
- protected static $buyable = true;
+ protected $statNick = '통솔';
+ protected $statType = 'leader';
+ protected $statValue = 1;
+ protected $cost = 1000;
+ protected $rawName = '노기';
+ protected $consumable = false;
+ protected $buyable = true;
protected const ITEM_TYPE = [
'명마'=>['통솔', 'leader'],