From 94b1de7cd719bf5741c0151a8ad6ab6c9a98983a Mon Sep 17 00:00:00 2001 From: Hide_D Date: Wed, 27 Dec 2023 14:40:53 +0000 Subject: [PATCH] =?UTF-8?q?game:=20g65=5F=EA=B3=84=EB=9E=B5=EC=84=B1?= =?UTF-8?q?=EA=B3=B5=EC=9D=80=20=EB=8F=84=EC=8B=9C=EB=A1=9C=20=EB=82=98?= =?UTF-8?q?=EB=88=84=EB=8A=94=20=EA=B0=92=EC=9D=B4=20=EC=9E=88=EC=96=B4=20?= =?UTF-8?q?=EB=A7=8E=EC=9D=B4=20=EB=B3=B4=EC=A0=95=20=ED=95=84=EC=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionBuff/g65_계략성공.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }