From e00e5c5cd74dc1f4ed6ee36d5e0fab990984e789 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 11 Nov 2020 23:04:08 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=B2=A4=ED=8A=B8=20=EB=B9=BC?= =?UTF-8?q?=EB=B9=BC=EB=A1=9C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/ActionItem/event_빼빼로.php | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 hwe/sammo/ActionItem/event_빼빼로.php diff --git a/hwe/sammo/ActionItem/event_빼빼로.php b/hwe/sammo/ActionItem/event_빼빼로.php new file mode 100644 index 00000000..37f2dd20 --- /dev/null +++ b/hwe/sammo/ActionItem/event_빼빼로.php @@ -0,0 +1,29 @@ +통솔 +1, 무력 +1, 지력 +1'; + protected $cost = 1500; + protected $buyable = true; + protected $consumable = false; + protected $reqSecu = 12000; + + public function onCalcStat(General $general, string $statName, $value, $aux=null){ + if(in_array($statName, ['leadership', 'strength', 'intel'] )){ + return $value + 1; + } + return $value; + } + +} \ No newline at end of file