game: 종횡가 전략 딜레이를 1/2에서 3/4으로로
This commit is contained in:
@@ -35,7 +35,7 @@ class che_종횡가 extends \sammo\BaseNation{
|
||||
|
||||
public function onCalcStrategic(string $turnType, string $varType, $value){
|
||||
if($varType == 'delay'){
|
||||
return Util::round($value / 2);
|
||||
return Util::round($value * 3 / 4);
|
||||
}
|
||||
if($varType == 'globalDelay'){
|
||||
return Util::round($value / 2);
|
||||
|
||||
Reference in New Issue
Block a user