浏览代码

bug fixes round 1

mbunch_kascope 1 年之前
父节点
当前提交
ef20ce1a4f

+ 2 - 2
Assets/CardBaseEntity/BT22/Purple/Digimon/BT22_075.asset

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:9fd758673b2b7a8a4ffbbe434b5159f1c5a34f982371fdd1f3540bc4243a653b
-size 1596
+oid sha256:07a7ebe1e36a8e30b985ab6e3ac98474d41378a31ef4484a811537b978635a08
+size 1585

+ 2 - 2
Assets/CardBaseEntity/BT22/White/Digimon/BT22_079.asset

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:cea4728c87f84ecb9cbbb9d026488ead490862ddb037f1a968ede86ea3bfe575
-size 1258
+oid sha256:5b74c7d99ecb97c1d083aac509a94ae14e503d533bd88b8fb88ff2db82d4673a
+size 1259

+ 2 - 2
Assets/CardBaseEntity/BT22/White/Digimon/BT22_079_P1.asset

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:320e57e034b3f653ea4326b93cfc3dee221a3f783783e90f6631a9cd1fe278f0
-size 1264
+oid sha256:721eed6160f2b7e2466ca1fedc7eef2ec750faea9955723a3111b19a1e7bb839
+size 1265

+ 2 - 2
Assets/CardBaseEntity/BT22/Yellow/Digimon/BT22_030.asset

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:e1090763afd220976382d986caae0815e3dc9ff87164baa2e4004374e28cfe0f
-size 1433
+oid sha256:86162ec8e0f4b1aaac70f8d6f51e9091bb9d0c4d122567ae5d32e9f1aee77d70
+size 1422

+ 2 - 2
Assets/CardBaseEntity/BT22/Yellow/Digimon/BT22_039.asset

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:7acc5264fcd85aa21fe9bbce030af1e07e83d46740f904548e3380d3f478af9f
-size 1585
+oid sha256:68af94703cb68d9d91a66b57173073cd8f861a311049800b75129849fbaa6325
+size 1574

+ 2 - 2
Assets/CardBaseEntity/BT22/Yellow/Digimon/BT22_039_P1.asset

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:22dd5d0288f8527d6a7b49cb54ba3a2a4da077f00fec78f7e9d05d14d9fcbb88
-size 1591
+oid sha256:e8eaa7a2dfcabd1fe5f7e85368d51aab135e5b339f476e3c29ec44c2a92b2059
+size 1580

+ 1 - 1
Assets/CardEffect/BT22/Blue/BT22_096.cs

@@ -148,7 +148,7 @@ namespace DCGO.CardEffects.BT22
             if (timing == EffectTiming.OnTappedAnyone)
             {
                 ActivateClass activateClass = new ActivateClass();
-                activateClass.SetUpICardEffect("Digiolve 1 [Aqua]/[Sea Animal] digimon into a [Aquatic]/[Liberator] digimon in your hand for 3 reduced cost", CanUseCondition, card);
+                activateClass.SetUpICardEffect("Digivolve 1 [Aqua]/[Sea Animal] digimon into a [Aquatic]/[Liberator] digimon in your hand for 3 reduced cost", CanUseCondition, card);
                 activateClass.SetUpActivateClass(CanActivateCondition, ActivateCoroutine, -1, true, EffectDiscription());
                 cardEffects.Add(activateClass);
 

+ 1 - 1
Assets/CardEffect/BT22/Red/BT22_014.cs

@@ -63,7 +63,7 @@ namespace DCGO.CardEffects.BT22
             //Reboot
             if (timing == EffectTiming.None)
             {
-                cardEffects.Add(CardEffectFactory.RebootSelfStaticEffect(isInheritedEffect: true, card: card, condition: null));
+                cardEffects.Add(CardEffectFactory.RebootSelfStaticEffect(isInheritedEffect: false, card: card, condition: null));
             }
             #endregion
 

+ 1 - 1
Assets/CardEffect/BT22/Yellow/BT22_034.cs

@@ -99,7 +99,7 @@ namespace DCGO.CardEffects.BT22
                         CardSource topSec = card.Owner.SecurityCards.FirstOrDefault();
 
                         yield return ContinuousController.instance.StartCoroutine(new IDestroySecurity(
-                        player: card.Owner.Enemy,
+                        player: card.Owner,
                         destroySecurityCount: 1,
                         cardEffect: activateClass,
                         fromTop: true).DestroySecurity());

+ 2 - 1
Assets/CardEffect/BT22/Yellow/BT22_040.cs

@@ -116,7 +116,8 @@ namespace DCGO.CardEffects.BT22
 
                 bool IsOwnerDigimon(Permanent permanent)
                 {
-                    return CardEffectCommons.IsOwnerPermanent(permanent, card) && permanent.IsDigimon;
+                    return CardEffectCommons.IsPermanentExistsOnOwnerBattleAreaDigimon(permanent, card) &&
+                           permanent != card.PermanentOfThisCard();
                 }
 
                 bool HasEssWhenDigivolving(CardSource cardSource)

+ 2 - 2
ProjectSettings/ProjectSettings.asset

@@ -1,3 +1,3 @@
 version https://git-lfs.github.com/spec/v1
-oid sha256:56fcee19787fa73b72ca8a6ebbe125f4f2de196291b413a46311aa39c1820608
-size 20169
+oid sha256:304e2c796f0b7af2902c73b3153a3f94927fa5f17d4c6faa58b3fcfdcf53fd96
+size 20166