Quellcode durchsuchen

Fix "�" in text. (If you can't see it, it's a weird symbol)

x89rt2 vor 3 Monaten
Ursprung
Commit
3359fd56ff
28 geänderte Dateien mit 59 neuen und 60 gelöschten Zeilen
  1. 1 1
      Assets/Editor/JSONLoader_CardEntity.cs
  2. 1 1
      Assets/Photon/PhotonRealtime/Code/LoadbalancingPeer.cs
  3. 2 2
      Assets/Scripts/CardEffect/BT10/Black/BT10_104.cs
  4. 1 1
      Assets/Scripts/CardEffect/BT12/Purple/BT12_081.cs
  5. 6 6
      Assets/Scripts/CardEffect/BT12/Red/BT12_015.cs
  6. 6 6
      Assets/Scripts/CardEffect/BT13/Green/BT13_056.cs
  7. 1 1
      Assets/Scripts/CardEffect/BT13/Yellow/BT13_034.cs
  8. 1 1
      Assets/Scripts/CardEffect/BT16/Yellow/BT16_094.cs
  9. 3 3
      Assets/Scripts/CardEffect/BT3/Red/BT3_008.cs
  10. 1 1
      Assets/Scripts/CardEffect/BT8/Black/BT8_092.cs
  11. 1 1
      Assets/Scripts/CardEffect/BT8/Blue/BT8_087.cs
  12. 7 7
      Assets/Scripts/CardEffect/EX5/Green/EX5_043.cs
  13. 2 2
      Assets/Scripts/CardEffect/EX7/Purple/EX7_058.cs
  14. 1 1
      Assets/Scripts/CardEffect/LM/Black/LM_031.cs
  15. 1 1
      Assets/Scripts/CardEffect/LM/Blue/LM_028.cs
  16. 1 1
      Assets/Scripts/CardEffect/LM/Green/LM_030.cs
  17. 1 1
      Assets/Scripts/CardEffect/LM/Purple/LM_032.cs
  18. 1 1
      Assets/Scripts/CardEffect/LM/Red/LM_027.cs
  19. 1 1
      Assets/Scripts/CardEffect/LM/Yellow/LM_029.cs
  20. 1 1
      Assets/Scripts/CardEffect/P/Red/P_155.cs
  21. 2 2
      Assets/Scripts/CardEffect/P/Yellow/P_099.cs
  22. 7 7
      Assets/Scripts/Script/CEntity_Base.cs
  23. 1 1
      Assets/Scripts/Script/CardEffectCommons.cs
  24. 2 3
      Assets/Scripts/Script/CardEffectCommons/RevealLibrary.cs
  25. 1 1
      Assets/Scripts/Script/CardEffectFactory/AddDigivolutionRequirement.cs
  26. 1 1
      Assets/Scripts/Script/HideCannotSelectObject.cs
  27. 1 1
      Assets/Scripts/Script/MemoryObject.cs
  28. 4 4
      Assets/Scripts/Script/OfficialCardListUtility.cs

+ 1 - 1
Assets/Editor/JSONLoader_CardEntity.cs

@@ -124,7 +124,7 @@ namespace DCGO.CardEntities
         void CreateScriptableObject(CardData card, string imageID)
         {
             Debug.Log($"creating: {card.name.english} - {card.cardType}");
-            // CardEntity instance created
+            // CardEntity instance created
             CEntity_Base cardEntity = CreateInstance<CEntity_Base>();
             
             cardEntity.cardColors = GetCardColors(card.color);

+ 1 - 1
Assets/Photon/PhotonRealtime/Code/LoadbalancingPeer.cs

@@ -1908,7 +1908,7 @@ namespace Photon.Realtime
         ///
         /// 1) On server, room property ABC is set to value FOO, which triggers notifications to all the clients telling them that the property changed.
         /// 2) While that notification is in flight, a client sets the ABC property to value BAR.
-        /// 3) Client receives notification from the server and changes its local copy of ABC to FOO.
+        /// 3) Client receives notification from the server and changes it's local copy of ABC to FOO.
         /// 4) Server receives the set operation and changes the official value of ABC to BAR, but never notifies the client that sent the set operation that the value is now BAR.
         ///
         /// Without this option, the client that set the value to BAR never hears from the server that the official copy has been updated to BAR, and thus gets stuck with a value of FOO.

+ 2 - 2
Assets/Scripts/CardEffect/BT10/Black/BT10_104.cs

@@ -74,7 +74,7 @@ namespace DCGO.CardEffects.BT10
                         card.Owner,
                         activateClass).AddTrashCardsFromLibraryTop());
 
