버그 수정
This commit is contained in:
@@ -35,7 +35,7 @@ class event_전투특기_공성 extends \sammo\BaseItem{
|
|||||||
|
|
||||||
public function onCalcStat(General $general, string $statName, $value, $aux=null){
|
public function onCalcStat(General $general, string $statName, $value, $aux=null){
|
||||||
if(\sammo\Util::starts_with($statName, 'dex')){
|
if(\sammo\Util::starts_with($statName, 'dex')){
|
||||||
$myArmType = 'dex'.GameUnitConst::T_CASTLE;
|
$myArmType = 'dex'.GameUnitConst::T_SIEGE;
|
||||||
$opposeArmType = 'dex'.$aux['opposeType']->armType;;
|
$opposeArmType = 'dex'.$aux['opposeType']->armType;;
|
||||||
if($aux['isAttacker'] && $opposeArmType === $statName){
|
if($aux['isAttacker'] && $opposeArmType === $statName){
|
||||||
return $value + $general->getVar($myArmType);
|
return $value + $general->getVar($myArmType);
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ class che_공성 extends \sammo\BaseSpecial{
|
|||||||
|
|
||||||
public function onCalcStat(General $general, string $statName, $value, $aux=null){
|
public function onCalcStat(General $general, string $statName, $value, $aux=null){
|
||||||
if(\sammo\Util::starts_with($statName, 'dex')){
|
if(\sammo\Util::starts_with($statName, 'dex')){
|
||||||
$myArmType = 'dex'.GameUnitConst::T_CASTLE;
|
$myArmType = 'dex'.GameUnitConst::T_SIEGE;
|
||||||
$opposeArmType = 'dex'.$aux['opposeType']->armType;;
|
$opposeArmType = 'dex'.$aux['opposeType']->armType;;
|
||||||
if($aux['isAttacker'] && $opposeArmType === $statName){
|
if($aux['isAttacker'] && $opposeArmType === $statName){
|
||||||
return $value + $general->getVar($myArmType);
|
return $value + $general->getVar($myArmType);
|
||||||
|
|||||||
Reference in New Issue
Block a user