첫 화면 띄우기 성공
This commit is contained in:
@@ -7,11 +7,11 @@ use \sammo\GeneralTriggerCaller;
|
||||
|
||||
class che_의술_청낭서 extends \sammo\BaseItem{
|
||||
|
||||
static $id = 23;
|
||||
static $name = '청낭서(의술)';
|
||||
static $info = '[군사] 매 턴마다 자신(100%)과 소속 도시 장수(적 포함 50%) 부상 회복<br>[전투] 페이즈마다 20% 확률로 치료 발동(아군 피해 1/3 감소)';
|
||||
static $cost = 200;
|
||||
static $consumable = false;
|
||||
protected static $id = 23;
|
||||
protected static $name = '청낭서(의술)';
|
||||
protected static $info = '[군사] 매 턴마다 자신(100%)과 소속 도시 장수(적 포함 50%) 부상 회복<br>[전투] 페이즈마다 20% 확률로 치료 발동(아군 피해 1/3 감소)';
|
||||
protected static $cost = 200;
|
||||
protected static $consumable = false;
|
||||
|
||||
public function getPreTurnExecuteTriggerList(General $general):?GeneralTriggerCaller{
|
||||
return new GeneralTriggerCaller([
|
||||
|
||||
Reference in New Issue
Block a user