C# Class Sanguosha.Expansions.Assassin.Skills.MiZhao

密诏-出牌阶段,你可以将所有手牌交给一名其他角色,令该角色与你选择的另一名角色拼点,视为点数大的角色对点数小的角色使用一张【杀】(无距离限制)。每阶段限一次。
Inheritance: Sanguosha.Core.Skills.AutoVerifiedActiveSkill
Datei anzeigen Open project: RagingBigFemaleBird/sgs

Public Properties

Property Type Description
MiZhaoSha Sanguosha.Core.Cards.CardAttribute

Public Methods

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

Protected Methods

Method Description
AdditionalVerify ( Player source, List cards, List players ) : bool?
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

MiZhao() public method

public MiZhao ( ) : 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

MiZhaoSha public_oe static_oe property

public static CardAttribute,Sanguosha.Core.Cards MiZhaoSha
return Sanguosha.Core.Cards.CardAttribute