아이템 구현. 장비매매 추가
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
namespace sammo;
|
||||
|
||||
interface iAction{
|
||||
//TODO: 능력치는?
|
||||
public function getPreTurnExecuteTriggerList(General $general):?GeneralTriggerCaller;
|
||||
public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float;
|
||||
|
||||
public function onPreGeneralStatUpdate(General $general, string $statName, $value);
|
||||
|
||||
public function onCalcStat(General $general, string $stat, $value);
|
||||
public function onCalcStrategic(string $turnType, string $varType, $value);
|
||||
public function onCalcNationalIncome(string $type, int $amount):int;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user