C# Class Sanguosha.Expansions.StarSP.Skills.LiHun

离魂―出牌阶段,你可以弃置一张牌并将你的武将牌翻面,若如此做,选择一名男性角色,获得其所有手牌;出牌阶段结束时,你须交给该角色等同于其当前体力值数的牌。每阶段限一次。
Inheritance: Sanguosha.Core.Skills.ActiveSkill
ファイルを表示 Open project: RagingBigFemaleBird/sgs Class Usage Examples

Public Methods

Method Description
Commit ( GameEventArgs arg ) : bool
NotifyAction ( Player source, List targets, List cards ) : void
Validate ( GameEventArgs arg ) : VerifierResult

Protected Methods

Method Description
GenerateSpecialEffectHintIndex ( Player source, List targets, List cards ) : int

Method Details

Commit() public method

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

GenerateSpecialEffectHintIndex() protected method

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

NotifyAction() public method

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

Validate() public method

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