Przeglądaj źródła

Update BT25_014.cs

Not evoing over flame
x89rt2 3 miesięcy temu
rodzic
commit
43b36f82ec
1 zmienionych plików z 10 dodań i 0 usunięć
  1. 10 0
      Assets/Scripts/CardEffect/BT25/Red/BT25_014.cs

+ 10 - 0
Assets/Scripts/CardEffect/BT25/Red/BT25_014.cs

@@ -11,6 +11,16 @@ namespace DCGO.CardEffects.BT25
             List<ICardEffect> cardEffects = new List<ICardEffect>();
 
             #region Alt Digivolution
+            if (timing == EffectTiming.None)
+            {
+                bool PermanentCondition(Permanent permanent)
+                {
+                    return permanent.TopCard.EqualsTraits("Flame");
+                }
+
+                cardEffects.Add(CardEffectFactory.AddSelfDigivolutionRequirementStaticEffect(PermanentCondition, 2, true, card, null, level: 3));
+            }
+
             if (timing == EffectTiming.None)
             {
                 bool PermanentCondition(Permanent permanent)