feat: event 연구 커맨드 추가
This commit is contained in:
@@ -21,6 +21,7 @@ class event_극병연구 extends Command\NationCommand{
|
||||
}
|
||||
|
||||
protected function init(){
|
||||
$this->setCity();
|
||||
$this->setNation(['gold','rice','aux']);
|
||||
$this->fullConditionConstraints=[];
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ class event_대검병연구 extends Command\NationCommand{
|
||||
}
|
||||
|
||||
protected function init(){
|
||||
$this->setCity();
|
||||
$this->setNation(['gold','rice','aux']);
|
||||
$this->fullConditionConstraints=[];
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ class event_무희연구 extends Command\NationCommand{
|
||||
}
|
||||
|
||||
protected function init(){
|
||||
$this->setCity();
|
||||
$this->setNation(['gold','rice','aux']);
|
||||
$this->fullConditionConstraints=[];
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ class event_산저병연구 extends Command\NationCommand{
|
||||
}
|
||||
|
||||
protected function init(){
|
||||
$this->setCity();
|
||||
$this->setNation(['gold','rice','aux']);
|
||||
$this->fullConditionConstraints=[];
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ class event_상병연구 extends Command\NationCommand{
|
||||
}
|
||||
|
||||
protected function init(){
|
||||
$this->setCity();
|
||||
$this->setNation(['gold','rice','aux']);
|
||||
$this->fullConditionConstraints=[];
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ class event_원융노병연구 extends Command\NationCommand{
|
||||
}
|
||||
|
||||
protected function init(){
|
||||
$this->setCity();
|
||||
$this->setNation(['gold','rice','aux']);
|
||||
$this->fullConditionConstraints=[];
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ class event_음귀병연구 extends Command\NationCommand{
|
||||
}
|
||||
|
||||
protected function init(){
|
||||
$this->setCity();
|
||||
$this->setNation(['gold','rice','aux']);
|
||||
$this->fullConditionConstraints=[];
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ class event_화륜차연구 extends Command\NationCommand{
|
||||
}
|
||||
|
||||
protected function init(){
|
||||
$this->setCity();
|
||||
$this->setNation(['gold','rice','aux']);
|
||||
$this->fullConditionConstraints=[];
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ class event_화시병연구 extends Command\NationCommand{
|
||||
}
|
||||
|
||||
protected function init(){
|
||||
$this->setCity();
|
||||
$this->setNation(['gold','rice','aux']);
|
||||
$this->fullConditionConstraints=[];
|
||||
|
||||
|
||||
@@ -22,6 +22,5 @@ enum NationAuxKey: string
|
||||
case can_상병사용 = 'can_상병사용';
|
||||
case can_음귀병사용 = 'can_음귀병사용';
|
||||
case can_무희사용 = 'can_무희사용';
|
||||
case can_흑병사용 = 'can_흑병사용';
|
||||
case can_화륜차사용 = 'can_화륜차사용';
|
||||
}
|
||||
@@ -87,8 +87,8 @@ class ReqNationAux extends BaseGameUnitConstraint
|
||||
case NationAuxKey::can_무희사용:
|
||||
if ($this->cmp == "==" && $this->value == 1) return "무희 연구 시 가능";
|
||||
break;
|
||||
case NationAuxKey::can_흑병사용:
|
||||
if ($this->cmp == "==" && $this->value == 1) return "흑병 연구 시 가능";
|
||||
case NationAuxKey::can_화륜차사용:
|
||||
if ($this->cmp == "==" && $this->value == 1) return "화륜차 연구 시 가능";
|
||||
break;
|
||||
case NationAuxKey::did_특성초토화:
|
||||
if ($this->cmp == ">=" && $this->value == 1) return "특성 초토화 시 가능";
|
||||
|
||||
Reference in New Issue
Block a user