trigger 타입에서 $tunType을 한글로 변경. 성격 추가. 계략 성공 확률을 onCalcDomestic으로 통합.
This commit is contained in:
@@ -79,6 +79,9 @@ abstract class Constraint{
|
||||
static public function build(array $input):this{
|
||||
$self = new static();
|
||||
foreach($input as $key=>$value){
|
||||
if($value === null){
|
||||
continue;
|
||||
}
|
||||
switch($key){
|
||||
case 'general': $self->general($value); break;
|
||||
case 'city': $self->city($value); break;
|
||||
|
||||
Reference in New Issue
Block a user