징병 모병 추가, iAction 구조 일부 변경

This commit is contained in:
2018-10-20 23:31:32 +09:00
parent 18ae2f121a
commit 05fcb5397e
50 changed files with 560 additions and 183 deletions
@@ -19,7 +19,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.2;
}