forked from devsam/core
game: 반계도구 제거, 도구 밸런스 조정
This commit is contained in:
@@ -21,6 +21,14 @@ class che_부적_태현청생부 extends \sammo\BaseItem
|
||||
protected $cost = 200;
|
||||
protected $consumable = false;
|
||||
|
||||
public function onCalcStat(General $general, string $statName, $value, $aux = null)
|
||||
{
|
||||
if($statName === 'injuryProb'){
|
||||
return $value -= 1;
|
||||
}
|
||||
return $value;
|
||||
}
|
||||
|
||||
public function getBattleInitSkillTriggerList(WarUnit $unit): ?WarUnitTriggerCaller
|
||||
{
|
||||
return new WarUnitTriggerCaller(
|
||||
|
||||
Reference in New Issue
Block a user