-                    #region �f�W�N���X�Ńg���b�V����I���”\
+                    #region Select DigiXros from Trash
 
                     AddMaxTrashCountDigiXrosClass addMaxTrashCountDigiXrosClass = new AddMaxTrashCountDigiXrosClass();
                     addMaxTrashCountDigiXrosClass.SetUpICardEffect("Can select DigiXros cards from trash", CanUseCondition1, card);
@@ -151,7 +151,7 @@ namespace DCGO.CardEffects.BT10
                             activateETB: true));
                     }
 
-                    #region �f�W�N���X�Ńg���b�V����I���”\����
+                    #region Remove Reduction
 
                     card.Owner.UntilCalculateFixedCostEffect.Remove(getCardEffect);
 

+ 1 - 1
Assets/Scripts/CardEffect/BT12/Purple/BT12_081.cs

@@ -171,7 +171,7 @@ namespace DCGO.CardEffects.BT12
                         
                         if (GManager.instance.userSelectionManager.SelectedIntValue == 0)
                         {
-                            #region Reduce Cost
+                            #region Reduce Cost
 
                             ChangeCostClass changeCostClass = new ChangeCostClass();
                             changeCostClass.SetUpICardEffect("Digivolution Cost -3", CanUseCondition1, card);

+ 6 - 6
Assets/Scripts/CardEffect/BT12/Red/BT12_015.cs

@@ -247,11 +247,11 @@ namespace DCGO.CardEffects.BT12
 
                                     if (digivolve)
                                     {
-                                        #region �Ԃ̃��x��4�f�W�����Ƃ��Ĉ���
+                                        #region 1
 
                                         CardSource topCard = selectedPermanent.TopCard;
 
-                                        #region �ԂƂ��Ĉ���
+                                        #region 2
 
                                         ChangeCardColorClass changeCardColorClass = new ChangeCardColorClass();
                                         changeCardColorClass.SetUpICardEffect($"Treated as red", CanUseCondition1, card);
@@ -286,7 +286,7 @@ namespace DCGO.CardEffects.BT12
 
                                         #endregion
 
-                                        #region ���x��4�Ƃ��Ĉ���
+                                        #region 3
 
                                         ChangePermanentLevelClass changePermanentLevelClass = new ChangePermanentLevelClass();
                                         changePermanentLevelClass.SetUpICardEffect($"Treated as level 4", CanUseCondition1, card);
@@ -308,7 +308,7 @@ namespace DCGO.CardEffects.BT12
 
                                         #endregion
 
-                                        #region �f�W�����Ƃ��Ĉ���
+                                        #region 4
 
                                         TreatAsDigimonClass treatAsDigimonClass = new TreatAsDigimonClass();
                                         treatAsDigimonClass.SetUpICardEffect($"Treated as Digimon", CanUseCondition1, card);
@@ -330,7 +330,7 @@ namespace DCGO.CardEffects.BT12
 
                                         #endregion
 
-                                        #region DP�������Ȃ�(UI�ɕ\������Ȃ��悤��
+                                        #region 5
 
                                         DontHaveDPClass dontHaveDPClass = new DontHaveDPClass();
                                         dontHaveDPClass.SetUpICardEffect("Don't have DP", CanUseCondition1, card);
@@ -366,7 +366,7 @@ namespace DCGO.CardEffects.BT12
                                                 activateETB: true).PlayCard());
                                         }
 
