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
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
srvpro
Commits
b30b41d2
Commit
b30b41d2
authored
Dec 02, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:moecube/srvpro into mc
parents
105d8d00
7bf14c0e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
289 additions
and
68 deletions
+289
-68
data/default_config.json
data/default_config.json
+6
-1
data/i18n.json
data/i18n.json
+16
-0
ygopro-server.coffee
ygopro-server.coffee
+110
-32
ygopro-server.js
ygopro-server.js
+157
-35
No files found.
data/default_config.json
View file @
b30b41d2
...
...
@@ -64,6 +64,10 @@
"random_duel"
:
{
"enabled"
:
false
,
"no_rematch_check"
:
false
,
"record_match_scores"
:
false
,
"post_match_scores"
:
false
,
"post_match_accesskey"
:
"123456"
,
"blank_pass_match"
:
true
,
"ready_time"
:
20
,
"hang_timeout"
:
90
},
...
...
@@ -154,7 +158,8 @@
"test_mode"
:
{
"watch_public_hand"
:
false
,
"no_connect_count_limit"
:
false
,
"no_ban_player"
:
false
"no_ban_player"
:
false
,
"surrender_anytime"
:
false
},
"pre_util"
:
{
"enabled"
:
false
,
...
...
data/i18n.json
View file @
b30b41d2
...
...
@@ -59,6 +59,14 @@
"exp_value_part2"
:
" exp"
,
"exp_value_part3"
:
", your score is "
,
"exp_value_part4"
:
". These points may be reset after the stable release of MyCard."
,
"random_score_part1"
:
"Today's record of "
,
"random_score_part2"
:
": "
,
"random_score_part3"
:
"% WIN, "
,
"random_score_part4_combo"
:
"% RAGE QUIT, WIN COMBO "
,
"random_score_part5_combo"
:
" !"
,
"random_score_part4"
:
"%"
,
"random_score_blank"
:
" didn't have enough duel record today."
,
"random_score_not_enough"
:
" didn't have enough duel record today."
,
"lp_low_opponent"
:
"もはやお前のライフは風前の灯!"
,
"lp_low_self"
:
"*Low LP Alert*"
,
"kicked_by_player"
:
"was evicted from the game."
,
...
...
@@ -351,6 +359,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 @
b30b41d2
This diff is collapsed.
Click to expand it.
ygopro-server.js
View file @
b30b41d2
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