game,feat: 추가 숙련 trigger추가, 숙련 유니크 추가

This commit is contained in:
2022-02-20 04:01:55 +09:00
parent f014dae6af
commit 74efa5c502
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -536,6 +536,7 @@ class General implements iAction
}
$dexType = "dex{$armType}";
$exp = $this->onCalcStat($this, 'addDex', $exp, ['armType'=>$armType]);
$this->increaseVar($dexType, $exp);
}