-                                        #region �Ԃ̃��x��4�f�W�����Ƃ��Ĉ������ʂ�����
+                                        #region 6
 
                                         foreach (Func<EffectTiming, ICardEffect> GetCardEffect in GetCardEffects)
                                         {

+ 6 - 6
Assets/Scripts/CardEffect/BT13/Green/BT13_056.cs

@@ -62,7 +62,7 @@ namespace DCGO.CardEffects.BT13
 
                 IEnumerator ActivateCoroutine(Hashtable _hashtable)
                 {
-                    #region �o��R�X�g-4
+                    #region Reduce play cost by 4
 
                     ChangeCostClass changeCostClass = new ChangeCostClass();
                     changeCostClass.SetUpICardEffect("Play Cost -4", CanUseCondition1, card);
@@ -191,7 +191,7 @@ namespace DCGO.CardEffects.BT13
                         yield return ContinuousController.instance.StartCoroutine(CardEffectCommons.PlayPermanentCards(cardSources: selectedCards, activateClass: activateClass, payCost: true, isTapped: false, root: SelectCardEffect.Root.Hand, activateETB: true));
                     }
 
-                    #region �o��R�X�g-4����
+                    #region Remove Reduction
 
                     card.Owner.UntilCalculateFixedCostEffect.Remove(getCardEffect);
 
@@ -239,7 +239,7 @@ namespace DCGO.CardEffects.BT13
                     {
                         bool canPlay = false;
 
-                        #region �o��R�X�g-4
+                        #region Reduce play cost by 4
 
                         ChangeCostClass changeCostClass = new ChangeCostClass();
                         changeCostClass.SetUpICardEffect("Play Cost -4", CanUseCondition1, card);
@@ -336,7 +336,7 @@ namespace DCGO.CardEffects.BT13
                             canPlay = true;
                         }
 
-                        #region �o��R�X�g-4����
+                        #region Remove Reduction
 
                         card.Owner.UntilCalculateFixedCostEffect.Remove(getCardEffect);
 
@@ -353,7 +353,7 @@ namespace DCGO.CardEffects.BT13
 
                 IEnumerator ActivateCoroutine(Hashtable _hashtable)
                 {
-                    #region �o��R�X�g-4
+                    #region Reduce play cost by 4
 
                     ChangeCostClass changeCostClass = new ChangeCostClass();
                     changeCostClass.SetUpICardEffect("Play Cost -4", CanUseCondition1, card);
@@ -482,7 +482,7 @@ namespace DCGO.CardEffects.BT13
                         yield return ContinuousController.instance.StartCoroutine(CardEffectCommons.PlayPermanentCards(cardSources: selectedCards, activateClass: activateClass, payCost: true, isTapped: false, root: SelectCardEffect.Root.Hand, activateETB: true));
                     }
 
-                    #region �o��R�X�g-4����
+                    #region Remove Reduction
 
                     card.Owner.UntilCalculateFixedCostEffect.Remove(getCardEffect);
 

+ 1 - 1
Assets/Scripts/CardEffect/BT13/Yellow/BT13_034.cs

@@ -107,7 +107,7 @@ namespace DCGO.CardEffects.BT13
 
                 string EffectDiscription()
                 {
-                    return "[When Attacking][Once per Turn] If there're 6 or fewer total cards in both players' security stacks, 1 of your opponent�f Digimon gets -2000 DP for the turn.";
+                    return "[When Attacking][Once per Turn] If there're 6 or fewer total cards in both players' security stacks, 1 of your opponent's Digimon gets -2000 DP for the turn.";
                 }
 
                 bool CanSelectPermanentCondition(Permanent permanent)

+ 1 - 1
Assets/Scripts/CardEffect/BT16/Yellow/BT16_094.cs

@@ -87,7 +87,7 @@ namespace DCGO.CardEffects.BT16
 
                 string EffectDiscription()
                 {
-                    return "[Main] <Delay>\r\n Place 1 [Trial of the Four Great Dragons] from your hand in the battle area, or you may trash 1 card with the [Four Great Dragons] trait in your hand. If you did either, 1 of your opponent's Digimon gets -7000 DP for the turn.";
+                    return "[Main] <Delay>\r\n Place 1 [Trial of the Four Great Dragons] from your hand in the battle area, or you may trash 1 card with the [Four Great Dragons] trait in your hand. If you did either, 1 of your opponent's Digimon gets -7000 DP for the turn.";
                 }
 
                 bool CanUseCondition(Hashtable hashtable)

+ 3 - 3
Assets/Scripts/CardEffect/BT3/Red/BT3_008.cs

@@ -115,7 +115,7 @@ public class BT3_008 : CEntity_Effect
 
                                             int maxCount = 2;
 
-                                            #region �ő喇��
+                                            #region ???
                                             List<CardSource[]> cardsList = ParameterComparer.Enumerate(revealLibrary.revealedCards, maxCount).ToList();
 
                                             List<int> maxCounts = new List<int>() { 0 };
@@ -213,7 +213,7 @@ public class BT3_008 : CEntity_Effect
 
                                             yield return ContinuousController.instance.StartCoroutine(selectCardEffect.Activate());
 
-                                            #region ���X�g�ɂ��I������
+                                            #region ???
                                             bool CanTargetCondition_ByPreSelecetedList(List<CardSource> cardSources, CardSource cardSource)
                                             {
                                                 List<CardSource> _cardSources = new List<CardSource>();
@@ -265,7 +265,7 @@ public class BT3_008 : CEntity_Effect
                                             }
                                             #endregion
 
-                                            #region �I������
+                                            #region ???
                                             bool CanEndSelectCondition(List<CardSource> cardSources)
                                             {
                                                 List<CardSource[]> cardsList = ParameterComparer.Enumerate(cardSources, cardSources.Count).ToList();

+ 1 - 1
Assets/Scripts/CardEffect/BT8/Black/BT8_092.cs

@@ -21,7 +21,7 @@ public class BT8_092 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[Your Turn] When one of your Digimon with [X-Antibody] in its traits is moved from your breeding area to your battle area, gain 1 memory and <Draw 1��.";
+                return "[Your Turn] When one of your Digimon with [X-Antibody] in its traits is moved from your breeding area to your battle area, gain 1 memory and <Draw 1>.";
             }
 
             bool PermanentCondition(Permanent permanent)

+ 1 - 1
Assets/Scripts/CardEffect/BT8/Blue/BT8_087.cs

@@ -27,7 +27,7 @@ public class BT8_087 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[Opponent's Turn] When one of your opponent's Digimon attacks one of your blue Digimon, you may suspend this Tamer to <Draw 1��. (Draw 1 card from your deck.)";
+                return "[Opponent's Turn] When one of your opponent's Digimon attacks one of your blue Digimon, you may suspend this Tamer to <Draw 1>. (Draw 1 card from your deck.)";
             }
 
             bool PermanentCondition(Permanent permanent)

+ 7 - 7
Assets/Scripts/CardEffect/EX5/Green/EX5_043.cs

@@ -89,7 +89,7 @@ public class EX5_043 : CEntity_Effect
 
             IEnumerator ActivateCoroutine(Hashtable _hashtable)
             {
-                #region �o��R�X�g-
+                #region Reduce Cost Effect
                 ChangeCostClass changeCostClass = new ChangeCostClass();
                 changeCostClass.SetUpICardEffect("Reduce Play Cost", CanUseCondition1, card);
                 changeCostClass.SetUpChangeCostClass(changeCostFunc: ChangeCost, cardSourceCondition: CardSourceCondition, rootCondition: RootCondition, isUpDown: isUpDown, isCheckAvailability: () => false, isChangePayingCost: () => true);
@@ -217,7 +217,7 @@ public class EX5_043 : CEntity_Effect
                         activateETB: true));
                 }
 
