C# 클래스 Sanguosha.Expansions.StarSP.Skills.LiHun

离魂―出牌阶段,你可以弃置一张牌并将你的武将牌翻面,若如此做,选择一名男性角色,获得其所有手牌;出牌阶段结束时,你须交给该角色等同于其当前体力值数的牌。每阶段限一次。
상속: Sanguosha.Core.Skills.ActiveSkill
파일 보기 프로젝트 열기: RagingBigFemaleBird/sgs 1 사용 예제들

공개 메소드들

메소드 설명
Commit ( GameEventArgs arg ) : bool
NotifyAction ( Player source, List targets, List cards ) : void
Validate ( GameEventArgs arg ) : VerifierResult

보호된 메소드들

메소드 설명
GenerateSpecialEffectHintIndex ( Player source, List targets, List cards ) : int

메소드 상세

Commit() 공개 메소드

public Commit ( GameEventArgs arg ) : bool
arg Sanguosha.Core.Triggers.GameEventArgs
리턴 bool

GenerateSpecialEffectHintIndex() 보호된 메소드

protected GenerateSpecialEffectHintIndex ( Player source, List targets, List cards ) : int
source Sanguosha.Core.Players.Player
targets List
cards List
리턴 int

NotifyAction() 공개 메소드

public NotifyAction ( Player source, List targets, List cards ) : void
source Sanguosha.Core.Players.Player
targets List
cards List
리턴 void

Validate() 공개 메소드

public Validate ( GameEventArgs arg ) : VerifierResult
arg Sanguosha.Core.Triggers.GameEventArgs
리턴 VerifierResult