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
List
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
nanahira
windbot
Commits
66ae8c9b
Commit
66ae8c9b
authored
Mar 04, 2024
by
jwyxym
Committed by
GitHub
Mar 04, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update AutoChessExecutor.cs
parent
38a5d5ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
101 additions
and
103 deletions
+101
-103
Game/AI/Decks/AutoChessExecutor.cs
Game/AI/Decks/AutoChessExecutor.cs
+101
-103
No files found.
Game/AI/Decks/AutoChessExecutor.cs
View file @
66ae8c9b
...
...
@@ -308,7 +308,7 @@ namespace WindBot.Game.AI.Decks
private
bool
EnemyCardTargetTrapFaceUp
(
ClientCard
card
)
{
if
(
card
.
Id
==
5640330
&&
ActivateDescription
==
Util
.
GetStringId
(
5640330
,
1
))
if
(
ActivateDescription
==
Util
.
GetStringId
(
5640330
,
1
))
return
true
;
return
false
;
}
...
...
@@ -321,8 +321,8 @@ namespace WindBot.Game.AI.Decks
{
if
(
card
.
Id
==
cardname
)
return
true
;
}
if
(
(
card
.
Id
==
5133471
&&
ActivateDescription
==
Util
.
GetStringId
(
5133471
,
1
)
)
||
(
card
.
Id
==
17241941
&&
ActivateDescription
==
Util
.
GetStringId
(
17241941
,
2
)
))
if
(
ActivateDescription
==
Util
.
GetStringId
(
5133471
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
17241941
,
2
))
return
true
;
return
false
;
}
...
...
@@ -335,9 +335,9 @@ namespace WindBot.Game.AI.Decks
{
if
(
card
.
Id
==
cardname
)
return
true
;
}
if
(
(
card
.
Id
==
5133471
&&
ActivateDescription
==
Util
.
GetStringId
(
5133471
,
0
)
)
||
(
card
.
Id
==
64398890
&&
ActivateDescription
==
Util
.
GetStringId
(
64398890
,
0
)
)
||
(
card
.
Id
==
73213494
&&
ActivateDescription
==
Util
.
GetStringId
(
73213494
,
1
)
)
if
(
ActivateDescription
==
Util
.
GetStringId
(
5133471
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
64398890
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
73213494
,
1
)
)
return
true
;
return
false
;
...
...
@@ -351,16 +351,16 @@ namespace WindBot.Game.AI.Decks
{
if
(
card
.
Id
==
cardname
)
return
true
;
}
if
(
(
card
.
Id
==
41470137
&&
ActivateDescription
==
Util
.
GetStringId
(
41470137
,
0
)
)
||
(
card
.
Id
==
98558751
&&
ActivateDescription
==
Util
.
GetStringId
(
98558751
,
0
)
)
||
(
card
.
Id
==
49456901
&&
ActivateDescription
==
Util
.
GetStringId
(
49456901
,
0
)
)
||
(
card
.
Id
==
53618197
&&
ActivateDescription
==
Util
.
GetStringId
(
53618197
,
0
)
)
||
(
card
.
Id
==
71100270
&&
ActivateDescription
==
Util
.
GetStringId
(
71100270
,
0
)
)
||
(
card
.
Id
==
85252081
&&
ActivateDescription
==
Util
.
GetStringId
(
85252081
,
0
)
)
||
(
card
.
Id
==
89423971
&&
ActivateDescription
==
Util
.
GetStringId
(
89423971
,
0
)
)
||
(
card
.
Id
==
19025379
&&
ActivateDescription
==
Util
.
GetStringId
(
19025379
,
1
)
)
||
(
card
.
Id
==
64182380
&&
ActivateDescription
==
Util
.
GetStringId
(
64182380
,
1
)
)
||
(
card
.
Id
==
75425320
&&
ActivateDescription
==
Util
.
GetStringId
(
75425320
,
2
)
)
if
(
ActivateDescription
==
Util
.
GetStringId
(
41470137
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
98558751
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
49456901
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
53618197
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
71100270
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
85252081
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
89423971
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
19025379
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
64182380
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
75425320
,
2
)
||
(
card
.
Id
==
10117149
&&
card
.
Location
==
CardLocation
.
MonsterZone
)
||
(
card
.
Id
==
15710054
&&
card
.
Location
==
CardLocation
.
MonsterZone
)
||
(
card
.
Id
==
37991342
&&
card
.
Location
==
CardLocation
.
MonsterZone
)
...
...
@@ -388,15 +388,15 @@ namespace WindBot.Game.AI.Decks
{
if
(
card
.
Id
==
cardname
)
return
true
;
}
if
(
(
card
.
Id
==
5795980
&&
card
.
Location
==
CardLocation
.
SpellZone
)
||
(
card
.
Id
==
9940036
&&
ActivateDescription
==
Util
.
GetStringId
(
9940036
,
2
)
)
||
(
card
.
Id
==
13364097
&&
ActivateDescription
==
Util
.
GetStringId
(
13364097
,
0
)
)
||
(
card
.
Id
==
50078320
&&
ActivateDescription
==
Util
.
GetStringId
(
50078320
,
0
)
)
||
(
card
.
Id
==
50907446
&&
ActivateDescription
==
Util
.
GetStringId
(
50907446
,
0
)
)
||
(
card
.
Id
==
65398390
&&
ActivateDescription
==
Util
.
GetStringId
(
65398390
,
0
)
)
||
(
card
.
Id
==
29601381
&&
ActivateDescription
==
Util
.
GetStringId
(
29601381
,
1
)
)
||
(
card
.
Id
==
48461764
&&
ActivateDescription
==
Util
.
GetStringId
(
48461764
,
1
)
)
||
(
card
.
Id
==
94073244
&&
ActivateDescription
==
Util
.
GetStringId
(
94073244
,
1
)
)
if
(
ActivateDescription
==
Util
.
GetStringId
(
9940036
,
2
)
||
ActivateDescription
==
Util
.
GetStringId
(
13364097
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
50078320
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
50907446
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
65398390
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
29601381
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
48461764
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
94073244
,
1
)
||
(
card
.
Id
==
5795980
&&
card
.
Location
==
CardLocation
.
SpellZone
)
||
(
card
.
Id
==
13317419
&&
card
.
Location
==
CardLocation
.
SpellZone
&&
card
.
IsFaceup
())
||
(
card
.
Id
==
37491810
&&
card
.
Location
==
CardLocation
.
SpellZone
&&
card
.
IsFaceup
())
||
(
card
.
Id
==
38761908
&&
card
.
Location
==
CardLocation
.
SpellZone
)
...
...
@@ -413,9 +413,9 @@ namespace WindBot.Game.AI.Decks
{
if
(
card
.
Id
==
cardname
)
return
true
;
}
if
(
(
card
.
Id
==
20281581
&&
ActivateDescription
==
Util
.
GetStringId
(
20281581
,
1
)
)
||
(
card
.
Id
==
31467949
&&
ActivateDescription
==
Util
.
GetStringId
(
31467949
,
1
)
)
||
(
card
.
Id
==
32912040
&&
ActivateDescription
==
Util
.
GetStringId
(
32912040
,
0
)
)
if
(
ActivateDescription
==
Util
.
GetStringId
(
20281581
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
31467949
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
32912040
,
0
)
)
return
true
;
return
false
;
...
...
@@ -431,48 +431,48 @@ namespace WindBot.Game.AI.Decks
{
if
(
card
.
Id
==
cardname
)
return
true
;
}
if
(
card
.
Id
==
1561110
&&
ActivateDescription
==
Util
.
GetStringId
(
1561110
,
0
)
||
(
card
.
Id
==
4779823
&&
ActivateDescription
==
Util
.
GetStringId
(
4779823
,
0
)
)
||
(
card
.
Id
==
23626223
&&
ActivateDescription
==
Util
.
GetStringId
(
23626223
,
0
)
)
||
(
card
.
Id
==
26692769
&&
ActivateDescription
==
Util
.
GetStringId
(
26692769
,
0
)
)
||
(
card
.
Id
==
32617464
&&
ActivateDescription
==
Util
.
GetStringId
(
32617464
,
0
)
)
||
(
card
.
Id
==
32939238
&&
ActivateDescription
==
Util
.
GetStringId
(
32939238
,
0
)
)
||
(
card
.
Id
==
36609518
&&
ActivateDescription
==
Util
.
GetStringId
(
36609518
,
0
)
)
||
(
card
.
Id
==
38267552
&&
ActivateDescription
==
Util
.
GetStringId
(
38267552
,
0
)
)
||
(
card
.
Id
==
50056656
&&
ActivateDescription
==
Util
.
GetStringId
(
50056656
,
0
)
)
||
(
card
.
Id
==
79194594
&&
ActivateDescription
==
Util
.
GetStringId
(
79194594
,
0
)
)
||
(
card
.
Id
==
84815190
&&
ActivateDescription
==
Util
.
GetStringId
(
84815190
,
0
)
)
||
(
card
.
Id
==
90835938
&&
ActivateDescription
==
Util
.
GetStringId
(
90835938
,
0
)
)
||
(
card
.
Id
==
98462037
&&
ActivateDescription
==
Util
.
GetStringId
(
98462037
,
0
)
)
||
(
card
.
Id
==
43227
&&
ActivateDescription
==
Util
.
GetStringId
(
43227
,
1
)
)
||
(
card
.
Id
==
2530830
&&
ActivateDescription
==
Util
.
GetStringId
(
2530830
,
1
)
)
||
(
card
.
Id
==
6764709
&&
ActivateDescription
==
Util
.
GetStringId
(
6764709
,
1
)
)
||
(
card
.
Id
==
12444060
&&
ActivateDescription
==
Util
.
GetStringId
(
12444060
,
1
)
)
||
(
card
.
Id
==
10406322
&&
ActivateDescription
==
Util
.
GetStringId
(
10406322
,
1
)
)
||
(
card
.
Id
==
13482262
&&
ActivateDescription
==
Util
.
GetStringId
(
13482262
,
1
)
)
||
(
card
.
Id
==
20563387
&&
ActivateDescription
==
Util
.
GetStringId
(
20563387
,
1
)
)
||
(
card
.
Id
==
21113684
&&
ActivateDescription
==
Util
.
GetStringId
(
21113684
,
1
)
)
||
(
card
.
Id
==
22110647
&&
ActivateDescription
==
Util
.
GetStringId
(
22110647
,
1
)
)
||
(
card
.
Id
==
22908820
&&
ActivateDescription
==
Util
.
GetStringId
(
22908820
,
1
)
)
||
(
card
.
Id
==
28373620
&&
ActivateDescription
==
Util
.
GetStringId
(
28373620
,
1
)
)
||
(
card
.
Id
==
34481518
&&
ActivateDescription
==
Util
.
GetStringId
(
34481518
,
1
)
)
||
(
card
.
Id
==
40732515
&&
ActivateDescription
==
Util
.
GetStringId
(
40732515
,
1
)
)
||
(
card
.
Id
==
46294982
&&
ActivateDescription
==
Util
.
GetStringId
(
46294982
,
1
)
)
||
(
card
.
Id
==
61307542
&&
ActivateDescription
==
Util
.
GetStringId
(
61307542
,
1
)
)
||
(
card
.
Id
==
63101468
&&
ActivateDescription
==
Util
.
GetStringId
(
63101468
,
1
)
)
||
(
card
.
Id
==
73667937
&&
ActivateDescription
==
Util
.
GetStringId
(
73667937
,
1
)
)
||
(
card
.
Id
==
81055000
&&
ActivateDescription
==
Util
.
GetStringId
(
81055000
,
1
)
)
||
(
card
.
Id
==
83533296
&&
ActivateDescription
==
Util
.
GetStringId
(
83533296
,
1
)
)
||
(
card
.
Id
==
87188910
&&
ActivateDescription
==
Util
.
GetStringId
(
87188910
,
1
)
)
||
(
card
.
Id
==
90579153
&&
ActivateDescription
==
Util
.
GetStringId
(
90579153
,
1
)
)
||
(
card
.
Id
==
95207988
&&
ActivateDescription
==
Util
.
GetStringId
(
95207988
,
1
)
)
||
(
card
.
Id
==
5973663
&&
ActivateDescription
==
Util
.
GetStringId
(
5973663
,
1
)
)
||
(
card
.
Id
==
11132674
&&
ActivateDescription
==
Util
.
GetStringId
(
11132674
,
2
)
)
||
(
card
.
Id
==
28798938
&&
ActivateDescription
==
Util
.
GetStringId
(
28798938
,
2
)
)
||
(
card
.
Id
==
30989084
&&
ActivateDescription
==
Util
.
GetStringId
(
30989084
,
2
)
)
||
(
card
.
Id
==
37495766
&&
ActivateDescription
==
Util
.
GetStringId
(
37495766
,
2
)
)
||
(
card
.
Id
==
91336701
&&
ActivateDescription
==
Util
.
GetStringId
(
91336701
,
2
)
)
||
(
card
.
Id
==
73734821
&&
ActivateDescription
==
Util
.
GetStringId
(
73734821
,
3
)
)
if
(
ActivateDescription
==
Util
.
GetStringId
(
1561110
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
4779823
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
23626223
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
26692769
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
32617464
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
32939238
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
36609518
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
38267552
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
50056656
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
79194594
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
84815190
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
90835938
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
98462037
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
43227
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
2530830
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
6764709
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
12444060
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
10406322
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
13482262
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
20563387
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
21113684
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
22110647
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
22908820
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
28373620
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
34481518
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
40732515
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
46294982
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
61307542
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
63101468
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
73667937
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
81055000
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
83533296
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
87188910
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
90579153
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
95207988
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
5973663
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
11132674
,
2
)
||
ActivateDescription
==
Util
.
GetStringId
(
28798938
,
2
)
||
ActivateDescription
==
Util
.
GetStringId
(
30989084
,
2
)
||
ActivateDescription
==
Util
.
GetStringId
(
37495766
,
2
)
||
ActivateDescription
==
Util
.
GetStringId
(
91336701
,
2
)
||
ActivateDescription
==
Util
.
GetStringId
(
73734821
,
3
)
||
(
card
.
Id
==
13073850
&&
card
.
Location
==
CardLocation
.
MonsterZone
)
||
(
card
.
Id
==
15130912
&&
card
.
Location
==
CardLocation
.
MonsterZone
)
||
(
card
.
Id
==
35187185
&&
card
.
Location
==
CardLocation
.
MonsterZone
)
...
...
@@ -512,12 +512,12 @@ namespace WindBot.Game.AI.Decks
{
if
(
card
.
Id
==
cardname
)
return
true
;
}
if
(
(
card
.
Id
==
47728740
&&
ActivateDescription
==
Util
.
GetStringId
(
47728740
,
1
)
)
||
(
card
.
Id
==
67037924
&&
ActivateDescription
==
Util
.
GetStringId
(
67037924
,
0
)
)
||
(
card
.
Id
==
74003290
&&
ActivateDescription
==
Util
.
GetStringId
(
74003290
,
0
)
)
||
(
card
.
Id
==
91706817
&&
ActivateDescription
==
Util
.
GetStringId
(
91706817
,
0
)
)
||
(
card
.
Id
==
75147529
&&
ActivateDescription
==
Util
.
GetStringId
(
75147529
,
0
)
)
||
(
card
.
Id
==
53184342
&&
ActivateDescription
==
Util
.
GetStringId
(
53184342
,
1
)
)
if
(
ActivateDescription
==
Util
.
GetStringId
(
47728740
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
67037924
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
74003290
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
91706817
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
75147529
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
53184342
,
1
)
||
(
card
.
Id
==
21250202
&&
card
.
Location
==
CardLocation
.
MonsterZone
)
||
(
card
.
Id
==
93713837
&&
card
.
Location
==
CardLocation
.
MonsterZone
)
||
(
card
.
Id
==
50275295
&&
card
.
Location
==
CardLocation
.
SpellZone
)
...
...
@@ -556,18 +556,16 @@ namespace WindBot.Game.AI.Decks
{
if
(
card
.
Id
==
cardname
)
return
true
;
}
if
((
card
.
Id
==
20281581
&&
ActivateDescription
==
Util
.
GetStringId
(
20281581
,
1
))
||
(
card
.
Id
==
10000010
&&
ActivateDescription
==
Util
.
GetStringId
(
10000010
,
1
))
||
(
card
.
Id
==
10000011
&&
ActivateDescription
==
Util
.
GetStringId
(
10000010
,
1
))
||
(
card
.
Id
==
10000012
&&
ActivateDescription
==
Util
.
GetStringId
(
10000010
,
1
))
||
(
card
.
Id
==
95486586
&&
ActivateDescription
==
Util
.
GetStringId
(
95486586
,
1
))
||
(
card
.
Id
==
91907707
&&
ActivateDescription
==
Util
.
GetStringId
(
91907707
,
1
))
||
(
card
.
Id
==
72989439
&&
ActivateDescription
==
Util
.
GetStringId
(
72989439
,
1
))
||
(
card
.
Id
==
72329844
&&
ActivateDescription
==
Util
.
GetStringId
(
72329844
,
1
))
||
(
card
.
Id
==
57031794
&&
ActivateDescription
==
Util
.
GetStringId
(
57031794
,
0
))
||
(
card
.
Id
==
52038272
&&
ActivateDescription
==
Util
.
GetStringId
(
52038272
,
0
))
||
(
card
.
Id
==
19025379
&&
ActivateDescription
==
Util
.
GetStringId
(
19025379
,
0
))
||
(
card
.
Id
==
35125879
&&
ActivateDescription
==
Util
.
GetStringId
(
35125879
,
2
))
if
(
ActivateDescription
==
Util
.
GetStringId
(
20281581
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
10000010
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
95486586
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
91907707
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
72989439
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
72329844
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
57031794
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
52038272
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
19025379
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
35125879
,
2
)
||
(
card
.
Id
==
30328508
&&
card
.
Location
==
CardLocation
.
MonsterZone
)
||
(
card
.
Id
==
7459919
&&
card
.
Location
==
CardLocation
.
MonsterZone
)
||
(
card
.
Id
==
7574904
&&
card
.
Location
==
CardLocation
.
MonsterZone
)
...
...
@@ -594,19 +592,19 @@ namespace WindBot.Game.AI.Decks
{
if
(
card
.
Id
==
cardname
)
return
true
;
}
if
(
(
card
.
Id
==
75775867
&&
ActivateDescription
==
Util
.
GetStringId
(
75775867
,
0
))
||
(
card
.
Id
==
77656797
&&
ActivateDescription
==
Util
.
GetStringId
(
77656797
,
0
)
)
||
(
card
.
Id
==
51316684
&&
ActivateDescription
==
Util
.
GetStringId
(
51316684
,
0
)
)
||
(
card
.
Id
==
83550869
&&
ActivateDescription
==
Util
.
GetStringId
(
83550869
,
0
)
)
||
(
card
.
Id
==
99726621
&&
ActivateDescription
==
Util
.
GetStringId
(
99726621
,
0
)
)
||
(
card
.
Id
==
20665527
&&
ActivateDescription
==
Util
.
GetStringId
(
20665527
,
1
)
)
||
(
card
.
Id
==
24070330
&&
ActivateDescription
==
Util
.
GetStringId
(
24070330
,
1
)
)
||
(
card
.
Id
==
40221691
&&
ActivateDescription
==
Util
.
GetStringId
(
40221691
,
1
)
)
||
(
card
.
Id
==
84425220
&&
ActivateDescription
==
Util
.
GetStringId
(
84425220
,
1
)
)
||
(
card
.
Id
==
34446231
&&
ActivateDescription
==
Util
.
GetStringId
(
34446231
,
1
)
)
||
(
card
.
Id
==
70636044
&&
ActivateDescription
==
Util
.
GetStringId
(
70636044
,
2
)
)
||
(
card
.
Id
==
92650749
&&
ActivateDescription
==
Util
.
GetStringId
(
92650749
,
3
)
)
||
(
card
.
Id
==
50687050
&&
ActivateDescription
==
Util
.
GetStringId
(
50687050
,
4
)
)
if
(
ActivateDescription
==
Util
.
GetStringId
(
75775867
,
0
))
||
ActivateDescription
==
Util
.
GetStringId
(
77656797
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
51316684
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
83550869
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
99726621
,
0
)
||
ActivateDescription
==
Util
.
GetStringId
(
20665527
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
24070330
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
40221691
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
84425220
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
34446231
,
1
)
||
ActivateDescription
==
Util
.
GetStringId
(
70636044
,
2
)
||
ActivateDescription
==
Util
.
GetStringId
(
92650749
,
3
)
||
ActivateDescription
==
Util
.
GetStringId
(
50687050
,
4
)
||
(
card
.
Id
==
84941194
&&
card
.
Location
==
CardLocation
.
MonsterZone
)
||
(
card
.
Id
==
99307040
&&
card
.
Location
==
CardLocation
.
MonsterZone
)
||
(
card
.
Id
==
99414629
&&
!
card
.
Location
==
CardLocation
.
Grave
)
...
...
@@ -629,8 +627,8 @@ namespace WindBot.Game.AI.Decks
if
((
card
.
Id
==
44146295
&&
card
.
Location
==
CardLocation
.
MonsterZone
)
||
(
card
.
Id
==
26655293
&&
card
.
Location
==
CardLocation
.
MonsterZone
)
||
(
card
.
Id
==
66947913
&&
!
card
.
Location
==
CardLocation
.
Hand
)
||
card
.
Id
==
67725394
&&
ActivateDescription
==
Util
.
GetStringId
(
67725394
,
2
)
||
card
.
Id
==
83414006
&&
ActivateDescription
==
Util
.
GetStringId
(
83414006
,
2
)
||
ActivateDescription
==
Util
.
GetStringId
(
67725394
,
2
)
||
ActivateDescription
==
Util
.
GetStringId
(
83414006
,
2
)
)
return
true
;
return
false
;
...
...
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