-                #region �o��R�X�g-����
+                #region Remove Reduce Cost Effect
                 card.Owner.UntilCalculateFixedCostEffect.Remove(getCardEffect);
                 #endregion
             }
@@ -263,7 +263,7 @@ public class EX5_043 : CEntity_Effect
                 {
                     bool canPlay = false;
 
-                    #region �o��R�X�g-
+                    #region Reduce Cost Effect
                     ChangeCostClass changeCostClass = new ChangeCostClass();
                     changeCostClass.SetUpICardEffect("Reduce Play Cost", CanUseCondition1, card);
                     changeCostClass.SetUpChangeCostClass(changeCostFunc: ChangeCost, cardSourceCondition: CardSourceCondition, rootCondition: RootCondition, isUpDown: isUpDown, isCheckAvailability: () => true, isChangePayingCost: () => true);
@@ -354,7 +354,7 @@ public class EX5_043 : CEntity_Effect
                         canPlay = true;
                     }
 
-                    #region �o��R�X�g-����
+                    #region Remove Reduce Cost Effect
                     card.Owner.UntilCalculateFixedCostEffect.Remove(getCardEffect);
                     #endregion
 
@@ -369,7 +369,7 @@ public class EX5_043 : CEntity_Effect
 
             IEnumerator ActivateCoroutine(Hashtable _hashtable)
             {
-                #region �o��R�X�g-
+                #region Reduce Cost Effect
                 ChangeCostClass changeCostClass = new ChangeCostClass();
                 changeCostClass.SetUpICardEffect("Reduce Play Cost", CanUseCondition1, card);
                 changeCostClass.SetUpChangeCostClass(changeCostFunc: ChangeCost, cardSourceCondition: CardSourceCondition, rootCondition: RootCondition, isUpDown: isUpDown, isCheckAvailability: () => false, isChangePayingCost: () => true);
@@ -497,7 +497,7 @@ public class EX5_043 : CEntity_Effect
                         activateETB: true));
                 }
 
