diff --git a/hwe/sammo/ActionBuff/g65_계략성공.php b/hwe/sammo/ActionBuff/g65_계략성공.php index 0808c503..6dac45e0 100644 --- a/hwe/sammo/ActionBuff/g65_계략성공.php +++ b/hwe/sammo/ActionBuff/g65_계략성공.php @@ -12,7 +12,7 @@ class g65_계략성공 implements iAction function onCalcDomestic(string $turnType, string $varType, float $value, $aux = null): float { if($turnType == '계략'){ - if($varType == 'success') return $value + 2; + if($varType == 'success') return $value + 20; } return $value; }