C# Class Sanguosha.Expansions.Fire.Skills.YeYan

业炎-限定技,出牌阶段,可以指定一至三名角色,你分别对他们造成最多共3点火焰伤害(你可以任意分配),若你将对1名角色分配2点或更多的火焰伤害,你须先弃置四张不同花色的手牌并失去3点体力。
Inheritance: Sanguosha.Core.Skills.AutoVerifiedActiveSkill
Exibir arquivo Open project: RagingBigFemaleBird/sgs

Public Properties

Property Type Description
YeYanUsed Sanguosha.Core.Players.PlayerAttribute

Public Methods

Method Description
Commit ( GameEventArgs arg ) : bool
YeYan ( ) : 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

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

YeYan() public method

public YeYan ( ) : System
return System

Property Details

YeYanUsed public_oe static_oe property

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