|
@@ -4155,6 +4155,18 @@ public class CardSource : MonoBehaviour
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
#endregion
|
|
|
|
|
+
|
|
|
|
|
+ #region whether this card has VB trait
|
|
|
|
|
+
|
|
|
|
|
+ public bool HasVBTraits
|
|
|
|
|
+ {
|
|
|
|
|
+ get
|
|
|
|
|
+ {
|
|
|
|
|
+ return EqualsTraits("VB");
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ #endregion
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public class JogressCondition
|
|
public class JogressCondition
|