trigger 타입에서 $tunType을 한글로 변경. 성격 추가. 계략 성공 확률을 onCalcDomestic으로 통합.
This commit is contained in:
@@ -12,7 +12,6 @@ interface iActionTrigger{
|
||||
//TODO: 능력치는?
|
||||
public function onPreTurnExecute(General $general, ?array $nation):array;
|
||||
public function onCalcDomestic(string $turnType, string $varType, float $value):float;
|
||||
public function onCalcSabotageProp(float $successRate):float;
|
||||
|
||||
public function onPreGeneralStatUpdate(General $general, string $statName, $value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user