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
4101773a
Commit
4101773a
authored
Apr 02, 2021
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add pot of greed to 3 decks
parent
3bd53ba5
Pipeline
#2847
failed with stage
in 33 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
15 additions
and
6 deletions
+15
-6
Decks/AI_Dragun.ydk
Decks/AI_Dragun.ydk
+3
-0
Decks/AI_FamiliarPossessed.ydk
Decks/AI_FamiliarPossessed.ydk
+3
-2
Decks/AI_Witchcraft.ydk
Decks/AI_Witchcraft.ydk
+3
-3
Game/AI/Decks/DragunExecutor.cs
Game/AI/Decks/DragunExecutor.cs
+2
-0
Game/AI/Decks/FamiliarPossessedExecutor.cs
Game/AI/Decks/FamiliarPossessedExecutor.cs
+1
-0
Game/AI/Decks/WitchcraftExecutor.cs
Game/AI/Decks/WitchcraftExecutor.cs
+2
-1
Game/AI/DefaultExecutor.cs
Game/AI/DefaultExecutor.cs
+1
-0
No files found.
Decks/AI_Dragun.ydk
View file @
4101773a
...
...
@@ -40,6 +40,9 @@
10045474
40605147
40605147
55144522
55144522
55144522
#extra
37818794
37818794
...
...
Decks/AI_FamiliarPossessed.ydk
View file @
4101773a
...
...
@@ -21,8 +21,9 @@
18144506
35261759
35261759
49238328
49238328
55144522
55144522
55144522
73915051
73915051
62256492
...
...
Decks/AI_Witchcraft.ydk
View file @
4101773a
...
...
@@ -25,9 +25,9 @@
11110587
14532163
14532163
49238328
49238328
49238328
55144522
55144522
55144522
54693926
54693926
57916305
...
...
Game/AI/Decks/DragunExecutor.cs
View file @
4101773a
...
...
@@ -59,6 +59,8 @@ namespace WindBot.Game.AI.Decks
AddExecutor
(
ExecutorType
.
Activate
,
CardId
.
MaxxC
,
DefaultMaxxC
);
AddExecutor
(
ExecutorType
.
Activate
,
CardId
.
HarpiesFeatherDuster
);
AddExecutor
(
ExecutorType
.
Activate
,
CardId
.
PotofGreed
);
AddExecutor
(
ExecutorType
.
Activate
,
CardId
.
DragunofRedEyes
,
DragunofRedEyesDestroy
);
AddExecutor
(
ExecutorType
.
Activate
,
CardId
.
ThousandEyesRestrict
,
ThousandEyesRestrictEffect
);
...
...
Game/AI/Decks/FamiliarPossessedExecutor.cs
View file @
4101773a
...
...
@@ -99,6 +99,7 @@ namespace WindBot.Game.AI.Decks
AddExecutor
(
ExecutorType
.
Activate
,
CardId
.
HarpieFeatherDuster
,
DefaultHarpiesFeatherDusterFirst
);
AddExecutor
(
ExecutorType
.
Activate
,
CardId
.
CosmicCyclone
,
DefaultMysticalSpaceTyphoon
);
AddExecutor
(
ExecutorType
.
Activate
,
CardId
.
Raigeki
,
DefaultRaigeki
);
AddExecutor
(
ExecutorType
.
Activate
,
CardId
.
PotofGreed
);
AddExecutor
(
ExecutorType
.
Activate
,
CardId
.
PotOfDesires
,
PotOfDesireseff
);
//sp
AddExecutor
(
ExecutorType
.
Activate
,
CardId
.
Linkuriboh
,
Linkuriboheff
);
...
...
Game/AI/Decks/WitchcraftExecutor.cs
View file @
4101773a
...
...
@@ -79,6 +79,7 @@ namespace WindBot.Game.AI.Decks
:
base
(
ai
,
duel
)
{
// do first
AddExecutor
(
ExecutorType
.
Activate
,
CardId
.
PotofGreed
);
AddExecutor
(
ExecutorType
.
Activate
,
CardId
.
PotofExtravagance
,
PotofExtravaganceActivate
);
AddExecutor
(
ExecutorType
.
SpellSet
,
SpellSetForFiveRainbow
);
...
...
@@ -2915,4 +2916,4 @@ namespace WindBot.Game.AI.Decks
return
false
;
}
}
}
\ No newline at end of file
}
Game/AI/DefaultExecutor.cs
View file @
4101773a
...
...
@@ -121,6 +121,7 @@ namespace WindBot.Game.AI
public
const
int
AntiSpellFragrance
=
58921041
;
public
const
int
lightningStorm
=
14532163
;
public
const
int
PotOfGreed
=
55144522
;
}
protected
DefaultExecutor
(
GameAI
ai
,
Duel
duel
)
...
...
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