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
神之吹息
windbot
Commits
b89e8089
Commit
b89e8089
authored
Apr 20, 2023
by
苍蓝
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
00ee687d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
Game/AI/Decks/ExcutieExecutor.cs
Game/AI/Decks/ExcutieExecutor.cs
+10
-1
No files found.
Game/AI/Decks/ExcutieExecutor.cs
View file @
b89e8089
...
...
@@ -75,7 +75,7 @@ namespace WindBot.Game.AI.Decks
AddExecutor
(
ExecutorType
.
Activate
,
CardId
.
救火女
,
救火女
Effect1
);
AddExecutor
(
ExecutorType
.
MonsterSet
,
_CardId
.
海龙骑士
,
海龙
set
);
AddExecutor
(
ExecutorType
.
MonsterSet
,
_CardId
.
结界像
,
结界像
set
);
AddExecutor
(
ExecutorType
.
MonsterSet
,
CardId
.
劈裂史莱姆
);
AddExecutor
(
ExecutorType
.
MonsterSet
,
CardId
.
劈裂史莱姆
,
史莱姆
set
);
AddExecutor
(
ExecutorType
.
Summon
,
_CardId
.
海龙骑士
);
AddExecutor
(
ExecutorType
.
Summon
,
_CardId
.
结界像
);
AddExecutor
(
ExecutorType
.
Summon
,
CardId
.
劈裂史莱姆
);
...
...
@@ -109,6 +109,9 @@ namespace WindBot.Game.AI.Decks
private
IList
<
int
>
tar
=
new
[]
{
CardId
.
花草女
,
CardId
.
主存女
,
CardId
.
遥控女
,
CardId
.
救火女
,
CardId
.
浮游女
,
CardId
.
光天女
,
CardId
.
细剑女
};
private
IList
<
int
>
tar2
=
new
[]
{
CardId
.
花草女
,
CardId
.
主存女
,
CardId
.
遥控女
,
CardId
.
浮游女
};
private
bool
救火女
Sp
()
{
int
topattack
=
(
Bot
.
MonsterZone
.
GetMatchingCardsCount
(
card
=>
card
.
Level
==
6
)
+
Enemy
.
MonsterZone
.
GetMatchingCardsCount
(
card
=>
card
.
Level
==
6
))
*
600
+
1700
;
...
...
@@ -284,6 +287,12 @@ namespace WindBot.Game.AI.Decks
}
return
false
;
}
private
bool
史莱姆
set
()
{
if
(
Duel
.
Turn
==
1
||
!
Bot
.
HasInMonstersZone
(
tar2
))
return
true
;
return
false
;
}
private
List
<
int
>
HintMsgForEnemy
=
new
List
<
int
>
{
...
...
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