-                #region �o��R�X�g-����
+                #region Remove Reduce Cost Effect
                 card.Owner.UntilCalculateFixedCostEffect.Remove(getCardEffect);
                 #endregion
             }
@@ -513,7 +513,7 @@ public class EX5_043 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[Your Turn] [Once Per Turn] When one of your Digimon is played, you may return 1 of your opponent's 5000 DP or lower Digimon to the hand. For each of your other Digimon, add 3000 to the maximum DP this effect can choose.";
+                return "[Your Turn] [Once Per Turn] When one of your Digimon is played, you may return 1 of your opponent's 5000 DP or lower Digimon to the hand. For each of your other Digimon, add 3000 to the maximum DP this effect can choose.";
             }
 
             int maxDP()

+ 2 - 2
Assets/Scripts/CardEffect/EX7/Purple/EX7_058.cs

@@ -53,7 +53,7 @@ namespace DCGO.CardEffects.EX7
 
                 string EffectDiscription()
                 {
-                    return "[On Play] 1 of your opponent's Digimon gains \"[End of Attack] Delete this Digimon.\" until the end of their turn. Then, if this Digimon has [LadyDevimon]/[X Antibody] in its digivolution cards, you may play 1 [Vol�e & Zerdr�cken] Token (Digimon/Lv.4/Purple/5000 DP/<Blocker>/<Retaliation>).";
+                    return "[On Play] 1 of your opponent's Digimon gains \"[End of Attack] Delete this Digimon.\" until the end of their turn. Then, if this Digimon has [LadyDevimon]/[X Antibody] in its digivolution cards, you may play 1 [Volée & Zerdrücken] Token (Digimon/Lv.4/Purple/5000 DP/<Blocker>/<Retaliation>).";
                 }
 
                 bool CanUseCondition(Hashtable hashtable)
@@ -204,7 +204,7 @@ namespace DCGO.CardEffects.EX7
 
                 string EffectDiscription()
                 {
-                    return "[When Digivolving] 1 of your opponent's Digimon gains \" Delete this Digimon.\" until the end of their turn. Then, if this Digimon has [LadyDevimon]/[X Antibody] in its digivolution cards, you may play 1 [Vol�e & Zerdr�cken] Token (Digimon/Lv.4/Purple/5000 DP/<Blocker>/<Retaliation>).";
+                    return "[When Digivolving] 1 of your opponent's Digimon gains \" Delete this Digimon.\" until the end of their turn. Then, if this Digimon has [LadyDevimon]/[X Antibody] in its digivolution cards, you may play 1 [Volée & Zerdrücken] Token (Digimon/Lv.4/Purple/5000 DP/<Blocker>/<Retaliation>).";
                 }
 
                 bool CanUseCondition(Hashtable hashtable)

+ 1 - 1
Assets/Scripts/CardEffect/LM/Black/LM_031.cs

@@ -102,7 +102,7 @@ namespace DCGO.CardEffects.LM
 
                 string EffectDiscription()
                 {
-                    return "[Start of your Turn] If your opponent has a Digimon, <Delay>.\r\n Return 1 black Digimon card from your trash to the top of the deck. Then, if you don't have a Digimon, you may play 1 black Digimon card with 2000 DP or less from your trash without paying the cost.";
+                    return "[Start of your Turn] If your opponent has a Digimon, <Delay>.\r\n Return 1 black Digimon card from your trash to the top of the deck. Then, if you don't have a Digimon, you may play 1 black Digimon card with 2000 DP or less from your trash without paying the cost.";
                 }
 
                 bool CanSelectCardCondition(CardSource cardSource)

+ 1 - 1
Assets/Scripts/CardEffect/LM/Blue/LM_028.cs

@@ -102,7 +102,7 @@ namespace DCGO.CardEffects.LM
 
                 string EffectDiscription()
                 {
-                    return "[Start of your Turn] If your opponent has a Digimon, <Delay>.\r\n Return 1 blue Digimon card from your trash to the top of the deck. Then, if you don't have a Digimon, you may play 1 blue Digimon card with 2000 DP or less from your trash without paying the cost.";
+                    return "[Start of your Turn] If your opponent has a Digimon, <Delay>.\r\n Return 1 blue Digimon card from your trash to the top of the deck. Then, if you don't have a Digimon, you may play 1 blue Digimon card with 2000 DP or less from your trash without paying the cost.";
                 }
 
                 bool CanSelectCardCondition(CardSource cardSource)

+ 1 - 1
Assets/Scripts/CardEffect/LM/Green/LM_030.cs

