iAction,name,info, buildiActionCache, mode, myInfo
This commit is contained in:
@@ -6,9 +6,9 @@ use \sammo\General;
|
||||
class che_유지 implements iAction{
|
||||
use \sammo\DefaultAction;
|
||||
|
||||
static $id = 8;
|
||||
static $name = '안전';
|
||||
static $info = '훈련 -5, 징·모병 비용 -20%';
|
||||
protected $id = 8;
|
||||
protected $name = '안전';
|
||||
protected $info = '훈련 -5, 징·모병 비용 -20%';
|
||||
|
||||
public function onCalcDomestic(string $turnType, string $varType, float $value, $aux=null):float{
|
||||
if(in_array($turnType, ['징병', '모병'])){
|
||||
|
||||
Reference in New Issue
Block a user