Răsfoiți Sursa

card updates

mbunch_kascope 1 an în urmă
părinte
comite
fbd75fbf09

+ 1 - 1
Assets/CardEffect/BT11/Blue/NicolaiPetrof_BT11_090.cs

@@ -87,7 +87,7 @@ public class NicolaiPetrof_BT11_090 : CEntity_Effect
                     mode: SelectPermanentEffect.Mode.Custom,
                     cardEffect: activateClass);
 
-                selectPermanentEffect.SetUpCustomMessage("Select 1 Digimon taht will gain Jamming.", "The opponent is selecting 1 Digimon taht will gain Jamming.");
+                selectPermanentEffect.SetUpCustomMessage("Select 1 Digimon that will gain Jamming.", "The opponent is selecting 1 Digimon that will gain Jamming.");
 
                 yield return ContinuousController.instance.StartCoroutine(selectPermanentEffect.Activate());
 

+ 1 - 1
Assets/CardEffect/BT13/White/Igdrasil7D6_BT13_007.cs

@@ -309,7 +309,7 @@ public class Igdrasil7D6_BT13_007 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[Breeding][Start of Your Main Phase] Reveal the top card of your Digi - Egg deck, then pllace that card and all of your [Royal Knight] trait Digimon as this Digimon as its bottom digivolution cards.";
+                return "[Breeding][Start of Your Main Phase] Reveal the top card of your Digi-Egg deck, then place that card and all of your [Royal Knight] trait Digimon as this Digimon as its bottom digivolution cards.";
             }
 
             bool CanSelectPermanentCondition(Permanent permanent)

+ 1 - 1
Assets/CardEffect/BT13/Yellow/Kyaromon_BT13_003.cs

@@ -77,7 +77,7 @@ public class Kyaromon_BT13_003 : CEntity_Effect
                         mode: SelectPermanentEffect.Mode.Custom,
                         cardEffect: activateClass);
 
-                    selectPermanentEffect.SetUpCustomMessage("Select 1 Digimon taht will gain Jamming.", "The opponent is selecting 1 Digimon taht will gain Jamming.");
+                    selectPermanentEffect.SetUpCustomMessage("Select 1 Digimon that will gain Jamming.", "The opponent is selecting 1 Digimon that will gain Jamming.");
 
                     yield return ContinuousController.instance.StartCoroutine(selectPermanentEffect.Activate());
 

+ 1 - 1
Assets/CardEffect/BT16/Yellow/Salamon_BT16_030.cs

@@ -71,7 +71,7 @@ namespace DCGO.CardEffects.BT16
 
                 string EffectDiscription()
                 {
-                    return "[Start of Main Phase] If it's your turn, 1 of your Digimomn may digivolve into a level 4 Digimon card with the [Holy Beast] or [Free] trait from your trash with the digivolution cost reduced by 1.";
+                    return "[Start of Main Phase] If it's your turn, 1 of your Digimon may digivolve into a level 4 Digimon card with the [Holy Beast] or [Free] trait from your trash with the digivolution cost reduced by 1.";
                 }
 
 

+ 1 - 1
Assets/CardEffect/LM/Purple/Gyuukimon_LM_018.cs

@@ -12,7 +12,7 @@ namespace DCGO.CardEffects.LM
             if (timing == EffectTiming.OnEnterFieldAnyone)
             {
                 ActivateClass activateClass = new ActivateClass();
-                activateClass.SetUpICardEffect("Delete 1 levl 4 Digimon", CanUseCondition, card);
+                activateClass.SetUpICardEffect("Delete 1 level 4 Digimon", CanUseCondition, card);
                 activateClass.SetUpActivateClass(CanActivateCondition, ActivateCoroutine, -1, true, EffectDiscription());
                 cardEffects.Add(activateClass);
 

+ 1 - 1
Assets/CardEffect/ST18/Green/Pteromon_ST18_04.cs

@@ -58,7 +58,7 @@ namespace DCGO.CardEffects.ST18
                             {
                                 new(
                                     canTargetCondition: CanSelectBirdCardCondition,
-                                    message: "Select 1 Digimon card with the [Bird]/[Avian] in one of its traits.",
+                                    message: "Select 1 card with the [Bird]/[Avian] in one of its traits.",
                                     mode: SelectCardEffect.Mode.AddHand,
                                     maxCount: 1,
                                     selectCardCoroutine: null),