Commit ba4d06e1 authored by wind2009's avatar wind2009

Fix lucky deck

parent 9d9361d5
Pipeline #30585 passed with stage
in 43 seconds
#created by ... #created by ...
#main #main
32731036 27204311
25451383 27204311
60242223 98777036
62962630 102380
62962630 102380
62962630 44330098
68468459 42141493
68468459 42141493
45484331 42141493
45883110 94853057
95515789
19096726
14558127 14558127
14558127 14558127
14558127 14558127
52038442
59438931
60643554
23434538 23434538
23434538 23434538
23434538 23434538
36577931 97268402
1984618 97268402
1984618 12580477
6498706 12580478
6498706 18144506
34995106 19613556
44362883
75500286
81439173
24224830 24224830
24224830 48130397
29948294 69279219
36637374 81674782
65681983 81674782
82738008
18973184
10045474
10045474 10045474
10045474 10045474
19271881 12607053
32756828 31849106
17751597 31849106
34002992
44095762
30241314
30241314
90846359
#extra #extra
6150044
6150045
11321089 11321089
38811586 87751584
44146295 26273196
44146295 54757758
92892239 10960419
70534340 18969888
3410461 96637156
24915933 21848500
72272462 21848500
1906812 68059897
41373230 68059897
51409648 95454996
87746184 95454996
87746184
53971455
37818794 37818794
!side !side
56787189
55273561
68468460
72554664
95515790
\ No newline at end of file
...@@ -7,7 +7,7 @@ using WindBot.Game.AI; ...@@ -7,7 +7,7 @@ using WindBot.Game.AI;
namespace WindBot.Game.AI.Decks namespace WindBot.Game.AI.Decks
{ {
[Deck("Lucky", "AI_Test", "Test")] [Deck("Lucky", "AI_Lucky", "Test")]
public class LuckyExecutor : DefaultExecutor public class LuckyExecutor : DefaultExecutor
{ {
public LuckyExecutor(GameAI ai, Duel duel) public LuckyExecutor(GameAI ai, Duel duel)
......
...@@ -4,11 +4,6 @@ ...@@ -4,11 +4,6 @@
"name": "卡片精灵", "name": "卡片精灵",
"deck": "Lucky", "deck": "Lucky",
"dialog": "dealers2p1.zh-CN" "dialog": "dealers2p1.zh-CN"
},
{
"name": "卡片精灵2",
"deck": "Lucky2",
"dialog": "dealers2p1.zh-CN"
} }
] ]
} }
\ No newline at end of file
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