Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
W
windbot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
windbot
Commits
ba4d06e1
Commit
ba4d06e1
authored
Oct 19, 2024
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix lucky deck
parent
9d9361d5
Pipeline
#30585
passed with stage
in 43 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
56 deletions
+46
-56
Decks/AI_Lucky.ydk
Decks/AI_Lucky.ydk
+45
-50
Game/AI/Decks/LuckyExecutor.cs
Game/AI/Decks/LuckyExecutor.cs
+1
-1
bots.json
bots.json
+0
-5
No files found.
Decks/AI_Lucky.ydk
View file @
ba4d06e1
#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
Game/AI/Decks/LuckyExecutor.cs
View file @
ba4d06e1
...
@@ -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
)
...
...
bots.json
View file @
ba4d06e1
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment