Commit be16ac83 authored by SherryChaos's avatar SherryChaos

new card effect: Pot of Extravagance[49238329]

parent 3486f414
......@@ -1446,6 +1446,8 @@ namespace MDPro3.Duel
code = 63166096;
if (card.GetData().Id == 32807848)//闪刀起动-交闪 异画
code = 32807848;
if (card.GetData().Id == 49238329)//强欲而金满之壶 异画
code = 49238329;
var targetFolder = Program.root + "MasterDuel/Card/" + code.ToString();
#if UNITY_STANDALONE_WIN && !UNITY_EDITOR
......@@ -1814,6 +1816,12 @@ namespace MDPro3.Duel
, Core.GetLocationCardCount(CardLocation.Deck, 0), myDeck);
}
}
// 强欲而金满之壶 异画
else if (code == 49238329)
{
AudioManager.PlaySE("SE_EV_EF14144_v2");
effect = GetCardEffectPrefab("Ef21234");
}
var director = effect.GetComponent<PlayableDirector>();
await director.WaitAsync();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment