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
alstroemeria-silentlove
windbot
Commits
f56f0c2a
Commit
f56f0c2a
authored
Jul 28, 2016
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix near deck
parent
13c8f9ce
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
3 deletions
+18
-3
Dialogs/near.zh-CN.json
Dialogs/near.zh-CN.json
+1
-1
Game/AI/Decks/EvilswarmExecutor.cs
Game/AI/Decks/EvilswarmExecutor.cs
+5
-0
Game/AI/Decks/GraydleExecutor.cs
Game/AI/Decks/GraydleExecutor.cs
+5
-0
bots.json
bots.json
+7
-2
No files found.
Dialogs/near.zh-CN.json
View file @
f56f0c2a
...
...
@@ -8,7 +8,7 @@
"没有人可以战胜我!"
,
"万能的我,什么卡组都会使用!"
,
"我左手让你,你都不是我的对手。"
,
"我
就闭着眼睛选择一套卡组好了。
"
"我
可是全宇宙第一妖仙!
"
],
"newturn"
:
[
"又到我的回合了,抽卡,希望你会有下个回合。"
,
...
...
Game/AI/Decks/EvilswarmExecutor.cs
View file @
f56f0c2a
...
...
@@ -31,6 +31,11 @@
private
bool
DontChainMyself
()
{
foreach
(
CardExecutor
exec
in
Executors
)
{
if
(
exec
.
Type
==
Type
&&
exec
.
CardId
==
Card
.
Id
)
return
false
;
}
return
LastChainPlayer
!=
0
;
}
...
...
Game/AI/Decks/GraydleExecutor.cs
View file @
f56f0c2a
...
...
@@ -29,6 +29,11 @@
private
bool
DontChainMyself
()
{
foreach
(
CardExecutor
exec
in
Executors
)
{
if
(
exec
.
Type
==
Type
&&
exec
.
CardId
==
Card
.
Id
)
return
false
;
}
return
LastChainPlayer
!=
0
;
}
...
...
bots.json
View file @
f56f0c2a
...
...
@@ -62,12 +62,17 @@
},
{
"name"
:
"尼亚"
,
"deck"
:
"Evilswarm"
,
"deck"
:
"Yosenju"
,
"dialog"
:
"near.zh-CN"
},
{
"name"
:
"尼亚"
,
"deck"
:
"Yosenju"
,
"dialog"
:
"near.zh-CN"
},
{
"name"
:
"尼亚"
,
"deck"
:
"
Graydle
"
,
"deck"
:
"
Evilswarm
"
,
"dialog"
:
"near.zh-CN"
}
]
...
...
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