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

This commit is contained in:
2018-10-20 23:31:32 +09:00
parent cee0d3f03e
commit 2de061203b
50 changed files with 560 additions and 183 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class che_은둔 implements iAction{
static $name = '은둔';
static $info = '명성 -10%, 계급 -10%, 사기 -5, 훈련 -5, 단련 성공률 +10%';
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;