Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
srvpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
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
srvpro
Commits
b7971be1
Commit
b7971be1
authored
Nov 26, 2018
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add record random match scores
parent
a43f84af
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
214 additions
and
61 deletions
+214
-61
data/default_config.json
data/default_config.json
+1
-0
data/i18n.json
data/i18n.json
+8
-0
ygopro-server.coffee
ygopro-server.coffee
+84
-29
ygopro-server.js
ygopro-server.js
+121
-32
No files found.
data/default_config.json
View file @
b7971be1
...
...
@@ -64,6 +64,7 @@
"random_duel"
:
{
"enabled"
:
false
,
"no_rematch_check"
:
false
,
"record_match_scores"
:
true
,
"ready_time"
:
20
,
"hang_timeout"
:
90
},
...
...
data/i18n.json
View file @
b7971be1
...
...
@@ -351,6 +351,14 @@
"exp_value_part2"
:
"点经验"
,
"exp_value_part3"
:
",你的战斗力是"
,
"exp_value_part4"
:
"。竞技场部分积分按赛季重置。"
,
"random_score_part1"
:
""
,
"random_score_part2"
:
"的今日战绩:胜率"
,
"random_score_part3"
:
"%,逃跑率"
,
"random_score_part4_combo"
:
"%,"
,
"random_score_part5_combo"
:
"连胜中!"
,
"random_score_part4"
:
"%"
,
"random_score_blank"
:
"的今日战绩:正在统计中"
,
"random_score_not_enough"
:
"的今日战绩:正在统计中"
,
"lp_low_opponent"
:
"你的生命已经如风中残烛了!"
,
"lp_low_self"
:
"背水一战!"
,
"kicked_by_player"
:
"被请出了房间"
,
...
...
ygopro-server.coffee
View file @
b7971be1
This diff is collapsed.
Click to expand it.
ygopro-server.js
View file @
b7971be1
This diff is collapsed.
Click to expand it.
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