@@ -102,7 +102,7 @@ namespace DCGO.CardEffects.LM
 
                 string EffectDiscription()
                 {
-                    return "[Start of your Turn] If your opponent has a Digimon, <Delay>.\r\n Return 1 green Digimon card from your trash to the top of the deck. Then, if you don't have a Digimon, you may play 1 green Digimon card with 2000 DP or less from your trash without paying the cost.";
+                    return "[Start of your Turn] If your opponent has a Digimon, <Delay>.\r\n Return 1 green Digimon card from your trash to the top of the deck. Then, if you don't have a Digimon, you may play 1 green Digimon card with 2000 DP or less from your trash without paying the cost.";
                 }
 
                 bool CanSelectCardCondition(CardSource cardSource)

+ 1 - 1
Assets/Scripts/CardEffect/LM/Purple/LM_032.cs

@@ -102,7 +102,7 @@ namespace DCGO.CardEffects.LM
 
                 string EffectDiscription()
                 {
-                    return "[Start of your Turn] If your opponent has a Digimon, <Delay>.\r\n Return 1 purple Digimon card from your trash to the top of the deck. Then, if you don't have a Digimon, you may play 1 purple Digimon card with 2000 DP or less from your trash without paying the cost.";
+                    return "[Start of your Turn] If your opponent has a Digimon, <Delay>.\r\n Return 1 purple Digimon card from your trash to the top of the deck. Then, if you don't have a Digimon, you may play 1 purple Digimon card with 2000 DP or less from your trash without paying the cost.";
                 }
 
                 bool CanSelectCardCondition(CardSource cardSource)

+ 1 - 1
Assets/Scripts/CardEffect/LM/Red/LM_027.cs

@@ -102,7 +102,7 @@ namespace DCGO.CardEffects.LM
 
                 string EffectDiscription()
                 {
-                    return "[Start of your Turn] If your opponent has a Digimon, <Delay>.\r\n Return 1 red Digimon card from your trash to the top of the deck. Then, if you don't have a Digimon, you may play 1 red Digimon card with 2000 DP or less from your trash without paying the cost.";
+                    return "[Start of your Turn] If your opponent has a Digimon, <Delay>.\r\n Return 1 red Digimon card from your trash to the top of the deck. Then, if you don't have a Digimon, you may play 1 red Digimon card with 2000 DP or less from your trash without paying the cost.";
                 }
 
                 bool CanSelectCardCondition(CardSource cardSource)

+ 1 - 1
Assets/Scripts/CardEffect/LM/Yellow/LM_029.cs

@@ -102,7 +102,7 @@ namespace DCGO.CardEffects.LM
 
                 string EffectDiscription()
                 {
-                    return "[Start of your Turn] If your opponent has a Digimon, <Delay>.\r\n Return 1 yellow Digimon card from your trash to the top of the deck. Then, if you don't have a Digimon, you may play 1 yellow Digimon card with 2000 DP or less from your trash without paying the cost.";
+                    return "[Start of your Turn] If your opponent has a Digimon, <Delay>.\r\n Return 1 yellow Digimon card from your trash to the top of the deck. Then, if you don't have a Digimon, you may play 1 yellow Digimon card with 2000 DP or less from your trash without paying the cost.";
                 }
 
                 bool CanSelectCardCondition(CardSource cardSource)

+ 1 - 1
Assets/Scripts/CardEffect/P/Red/P_155.cs

@@ -70,7 +70,7 @@ namespace DCGO.CardEffects.P
 
                 string EffectDiscription()
                 {
-                    return "[Main] <Delay> (By trashing this card after the placing turn, active the effect.)\r\n By trashing 1 of your non-red option cards in your battle area, gain 1 memory.";
+                    return "[Main] <Delay> (By trashing this card after the placing turn, active the effect.)\r\n By trashing 1 of your non-red option cards in your battle area, gain 1 memory.";
                 }
 
                 bool HasNonRedOption(Permanent permanent)

+ 2 - 2
Assets/Scripts/CardEffect/P/Yellow/P_099.cs

@@ -30,7 +30,7 @@ public class P_099 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[On Play] ��De-Digivolve  1��1 of your opponent's Digimon (Trash up to 1 card from the top of one of your opponent's Digimon. If it has no digivolution cards, or becomes a level 3 Digimon, you can't trash any more cards).";
+                return "[On Play] <De-Digivolve 1>1 of your opponent's Digimon (Trash up to 1 card from the top of one of your opponent's Digimon. If it has no digivolution cards, or becomes a level 3 Digimon, you can't trash any more cards).";
             }
 
             bool CanSelectPermanentCondition(Permanent permanent)
