C# Class Sanguosha.Expansions.Wind.Skills.GuHuo2

蛊惑–当你需要使用或打出一张基本牌或非延时类锦囊牌时,你可以声明并将一张手牌扣于桌上。若无人质疑,则该牌按你所述之牌来用。若有人质疑则亮出验明:若为真,质疑者各失去一点体力;若为假,质疑者各摸一张牌。除非被质疑的牌的花色为红桃且为真(仍然可用),否则无论真假,该牌都作废,弃置之。
Inheritance: Sanguosha.Core.Skills.CardTransformSkill, IAdditionalTypedSkill
Mostrar archivo Open project: RagingBigFemaleBird/sgs

Public Properties

Property Type Description
BuZhiYiZhong Sanguosha.Core.Players.PlayerAttribute
ZhiYiZhong Sanguosha.Core.Players.PlayerAttribute

Public Methods

Method Description
GuHuo2 ( ) : System
NotifyAction ( Player source, List targets, Sanguosha.Core.Cards.CompositeCard card ) : void
TryTransform ( List cards, List arg, Sanguosha.Core.Cards.CompositeCard &card, bool isPlay ) : VerifierResult

Protected Methods

Method Description
DoTransformSideEffect ( Sanguosha.Core.Cards.CompositeCard card, object arg, List targets, bool isPlay ) : bool

Method Details

DoTransformSideEffect() protected method

protected DoTransformSideEffect ( Sanguosha.Core.Cards.CompositeCard card, object arg, List targets, bool isPlay ) : bool
card Sanguosha.Core.Cards.CompositeCard
arg object
targets List
isPlay bool
return bool

GuHuo2() public method

public GuHuo2 ( ) : System
return System

NotifyAction() public method

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

TryTransform() public method

public TryTransform ( List cards, List arg, Sanguosha.Core.Cards.CompositeCard &card, bool isPlay ) : VerifierResult
cards List
arg List
card Sanguosha.Core.Cards.CompositeCard
isPlay bool
return VerifierResult

Property Details

BuZhiYiZhong public_oe static_oe property

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

ZhiYiZhong public_oe static_oe property

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