game: 반계도구 제거, 도구 밸런스 조정

This commit is contained in:
2022-02-22 00:14:20 +09:00
parent eb6b7ce84a
commit ea50e53718
17 changed files with 56 additions and 38 deletions
@@ -16,6 +16,11 @@ class che_농성_위공자병법 extends \sammo\BaseItem{
if($statName === 'sabotageDefence'){
return $value + 0.3;
}
return $value;
}
public function onCalcOpposeStat(General $general, string $statName, $value, $aux = null)
{
if($statName === 'warMagicTrialProb'){
return $value - 0.1;
}