@@ -96,7 +96,7 @@ public class P_099 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[When Digivolving] ��De-Digivolve  1��1 of your opponent's Digimon (Trash up to 1 card from the top of one of your opponent's Digimon. If it has no digivolution cards, or becomes a level 3 Digimon, you can't trash any more cards).";
+                return "[When Digivolving] <De-Digivolve 1> 1 of your opponent's Digimon (Trash up to 1 card from the top of one of your opponent's Digimon. If it has no digivolution cards, or becomes a level 3 Digimon, you can't trash any more cards).";
             }
 
             bool CanSelectPermanentCondition(Permanent permanent)

+ 7 - 7
Assets/Scripts/Script/CEntity_Base.cs

@@ -219,7 +219,7 @@ public class CEntity_Base : ScriptableObject
     }
     #endregion
 
-    #region �Z�b�gID
+    #region ???
     public string SetID
     {
         get
@@ -238,7 +238,7 @@ public class CEntity_Base : ScriptableObject
     public bool IsPermanent => cardKind.Contains(CardKind.Digimon) || cardKind.Contains(CardKind.Tamer) || cardKind.Contains(CardKind.DigiEgg);
     #endregion
 
-    #region �J�[�hIndex���f�b�L�R�[�h�ɗp���镶����ɕϊ�(256�i��)
+    #region ???
     public string CardIndex_String
     {
         get
@@ -255,7 +255,7 @@ public class CEntity_Base : ScriptableObject
     }
     #endregion
 
-    #region �J�[�h�摜�����A���_�[�o�[�ŋ�؂�
+    #region ???
     public static string[] GetParseByUnderBar(string CardImageName)
     {
         string[] parseByUnderBar = new string[] { CardImageName };
@@ -269,7 +269,7 @@ public class CEntity_Base : ScriptableObject
     }
     #endregion
 
-    #region �J�[�h�摜�����n�C�t���ŋ�؂�
+    #region ???
     public static string[] GetParseByHyphen(string CardImageName)
     {
         string[] parseByHyphen = new string[] { CardImageName };
@@ -283,14 +283,14 @@ public class CEntity_Base : ScriptableObject
     }
     #endregion
 
-    #region �f�b�L�ɂ���Ɠ��J�[�hID�̃J�[�h�������Ă��閇��
+    #region ???
     public int SameCardIDCount(List<CEntity_Base> DeckCards)
     {
         return DeckCards.Count((cEntity_Base) => cEntity_Base.CardID == CardID);
     }
     #endregion
 
-    #region �p��������
+    #region ???
     public bool isParallel
     {
         get
@@ -313,7 +313,7 @@ public class CEntity_Base : ScriptableObject
     }
     #endregion
 
-    #region ���x�������‚�
+    #region ???
     public bool HasLevel
     {
         get

+ 1 - 1
Assets/Scripts/Script/CardEffectCommons.cs

@@ -292,7 +292,7 @@ public partial class CardEffectCommons
 
     #endregion
 
-    #region Play 1 [Vol�e & Zerdr�cken] Token
+    #region Play 1 [Volée & Zerdrücken] Token
 
     public static IEnumerator PlayVoleeZerdrucken(ICardEffect activateClass)
     {

+ 2 - 3
Assets/Scripts/Script/CardEffectCommons/RevealLibrary.cs

@@ -260,8 +260,7 @@ public partial class CardEffectCommons
 
         bool doAction = true;
 
-        // �o�[�j���O�X�^�[�N���b�V���[(BT10-096)
-        // �u���C�W���O�E�������[�u�[�X�g
+        // ??? (BT10-096)    
         if (selectCardConditions.Length >= 2)
         {
             if (canNoAction)
@@ -764,7 +763,7 @@ public class RevealLibraryClass
             yield return ContinuousController.instance.StartCoroutine(GManager.instance.GetComponent<Effects>().ShowCardEffect(RevealedCards, "Revealed Cards", true, true));
         }
 
-        #region ���O�lj�
+        #region ???
         if (RevealedCards.Count >= 1)
         {
             string log = "";

+ 1 - 1
Assets/Scripts/Script/CardEffectFactory/AddDigivolutionRequirement.cs

@@ -50,7 +50,7 @@ public partial class CardEffectFactory
 
         int GetEvoCost(Permanent permanent, CardSource cardSource, CardEffectCommons.IgnoreRequirement ignore, bool checkAvailability)
         {
-            // �i�������𖳎����Đi�����悤�Ƃ��Ă���̂ɁA�i�������𖳎��ł��Ȃ��ꍇ
+            // ???
             if (ignoreDigivolutionRequirement && !cardSource.Owner.CanIgnoreDigivolutionRequirement(permanent, cardSource))
             {
                 return -1;

+ 1 - 1
Assets/Scripts/Script/HideCannotSelectObject.cs

@@ -90,7 +90,7 @@ public class HideCannotSelectObject : MonoBehaviour
 
     void Update()
     {
-        #region ���t���[���Ɉ�x�������f
+        #region ???
         _timerCount++;
 
         if (_timerCount < _updateFrame)

+ 1 - 1
Assets/Scripts/Script/MemoryObject.cs

@@ -102,7 +102,7 @@ public class MemoryObject : MonoBehaviour
                 }
 
 
-                #region �A�j���[�V����
+                #region ???
                 bool end = false;
                 var sequence = DOTween.Sequence();
 

+ 4 - 4
Assets/Scripts/Script/OfficialCardListUtility.cs

@@ -594,7 +594,7 @@ public class OfficialCardListUtility
 
         if (cEntity_Base.CardID == "EX3-045")
         {
-            cEntity_Base.EffectDiscription_ENG = cEntity_Base.EffectDiscription_ENG.Replace("You may suspend 1 of you or your opponent�fs Digimon", "You may suspend 1 Digimon").Replace("[Fairy] in its traits", "[Fairy] in one of their traits").Replace("[Fairy] in their traits", "[Fairy] in one of their traits");
+            cEntity_Base.EffectDiscription_ENG = cEntity_Base.EffectDiscription_ENG.Replace("You may suspend 1 of you or your opponent's Digimon", "You may suspend 1 Digimon").Replace("[Fairy] in its traits", "[Fairy] in one of their traits").Replace("[Fairy] in their traits", "[Fairy] in one of their traits");
         }
 
         if (cEntity_Base.CardID == "EX3-035")
@@ -626,9 +626,9 @@ public class OfficialCardListUtility
 
         if (cEntity_Base.CardID == "EX3-024")
         {
-            cEntity_Base.EffectDiscription_ENG = cEntity_Base.EffectDiscription_ENG.Replace("You may suspend 1 of your Digimon with [Dramon] or [Examon] in its name to force 1 of your opponent�fs Digimon to attack", "By suspending 1 of your Digimon with [Dramon] or [Examon] in its name, your opponent attacks with 1 of their Digimon");
+            cEntity_Base.EffectDiscription_ENG = cEntity_Base.EffectDiscription_ENG.Replace("You may suspend 1 of your Digimon with [Dramon] or [Examon] in its name to force 1 of your opponent's Digimon to attack", "By suspending 1 of your Digimon with [Dramon] or [Examon] in its name, your opponent attacks with 1 of their Digimon");
 
-            cEntity_Base.InheritedEffectDiscription_ENG = cEntity_Base.InheritedEffectDiscription_ENG.Replace("You may suspend 1 of your Digimon with [Dramon] or [Examon] in its name to force 1 of your opponent�fs Digimon to attack", "By suspending 1 of your Digimon with [Dramon] or [Examon] in its name, your opponent attacks with 1 of their Digimon");
+            cEntity_Base.InheritedEffectDiscription_ENG = cEntity_Base.InheritedEffectDiscription_ENG.Replace("You may suspend 1 of your Digimon with [Dramon] or [Examon] in its name to force 1 of your opponent's Digimon to attack", "By suspending 1 of your Digimon with [Dramon] or [Examon] in its name, your opponent attacks with 1 of their Digimon");
         }
 
         if (cEntity_Base.CardID == "EX3-023")
@@ -943,7 +943,7 @@ public class OfficialCardListUtility
         {
             if (!cEntity_Base.EffectDiscription_ENG.Contains("Apollomon") || !cEntity_Base.EffectDiscription_ENG.Contains("Dianamon"))
             {
-                cEntity_Base.EffectDiscription_ENG = "��DNA Digivolution: 0 from [Apollomon] + [Dianamon]��" + cEntity_Base.EffectDiscription_ENG;
+                cEntity_Base.EffectDiscription_ENG = "DNA Digivolution: 0 from [Apollomon] + [Dianamon]" + cEntity_Base.EffectDiscription_ENG;
             }
         }