C# Class Sanguosha.Expansions.Hills.Skills.TiaoXin

挑衅-出牌阶段,你可以指定一名你在其攻击范围内的角色,该角色选择一项:对你使用一张【杀】,或令你弃置其一张牌,每阶段限一次。
Inheritance: Sanguosha.Core.Skills.AutoVerifiedActiveSkill
显示文件 Open project: RagingBigFemaleBird/sgs Class Usage Examples

Public Properties

Property Type Description
TiaoXinUsed Sanguosha.Core.Players.PlayerAttribute

Public Methods

Method Description
Commit ( GameEventArgs arg ) : bool
TiaoXin ( ) : System

Protected Methods

Method Description
AdditionalVerify ( Player source, List cards, List players ) : bool?
GenerateSpecialEffectHintIndex ( Player source, List targets, List cards ) : int
VerifyCard ( Player source, Sanguosha.Core.Cards.Card card ) : bool
VerifyPlayer ( Player source, Player player ) : bool

Method Details

AdditionalVerify() protected method

protected AdditionalVerify ( Player source, List cards, List players ) : bool?
source Sanguosha.Core.Players.Player
cards List
players List
return bool?

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

TiaoXin() public method

public TiaoXin ( ) : System
return System

VerifyCard() protected method

protected VerifyCard ( Player source, Sanguosha.Core.Cards.Card card ) : bool
source Sanguosha.Core.Players.Player
card Sanguosha.Core.Cards.Card
return bool

VerifyPlayer() protected method

protected VerifyPlayer ( Player source, Player player ) : bool
source Sanguosha.Core.Players.Player
player Sanguosha.Core.Players.Player
return bool

Property Details

TiaoXinUsed public_oe static_oe property

public static PlayerAttribute,Sanguosha.Core.Players TiaoXinUsed
return Sanguosha.Core.Players.PlayerAttribute