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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
GenerateSpecialEffectHintIndex ( Player source, List targets, List cards ) : int

Method Details

Commit() public méthode

public Commit ( GameEventArgs arg ) : bool
arg Sanguosha.Core.Triggers.GameEventArgs
Résultat bool

GenerateSpecialEffectHintIndex() protected méthode

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

NotifyAction() public méthode

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

Validate() public méthode

public Validate ( GameEventArgs arg ) : VerifierResult
arg Sanguosha.Core.Triggers.GameEventArgs
Résultat VerifierResult