game: g65_계략성공은 도시로 나누는 값이 있어 많이 보정 필요
This commit is contained in:
@@ -12,7 +12,7 @@ class g65_계략성공 implements iAction
|
|||||||
function onCalcDomestic(string $turnType, string $varType, float $value, $aux = null): float
|
function onCalcDomestic(string $turnType, string $varType, float $value, $aux = null): float
|
||||||
{
|
{
|
||||||
if($turnType == '계략'){
|
if($turnType == '계략'){
|
||||||
if($varType == 'success') return $value + 2;
|
if($varType == 'success') return $value + 20;
|
||||||
}
|
}
|
||||||
return $value;
|
return $value;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user