Przeglądaj źródła

Fix more weird symbols

x89rt2 3 miesięcy temu
rodzic
commit
00e8670866

+ 1 - 1
Assets/Scripts/CardEffect/BT1/Red/BT1_095.cs

@@ -81,7 +81,7 @@ public class BT1_095 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[Security] Unsuspend 1 of your Digimon. That Digimon gains <Blocker�„ (When an opponent's Digimon attacks, you may suspend this Digimon to force the opponent to attack it instead) for the turn.";
+                return "[Security] Unsuspend 1 of your Digimon. That Digimon gains <Blocker> (When an opponent's Digimon attacks, you may suspend this Digimon to force the opponent to attack it instead) for the turn.";
             }
 
             bool CanSelectPermanentCondition(Permanent permanent)

+ 1 - 1
Assets/Scripts/CardEffect/BT1/Yellow/BT1_103.cs

@@ -80,7 +80,7 @@ public class BT1_103 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[Security] Trigger <Draw 1�„ (Draw 1 card from your deck.) Then, add this card to your hand.";
+                return "[Security] Trigger <Draw 1> (Draw 1 card from your deck.) Then, add this card to your hand.";
             }
             bool CanUseCondition(Hashtable hashtable)
             {

+ 1 - 1
Assets/Scripts/CardEffect/BT14/Purple/BT14_080.cs

@@ -91,7 +91,7 @@ namespace DCGO.CardEffects.BT14
 
                 string EffectDiscription()
                 {
-                    return "[When Attacking][Once Per Turn] If your opponent has 10 or more cards in their trash, this Digimon gains �ƒSecurity A. +1�„ for the turn.";
+                    return "[When Attacking][Once Per Turn] If your opponent has 10 or more cards in their trash, this Digimon gains <Security A. +1> for the turn.";
                 }
 
                 bool CanUseCondition(Hashtable hashtable)

+ 1 - 1
Assets/Scripts/CardEffect/BT14/Purple/BT14_099.cs

@@ -19,7 +19,7 @@ namespace DCGO.CardEffects.BT14
 
                 string EffectDiscription()
                 {
-                    return "[Main] Trash the top 3 cards of your deck. Then, 1 of your Digimon with [Devimon] in its name gains �ƒSecurity A. +1�„or the turn.";
+                    return "[Main] Trash the top 3 cards of your deck. Then, 1 of your Digimon with [Devimon] in its name gains <Security A. +1> for the turn.";
                 }
 
                 bool CanSelectPermanentCondition(Permanent permanent)

+ 1 - 1
Assets/Scripts/CardEffect/BT14/Red/BT14_101.cs

@@ -148,7 +148,7 @@ namespace DCGO.CardEffects.BT14
 
                 string EffectDiscription()
                 {
-                    return "[When Attacking] If you have a Tamer, this Digimon gains �ƒSecurity A. +1�„ and <Piercing> for the turn.";
+                    return "[When Attacking] If you have a Tamer, this Digimon gains <Security A. +1> and <Piercing> for the turn.";
                 }
 
                 bool CanUseCondition(Hashtable hashtable)

+ 1 - 1
Assets/Scripts/CardEffect/BT14/Yellow/BT14_041.cs

@@ -59,7 +59,7 @@ namespace DCGO.CardEffects.BT14
 
                 string EffectDiscription()
                 {
-                    return "[All Turns][Once Per Turn] When a card is added to your security stack, 1 of your opponent's Digimon gets -7000 DP and this Digimon gains �ƒSecurity A. +1�„or the turn.";
+                    return "[All Turns][Once Per Turn] When a card is added to your security stack, 1 of your opponent's Digimon gets -7000 DP and this Digimon gains <Security A. +1> for the turn.";
                 }
 
                 bool CanSelectPermanentCondition(Permanent permanent)

+ 1 - 1
Assets/Scripts/CardEffect/BT5/Green/BT5_049.cs

@@ -21,7 +21,7 @@ public class BT5_049 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[On Play] Reveal 3 cards from the top of your deck. Add all Digimon cards with �ƒDigisorption�„ among them to your hand. Place the remaining cards at the bottom of your deck in any order.";
+                return "[On Play] Reveal 3 cards from the top of your deck. Add all Digimon cards with <Digisorption> among them to your hand. Place the remaining cards at the bottom of your deck in any order.";
             }
 
             bool CanSelectCardCondition(CardSource cardSource)

+ 2 - 2
Assets/Scripts/CardEffect/BT5/Green/BT5_100.cs

@@ -20,7 +20,7 @@ public class BT5_100 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[Main] Reveal 5 cards from the top of your deck. Add 1 Digimon card with �ƒDigisorption�„ among them to your hand. Place the remaining cards at the bottom of your deck in any order.";
+                return "[Main] Reveal 5 cards from the top of your deck. Add 1 Digimon card with <Digisorption> among them to your hand. Place the remaining cards at the bottom of your deck in any order.";
             }
 
             bool CanSelectCardCondition(CardSource cardSource)
