C# 클래스 Sanguosha.Core.Cards.Armor

상속: Equipment
파일 보기 프로젝트 열기: RagingBigFemaleBird/sgs

공개 프로퍼티들

프로퍼티 타입 설명
IgnoreAllArmor CardAttribute
IgnorePlayerArmor CardAttribute
PlayerIgnoreArmor Sanguosha.Core.Players.PlayerAttribute
UnconditionalIgnoreArmor Sanguosha.Core.Players.PlayerAttribute

공개 메소드들

메소드 설명
ArmorIsValid ( Player player, Player source, ReadOnlyCard card ) : bool

보호된 메소드들

메소드 설명
Process ( Player source, Players dest, ICard card, ReadOnlyCard cardr, GameEventArgs inResponseTo ) : void

메소드 상세

ArmorIsValid() 공개 정적인 메소드

public static ArmorIsValid ( Player player, Player source, ReadOnlyCard card ) : bool
player Sanguosha.Core.Players.Player
source Sanguosha.Core.Players.Player
card ReadOnlyCard
리턴 bool

Process() 보호된 메소드

protected Process ( Player source, Players dest, ICard card, ReadOnlyCard cardr, GameEventArgs inResponseTo ) : void
source Sanguosha.Core.Players.Player
dest Players
card ICard
cardr ReadOnlyCard
inResponseTo GameEventArgs
리턴 void

프로퍼티 상세

IgnoreAllArmor 공개적으로 정적으로 프로퍼티

卡牌无视所有防具
public static CardAttribute,Sanguosha.Core.Cards IgnoreAllArmor
리턴 CardAttribute

IgnorePlayerArmor 공개적으로 정적으로 프로퍼티

卡牌无视某个玩家防具
青钢剑
public static CardAttribute,Sanguosha.Core.Cards IgnorePlayerArmor
리턴 CardAttribute

PlayerIgnoreArmor 공개적으로 정적으로 프로퍼티

玩家无视防具
高顺
public static PlayerAttribute,Sanguosha.Core.Players PlayerIgnoreArmor
리턴 Sanguosha.Core.Players.PlayerAttribute

UnconditionalIgnoreArmor 공개적으로 정적으로 프로퍼티

无条件防具无效
public static PlayerAttribute,Sanguosha.Core.Players UnconditionalIgnoreArmor
리턴 Sanguosha.Core.Players.PlayerAttribute