징병 모병 추가, iAction 구조 일부 변경
This commit is contained in:
@@ -17,7 +17,7 @@ class che_신산 implements iAction{
|
||||
SpecialityConst::STAT_INTEL,
|
||||
];
|
||||
|
||||
public function onCalcDomestic(string $turnType, string $varType, float $value):float{
|
||||
public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{
|
||||
if($turnType == '계략'){
|
||||
if($varType == 'success') return $value + 0.1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user