증축, 천도, 감축

This commit is contained in:
2020-04-14 02:36:20 +09:00
parent a4595a6592
commit cbe341ff2c
10 changed files with 721 additions and 15 deletions
@@ -188,6 +188,14 @@ class ConstraintHelper{
return [__FUNCTION__, $minTrust];
}
static function ReqCityValue($key, string $keyNick, string $comp, $reqVal, ?string $errMsg=null):array{
return [__FUNCTION__, [$key, $keyNick, $comp, $reqVal, $errMsg]];
}
static function ReqDestCityValue($key, string $keyNick, string $comp, $reqVal, ?string $errMsg=null):array{
return [__FUNCTION__, [$key, $keyNick, $comp, $reqVal, $errMsg]];
}
static function ReqCityTrader(int $npcType):array{
return [__FUNCTION__, $npcType];
}