@@ -50,7 +50,7 @@ public class BT5_100 : CEntity_Effect
                     {
                         new SimplifiedSelectCardConditionClass(
                             canTargetCondition:CanSelectCardCondition,
-                            message: "Select 1 Digimon card with �ƒDigisorption�„.",
+                            message: "Select 1 Digimon card with <Digisorption>.",
                             mode: SelectCardEffect.Mode.AddHand,
                             maxCount: 1,
                             selectCardCoroutine: null),

+ 1 - 1
Assets/Scripts/CardEffect/BT8/White/BT8_094.cs

@@ -21,7 +21,7 @@ public class BT8_094 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[All Turns] When one of your opponent's level 5 or lower Digimon is deleted, you may suspend this Tamer to <Draw 1�„. (Draw 1 card from your deck.)";
+                return "[All Turns] When one of your opponent's level 5 or lower Digimon is deleted, you may suspend this Tamer to <Draw 1>. (Draw 1 card from your deck.)";
             }
 
             bool PermanentCondition(Permanent permanent)

+ 1 - 1
Assets/Scripts/CardEffect/EX5/Black/EX5_044.cs

@@ -85,7 +85,7 @@ namespace DCGO.CardEffects.EX5
 
                 string EffectDiscription()
                 {
-                    return "[On Deletion] �ƒDe-Digivolve  1�„n 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 Deletion] <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)

+ 2 - 2
Assets/Scripts/CardEffect/EX5/Black/EX5_055.cs

@@ -34,7 +34,7 @@ namespace DCGO.CardEffects.EX5
 
                 string EffectDiscription()
                 {
-                    return "[On Deletion] �ƒDe-Digivolve  1�„n 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). Then, return 1 of their 6000 DP or lower Digimon to the bottom of the deck.";
+                    return "[On Deletion] <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). Then, return 1 of their 6000 DP or lower Digimon to the bottom of the deck.";
                 }
 
                 bool CanSelectPermanentCondition(Permanent permanent)
@@ -143,7 +143,7 @@ namespace DCGO.CardEffects.EX5
 
                 string EffectDiscription()
                 {
-                    return "[When Digivolving] �ƒDe-Digivolve  1�„n 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). Then, return 1 of their 6000 DP or lower Digimon to the bottom of the deck.";
+                    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). Then, return 1 of their 6000 DP or lower Digimon to the bottom of the deck.";
                 }
 
                 bool CanSelectPermanentCondition(Permanent permanent)

+ 1 - 1
Assets/Scripts/CardEffect/EX5/Green/EX5_035.cs

@@ -15,7 +15,7 @@ public class EX5_035 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[On Play] Reveal the top 3 cards of your deck. Add all Digimon cards with �ƒFortitude�„ among them to the hand. Return the rest to the bottom of the deck.";
+                return "[On Play] Reveal the top 3 cards of your deck. Add all Digimon cards with <Fortitude> among them to the hand. Return the rest to the bottom of the deck.";
             }
 
             bool CanSelectCardCondition(CardSource cardSource)

+ 2 - 2
Assets/Scripts/CardEffect/EX5/Green/EX5_042.cs

@@ -21,7 +21,7 @@ public class EX5_042 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[On Play] Reveal the top card of your deck. If that card is a level 5 or lower Digimon card with �ƒFortitude�„, play it without paying the cost. Add the rest to your hand.";
+                return "[On Play] Reveal the top card of your deck. If that card is a level 5 or lower Digimon card with <Fortitude>, play it without paying the cost. Add the rest to your hand.";
             }
 
             bool CardCondition(CardSource cardSource)
@@ -107,7 +107,7 @@ public class EX5_042 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[When Digivolving] Reveal the top card of your deck. If that card is a level 5 or lower Digimon card with �ƒFortitude�„, play it without paying the cost. Add the rest to your hand.";
+                return "[When Digivolving] Reveal the top card of your deck. If that card is a level 5 or lower Digimon card with <Fortitude>, play it without paying the cost. Add the rest to your hand.";
             }
 
             bool CardCondition(CardSource cardSource)

+ 1 - 1
Assets/Scripts/CardEffect/P/Black/P_015.cs

@@ -22,7 +22,7 @@ public class P_015 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[On Play] Trigger �ƒDe-DigivoLv.e 1�„n 1 of your opponent's Digimon. (Trash a 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] Trigger <De-Digivolve 1> 1 of your opponent's Digimon. (Trash a 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)

+ 1 - 1
Assets/Scripts/CardEffect/ST3/Yellow/ST3_15.cs

@@ -21,7 +21,7 @@ public class ST3_15 : CEntity_Effect
 
             string EffectDiscription()
             {
-                return "[Main] 1 of your opponent's Digimon gains �ƒSecurity Attack -3�„This Digimon checks 3 fewer security cards) until the end of your opponent's next turn.";
+                return "[Main] 1 of your opponent's Digimon gains <Security Attack -3>This Digimon checks 3 fewer security cards) until the end of your opponent's next turn.";
             }
 
             bool CanSelectPermanentCondition(Permanent permanent)