上传docker 战斗版本
This commit is contained in:
parent
90e2d1b069
commit
2693ae1aaa
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -10,7 +10,7 @@
|
|||||||
"request": "launch",
|
"request": "launch",
|
||||||
"preLaunchTask": "build",
|
"preLaunchTask": "build",
|
||||||
// If you have changed target frameworks, make sure to update the program path.
|
// If you have changed target frameworks, make sure to update the program path.
|
||||||
"program": "${workspaceFolder}/bin/Debug/net6.0/dfbattle.dll",
|
"program": "${workspaceFolder}/bin/Debug/net7.0/dfbattle.dll",
|
||||||
"args": ["ws://127.0.0.1:9897"],
|
"args": ["ws://127.0.0.1:9897"],
|
||||||
"cwd": "${workspaceFolder}",
|
"cwd": "${workspaceFolder}",
|
||||||
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
|
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
|
||||||
|
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"dotnet.defaultSolution": "dfbattle.sln"
|
||||||
|
}
|
@ -59,15 +59,15 @@ namespace BattleServer
|
|||||||
byte[] _msg;
|
byte[] _msg;
|
||||||
// long ts = (DateTime.Now.ToUniversalTime().Ticks - 621355968000000000) / 10000;
|
// long ts = (DateTime.Now.ToUniversalTime().Ticks - 621355968000000000) / 10000;
|
||||||
// Console.WriteLine("接收到战斗消息 1 {0}|{1}",msg.method,ts);
|
// Console.WriteLine("接收到战斗消息 1 {0}|{1}",msg.method,ts);
|
||||||
|
|
||||||
switch (msg.method)
|
switch (msg.method)
|
||||||
{
|
{
|
||||||
case "Check": //校验战报
|
case "Check": //校验战报
|
||||||
BattleReport report = ProtoDeSerialize<BattleReport>(msg.data.value);
|
BattleReport report = ProtoDeSerialize<BattleReport>(msg.data.value);
|
||||||
// ts = (DateTime.Now.ToUniversalTime().Ticks - 621355968000000000) / 10000;
|
// DateTime startTime = DateTime.Now;
|
||||||
// Console.WriteLine("接收到战斗消息 2 |{0}",ts);
|
|
||||||
bool issucc = HotUpdateScripts.FightRunnerMgr.Instance.VerifyOnceFight(report);
|
bool issucc = HotUpdateScripts.FightRunnerMgr.Instance.VerifyOnceFight(report);
|
||||||
// ts = (DateTime.Now.ToUniversalTime().Ticks - 621355968000000000) / 10000;
|
// DateTime endTime = DateTime.Now;
|
||||||
// Console.WriteLine("接收到战斗消息 3 |{0}",ts);
|
// Console.WriteLine($"耗时: {(endTime - startTime).TotalMilliseconds} 毫秒");
|
||||||
msg.data = new Google.Protobuf.WellKnownTypes.Any
|
msg.data = new Google.Protobuf.WellKnownTypes.Any
|
||||||
{
|
{
|
||||||
type_url = "type.googleapis.com/BattleCheckResults",
|
type_url = "type.googleapis.com/BattleCheckResults",
|
||||||
|
@ -10,7 +10,7 @@ namespace BattleServer
|
|||||||
{
|
{
|
||||||
Console.WriteLine("外部参数:{0}", args[0]);
|
Console.WriteLine("外部参数:{0}", args[0]);
|
||||||
HotUpdateScripts.FightRunnerMgr.Instance.Init("./GameConfig/");
|
HotUpdateScripts.FightRunnerMgr.Instance.Init("./GameConfig/");
|
||||||
HotUpdateScripts.FightDebug.OpenLog = true;
|
HotUpdateScripts.FightDebug.OpenLog = false;
|
||||||
Console.WriteLine($"当前战斗服版本号:{HotUpdateScripts.FightVersions.CurrentVersion}, 构建时间:{HotUpdateScripts.FightVersions.BuildTime}");
|
Console.WriteLine($"当前战斗服版本号:{HotUpdateScripts.FightVersions.CurrentVersion}, 构建时间:{HotUpdateScripts.FightVersions.BuildTime}");
|
||||||
Service service = new Service(args[0]);
|
Service service = new Service(args[0]);
|
||||||
Console.WriteLine("BattleServer Start!");
|
Console.WriteLine("BattleServer Start!");
|
||||||
|
25
dfbattle.sln
Normal file
25
dfbattle.sln
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 17
|
||||||
|
VisualStudioVersion = 17.5.002.0
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dfbattle", "dfbattle.csproj", "{3F1E2536-8399-4EDD-B3ED-22CAFB9B95F9}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{3F1E2536-8399-4EDD-B3ED-22CAFB9B95F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{3F1E2536-8399-4EDD-B3ED-22CAFB9B95F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{3F1E2536-8399-4EDD-B3ED-22CAFB9B95F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{3F1E2536-8399-4EDD-B3ED-22CAFB9B95F9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {E95E4497-8552-444F-A7D2-A01872C8EB73}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
BIN
docker_battle/FightRunner.dll
Normal file
BIN
docker_battle/FightRunner.dll
Normal file
Binary file not shown.
BIN
docker_battle/Fleck.dll
Normal file
BIN
docker_battle/Fleck.dll
Normal file
Binary file not shown.
717
docker_battle/GameConfig/LocalizeConfig_CN.bytes
Normal file
717
docker_battle/GameConfig/LocalizeConfig_CN.bytes
Normal file
File diff suppressed because one or more lines are too long
BIN
docker_battle/GameConfig/LocalizeConfig_EN.bytes
Normal file
BIN
docker_battle/GameConfig/LocalizeConfig_EN.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/LocalizeConfig_TW.bytes
Normal file
BIN
docker_battle/GameConfig/LocalizeConfig_TW.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_accumulate.bytes
Normal file
BIN
docker_battle/GameConfig/game_accumulate.bytes
Normal file
Binary file not shown.
1
docker_battle/GameConfig/game_achievegroup.bytes
Normal file
1
docker_battle/GameConfig/game_achievegroup.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
'achieve_achieve_all_achieve_group_id_01成长
cj_icon_rk_ty'achieve_achieve_all_achieve_group_id_02历程
cj_icon_rk_ty'achieve_achieve_all_achieve_group_id_03见闻
cj_icon_rk_ty'achieve_achieve_all_achieve_group_id_04战绩
cj_icon_rk_ty
|
BIN
docker_battle/GameConfig/game_achievetask.bytes
Normal file
BIN
docker_battle/GameConfig/game_achievetask.bytes
Normal file
Binary file not shown.
1
docker_battle/GameConfig/game_activereward.bytes
Normal file
1
docker_battle/GameConfig/game_activereward.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
(item26000002main_weektask_action_1_actPitem26000003main_weektask_action_1_actxitem26000004main_weektask_action_1_act€ item26000005main_weektask_action_1_act
|
BIN
docker_battle/GameConfig/game_activityshow.bytes
Normal file
BIN
docker_battle/GameConfig/game_activityshow.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_annulartask_library.bytes
Normal file
BIN
docker_battle/GameConfig/game_annulartask_library.bytes
Normal file
Binary file not shown.
1
docker_battle/GameConfig/game_annulartaskall.bytes
Normal file
1
docker_battle/GameConfig/game_annulartaskall.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
§ã“ˆr㓈|㓈†ã“ˆ<E2809C>㓈šã“ˆ¤ã“ˆ®ã“ˆ¸ã“ˆÂ㓈Ì㓈Ö㓈à㓈ê㓈ô㓈þ㓉㓉㓉㓉&㓉0㓉:㓉D㓉N㓉X‰Äattrdiamond2attrps§$㓈r㓈|㓈†ã“ˆ<E2809C>㓈šã“ˆ¤ã“ˆ®ã“ˆ¸ã“ˆÂ㓈Ì㓈Ö㓈à㓈ê㓈ô㓈þ㓉㓉㓉㓉&㓉0㓉:㓉D㓉N㓉X‰Äattrdiamond2attrps§.㓈r㓈|㓈†ã“ˆ<E2809C>㓈šã“ˆ¤ã“ˆ®ã“ˆ¸ã“ˆÂ㓈Ì㓈Ö㓈à㓈ê㓈ô㓈þ㓉㓉㓉㓉&㓉0㓉:㓉D㓉N㓉X‰Äattrdiamond2attrps§8㓈r㓈|㓈†ã“ˆ<E2809C>㓈šã“ˆ¤ã“ˆ®ã“ˆ¸ã“ˆÂ㓈Ì㓈Ö㓈à㓈ê㓈ô㓈þ㓉㓉㓉㓉&㓉0㓉:㓉D㓉N㓉X‰Äattrdiamond2attrps
|
1
docker_battle/GameConfig/game_arenaactiveking.bytes
Normal file
1
docker_battle/GameConfig/game_arenaactiveking.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
<01>,arena_active_king_name_1 王者一smithy_atk_5attr arenacoin€úarena_active_king_name_2 王者二smithy_atk_5attr arenacoin€Èarena_active_king_name_3 王者三smithy_atk_5attr arenacoindarena_active_king_name_4 王者四smithy_atk_5attr arenacoin2arena_active_king_name_5 王者五smithy_atk_5attr arenacoin
|
BIN
docker_battle/GameConfig/game_arenaactivereward.bytes
Normal file
BIN
docker_battle/GameConfig/game_arenaactivereward.bytes
Normal file
Binary file not shown.
2
docker_battle/GameConfig/game_arenaactivewin.bytes
Normal file
2
docker_battle/GameConfig/game_arenaactivewin.bytes
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
arena_active_win_name_013连胜attrpvpintegralarena_active_win_name_025连胜attrpvpintegralarena_active_win_name_038连胜attrpvpintegralarena_active_win_name_0410连胜attrpvpintegral
|
||||||
|
arena_active_win_name_0520连胜attrpvpintegral
|
3
docker_battle/GameConfig/game_arenabuychallenge.bytes
Normal file
3
docker_battle/GameConfig/game_arenabuychallenge.bytes
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
attrdiamondattrdiamondattrdiamondattrdiamond2attrdiamond2attrdiamond2attrdiamonddattrdiamond€– attrdiamond€È
|
||||||
|
attrdiamond€ú
|
BIN
docker_battle/GameConfig/game_arenachallengenpc.bytes
Normal file
BIN
docker_battle/GameConfig/game_arenachallengenpc.bytes
Normal file
Binary file not shown.
5
docker_battle/GameConfig/game_arenarankreward.bytes
Normal file
5
docker_battle/GameConfig/game_arenarankreward.bytes
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
arena_rank_reward_rank_display_11-1å<31><C3A5>attr arenacoinƒèattrdiamond‚Xitem13000001 arena_rank_reward_rank_display_22-2å<32><C3A5>attr arenacoinƒ„attrdiamond‚&item13000001 arena_rank_reward_rank_display_33-3å<33><C3A5>attr arenacoinƒ attrdiamond<6E>ôitem13000001
|
||||||
|
arena_rank_reward_rank_display_44-10å<30><C3A5>attr arenacoin‚îattrdiamond<6E>Âitem13000001 arena_rank_reward_rank_display_511-20å<30><C3A5>attr arenacoin‚¼attrdiamond<6E><64>2 arena_rank_reward_rank_display_621-50å<30><C3A5>attr arenacoin‚Šattrdiamond<6E>,3d arena_rank_reward_rank_display_7 51-100å<30><C3A5>attr arenacoin‚Xattrdiamond<6E>e€È arena_rank_reward_rank_display_8
|
||||||
|
101-200å<30><C3A5>attr arenacoin‚&attrdiamond<6E> €É<E282AC>ô arena_rank_reward_rank_display_9
|
||||||
|
201-500å<30><C3A5>attr arenacoin<69>ôattrdiamond€ð
|
||||||
|
<01>õƒè!arena_rank_reward_rank_display_10501-1000å<30><C3A5>attr arenacoin<69>Âattrdiamond€Üƒé‡Ð!arena_rank_reward_rank_display_111001-2000å<30><C3A5>attr arenacoin<69><6E>attrdiamond€È‡Ñ§!arena_rank_reward_rank_display_122001-9999å<39><C3A5>attr arenacoin<69>^attrdiamond€´
|
2
docker_battle/GameConfig/game_arenarobot.bytes
Normal file
2
docker_battle/GameConfig/game_arenarobot.bytes
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Ь5<01>шЬ5<02>шЬ5<03>шЬ5<04>шЬ5<05>шЬ5<06>шЬ8щ<38>шЬ8ъ<38>ш Ь8ы<38>ш
|
||||||
|
Ь8ь<38>шЬ8э<38>шЬ8ю<38>ш
Ь<б<>шЬ<в<>шЬ<г<>шЬ<д<>ш
|
1
docker_battle/GameConfig/game_arenaweeklytask.bytes
Normal file
1
docker_battle/GameConfig/game_arenaweeklytask.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
ƒéarena_active_task_name_01竞技场胜利5次áO±<4F>attrgoldÁ† ƒêarena_active_task_name_02竞技场胜利10次áO±‚attrgoldÁ† ƒëarena_active_task_name_03竞技场胜利15次áO±ƒattrgoldÁ† ƒìarena_active_task_name_04竞技场胜利20次áO±„attrgoldÁ† ƒíarena_active_task_name_05竞技场胜利25次áO±…attrgoldÁ† ƒîarena_active_task_name_06竞技场胜利30次áO±†attrgoldÁ†
|
BIN
docker_battle/GameConfig/game_askall.bytes
Normal file
BIN
docker_battle/GameConfig/game_askall.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_askedrecruit.bytes
Normal file
BIN
docker_battle/GameConfig/game_askedrecruit.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_asklibrary.bytes
Normal file
BIN
docker_battle/GameConfig/game_asklibrary.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_battleready.bytes
Normal file
BIN
docker_battle/GameConfig/game_battleready.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_battleready_capskill.bytes
Normal file
BIN
docker_battle/GameConfig/game_battleready_capskill.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_battlescore.bytes
Normal file
BIN
docker_battle/GameConfig/game_battlescore.bytes
Normal file
Binary file not shown.
1
docker_battle/GameConfig/game_battletasktesting.bytes
Normal file
1
docker_battle/GameConfig/game_battletasktesting.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
チ基
|
BIN
docker_battle/GameConfig/game_block.bytes
Normal file
BIN
docker_battle/GameConfig/game_block.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_breakingbad.bytes
Normal file
BIN
docker_battle/GameConfig/game_breakingbad.bytes
Normal file
Binary file not shown.
1
docker_battle/GameConfig/game_breakingbadtag.bytes
Normal file
1
docker_battle/GameConfig/game_breakingbadtag.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
breakingbad_gourmettag_TagName_1点心 breakingbad_gourmettag_TagName_2凉菜 breakingbad_gourmettag_TagName_3热菜 breakingbad_gourmettag_TagName_4汤 breakingbad_gourmettag_TagName_5饮料 breakingbad_gourmettag_TagName_6主食
|
BIN
docker_battle/GameConfig/game_bubblegroup.bytes
Normal file
BIN
docker_battle/GameConfig/game_bubblegroup.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_bufflottery.bytes
Normal file
BIN
docker_battle/GameConfig/game_bufflottery.bytes
Normal file
Binary file not shown.
20
docker_battle/GameConfig/game_bukashiai.bytes
Normal file
20
docker_battle/GameConfig/game_bukashiai.bytes
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
2ネ(2<P(
|
||||||
|
d#22♪
|
||||||
|
2(22(2<F(d#22♪
|
||||||
|
2(2((2<<((d#22♪
|
||||||
|
2(2(2<2(2d#22♪
|
||||||
|
2(2(2<2(<d#22♪
|
||||||
|
2(2(2<2(<05>d#22♪
|
||||||
|
2(2(2<2(<05>d#22♪
|
||||||
|
2(2(2<2(<05>d#22♪
|
||||||
|
2( 2<(2<P(
|
||||||
|
d#22♪
|
||||||
|
2(
|
||||||
|
22(2<F(d#22♪
|
||||||
|
2(2((2<<((d#22♪
|
||||||
|
2(2(2<2(2d#22♪
|
||||||
|
2(
2(2<2(<d#22♪
|
||||||
|
2(2(2<2(<05>d#22♪
|
||||||
|
2(2(2<2(<05>d#22♪
|
||||||
|
2(2(2<2(<05>d#22♪
|
||||||
|
2(
|
BIN
docker_battle/GameConfig/game_buriedcondi.bytes
Normal file
BIN
docker_battle/GameConfig/game_buriedcondi.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_buriedtype.bytes
Normal file
BIN
docker_battle/GameConfig/game_buriedtype.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_buzkashicombo.bytes
Normal file
BIN
docker_battle/GameConfig/game_buzkashicombo.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_buzkashifm.bytes
Normal file
BIN
docker_battle/GameConfig/game_buzkashifm.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_buzkashigrade.bytes
Normal file
BIN
docker_battle/GameConfig/game_buzkashigrade.bytes
Normal file
Binary file not shown.
3
docker_battle/GameConfig/game_buzkashilv.bytes
Normal file
3
docker_battle/GameConfig/game_buzkashilv.bytes
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
gh_img_c
|
||||||
|
<EFBFBD>gh_img_b<14>gh_img_a2矯gh_img_sP匠 gh_img_ssd嶋
|
||||||
|
gh_img_sssx用
|
BIN
docker_battle/GameConfig/game_buzkashimount.bytes
Normal file
BIN
docker_battle/GameConfig/game_buzkashimount.bytes
Normal file
Binary file not shown.
5
docker_battle/GameConfig/game_buzkashiopen.bytes
Normal file
5
docker_battle/GameConfig/game_buzkashiopen.bytes
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
|
2
|
||||||
|
|
||||||
|
22
2
222222
|
BIN
docker_battle/GameConfig/game_buzkashiqtelv.bytes
Normal file
BIN
docker_battle/GameConfig/game_buzkashiqtelv.bytes
Normal file
Binary file not shown.
3
docker_battle/GameConfig/game_buzkashireward.bytes
Normal file
3
docker_battle/GameConfig/game_buzkashireward.bytes
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
attrdiamond(attrgold§<attrdiamond
|
||||||
|
Pattrdiamond
|
||||||
|
attrgoldÀN ditem10000001attrgoldÀÃP
|
BIN
docker_battle/GameConfig/game_buzkashitrack.bytes
Normal file
BIN
docker_battle/GameConfig/game_buzkashitrack.bytes
Normal file
Binary file not shown.
4
docker_battle/GameConfig/game_buzkashitracklottery.bytes
Normal file
4
docker_battle/GameConfig/game_buzkashitracklottery.bytes
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
Track_1Track_2Track_3Track_4Track_5Track_6Track_7
|
||||||
|
Track_8 Track_9
|
||||||
|
Track_10
|
6
docker_battle/GameConfig/game_camplv.bytes
Normal file
6
docker_battle/GameConfig/game_camplv.bytes
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Pattrtalent1attrtalent1(attrtalent12attrtalent1<attrtalent1Fattrtalent1Pattrtalent1Zattrtalent2 dattrtalent2
|
||||||
|
|
||||||
|
nattrtalent2xattrtalent2€‚attrtalent2
€Œattrtalent2€–attrtalent2€ attrtalent2€ªattrtalent2€´attrtalent2€¾attrtalent2€Èattrtalent2€Òattrtalent2attrtalent2attrtalent2(attrtalent22attrtalent2<attrtalent2Fattrtalent2Pattrtalent2Zattrtalent2 dattrtalent2
|
||||||
|
nattrtalent2xattrtalent2 €‚attrtalent2!
€Œattrtalent2"€–attrtalent2#€ attrtalent2$€ªattrtalent2%€´attrtalent2&€¾attrtalent2'€Èattrtalent2(€Òattrtalent2)attrtalent2*attrtalent2+(attrtalent2,2attrtalent2-<attrtalent2.Fattrtalent2/Pattrtalent20Zattrtalent21 dattrtalent22
|
||||||
|
nattrtalent23xattrtalent24€‚attrtalent25
€Œattrtalent26€–attrtalent27€ attrtalent28€ªattrtalent29€´attrtalent2:€¾attrtalent2;€Èattrtalent2<€Òattrtalent2=attrtalent2>attrtalent2?(attrtalent2@2attrtalent2A<attrtalent2BFattrtalent2CPattrtalent2DZattrtalent2E dattrtalent2F
|
||||||
|
nattrtalent2Gxattrtalent2H€‚attrtalent2I
€Œattrtalent2J€–attrtalent2K€ attrtalent2L€ªattrtalent2M€´attrtalent2N€¾attrtalent2O€Èattrtalent2P€Òattrtalent2
|
BIN
docker_battle/GameConfig/game_caravanbattle.bytes
Normal file
BIN
docker_battle/GameConfig/game_caravanbattle.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_caravancity.bytes
Normal file
BIN
docker_battle/GameConfig/game_caravancity.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_caravanevent.bytes
Normal file
BIN
docker_battle/GameConfig/game_caravanevent.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_caravanlv.bytes
Normal file
BIN
docker_battle/GameConfig/game_caravanlv.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_caravanpaper.bytes
Normal file
BIN
docker_battle/GameConfig/game_caravanpaper.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_caravanrank.bytes
Normal file
BIN
docker_battle/GameConfig/game_caravanrank.bytes
Normal file
Binary file not shown.
1
docker_battle/GameConfig/game_caravanreward.bytes
Normal file
1
docker_battle/GameConfig/game_caravanreward.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
ÀÃPattrgoldÄ“àÁ† attrgoldÅW0Ã
@attrgoldƀēàattrgoldÆÝÐÇ¡ attrgoldÇ¡ ÏB@attrgoldÇ¡ Þ„€attrgoldÇ¡ ðÿÿÿöattrgold
|
19
docker_battle/GameConfig/game_caravanthing.bytes
Normal file
19
docker_battle/GameConfig/game_caravanthing.bytes
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
21000002…xœ ##F22FdƒH‡¨U21000003<30>ô
|
||||||
|
œ ##F22Fd<>,‚¼d21000004‡:œ ##F22Fd„VŠd21000005<30><35>
|
||||||
|
œ ##F22Fd€ð‚0€¾21000006‚¼
|
||||||
|
œ ##F22Fd<>¤ƒÔF(21000007ƒ„
|
||||||
|
œ ##F22Fd‚„ìF<21000008‚X
|
||||||
|
œ ##F22Fd<>hƒHU21000009†Öœ ##F22Fd„‰’
|
||||||
|
221000010„Lœ ##F22Fd‚”†#221000011‡Ðœ ##F22Fd„°Šð
|
||||||
|
21000012…Fœ ##F22Fdƒ*‡b221000013‚X
|
||||||
|
œ ##F22Fd<>hƒHP21000014„°œ ##F22Fd‚І<C390>2€–21000015ƒèœ ##F22Fd‚X…x#721000016‚¼
|
||||||
|
œ ##F22Fd<>¤ƒÔF(21000017€ú
|
||||||
|
œ ##F22Fd€–<E282AC>^<5E>,21000018d
|
||||||
|
œ ##F22Fd<€Œ‚î21000019†@œ ##F22FdƒÀˆÀK21000020€È
|
||||||
|
œ ##F22Fdx<64><18>w21000021<32>Â
|
||||||
|
œ ##F22Fd<>‚v€È(21000022…Üœ ##F22Fdƒ„ˆ4<21000023„✠##F22Fd‚î†Ö<21000024ƒ
|
||||||
|
œ ##F22Fd<>à„`<(21000025<32>,
|
||||||
|
œ ##F22Fd€´<E282AC>¤€ú21000026…œ ##F22Fdƒ‡P21000027‡Ðœ ##F22Fd„°Šðx21000028‚Š
|
||||||
|
œ ##F22Fd<>†ƒŽd<21000029€–
|
||||||
|
œ ##F22FdZ€Ò<E282AC>ô21000030…Üœ ##F22Fdƒ„ˆ4Z21000031‡œ ##F22Fd„8‰ØK21000032…ªœ ##F22Fdƒf‡îK21000033d
|
||||||
|
œ ##F22Fd<€Œ‚î
|
2
docker_battle/GameConfig/game_cardpool.bytes
Normal file
2
docker_battle/GameConfig/game_cardpool.bytes
Normal file
File diff suppressed because one or more lines are too long
1
docker_battle/GameConfig/game_catchbuglllustrated.bytes
Normal file
1
docker_battle/GameConfig/game_catchbuglllustrated.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
Á†ˇ catchbugs_Illustrated_cardname_11$catchbugs_Illustrated_carddescribe_12 bug_10001<30>čÁ†˘ catchbugs_Illustrated_cardname_22$catchbugs_Illustrated_carddescribe_23 bug_10002<30>čÁ†Ł catchbugs_Illustrated_cardname_33$catchbugs_Illustrated_carddescribe_34 bug_10003<30>čÁ†¤ catchbugs_Illustrated_cardname_44$catchbugs_Illustrated_carddescribe_45 bug_10004<30>čÁ†Ą catchbugs_Illustrated_cardname_55$catchbugs_Illustrated_carddescribe_56 bug_10005<30>čÁ†¦ catchbugs_Illustrated_cardname_66$catchbugs_Illustrated_carddescribe_67 bug_10006<30>čÁ†§ catchbugs_Illustrated_cardname_77$catchbugs_Illustrated_carddescribe_78 bug_10007<30>čÁ†¨ catchbugs_Illustrated_cardname_88$catchbugs_Illustrated_carddescribe_89 bug_10008<30>čÁ†© catchbugs_Illustrated_cardname_99$catchbugs_Illustrated_carddescribe_910 bug_10009<30>čÁ†Ş!catchbugs_Illustrated_cardname_1010%catchbugs_Illustrated_carddescribe_1011 bug_10010<31>čÁ†«!catchbugs_Illustrated_cardname_1111%catchbugs_Illustrated_carddescribe_1112 bug_10011<31>ôÁ†¬!catchbugs_Illustrated_cardname_1212%catchbugs_Illustrated_carddescribe_1213 bug_10012<31>ôÁ†!catchbugs_Illustrated_cardname_1313%catchbugs_Illustrated_carddescribe_1314 bug_10013<31>ôÁ†®!catchbugs_Illustrated_cardname_1414%catchbugs_Illustrated_carddescribe_1415 bug_10014<31>ôÁ†Ż!catchbugs_Illustrated_cardname_1515%catchbugs_Illustrated_carddescribe_1516 bug_10015<31>ôÁ†°!catchbugs_Illustrated_cardname_1616%catchbugs_Illustrated_carddescribe_1617 bug_10016<31>ôÁ†±!catchbugs_Illustrated_cardname_1717%catchbugs_Illustrated_carddescribe_1718 bug_10017<31>ôÁ†˛!catchbugs_Illustrated_cardname_1818%catchbugs_Illustrated_carddescribe_1819 bug_10018<31>ôÁ†ł!catchbugs_Illustrated_cardname_1919%catchbugs_Illustrated_carddescribe_1920 bug_10019<31>ôÁ†´!catchbugs_Illustrated_cardname_2020%catchbugs_Illustrated_carddescribe_2021 bug_10020<32>ôÁ†µ!catchbugs_Illustrated_cardname_2121%catchbugs_Illustrated_carddescribe_2122 bug_10021<32>ôÁ†¶!catchbugs_Illustrated_cardname_2222%catchbugs_Illustrated_carddescribe_2223 bug_10022dÁ†·!catchbugs_Illustrated_cardname_2323%catchbugs_Illustrated_carddescribe_2324 bug_10023dÁ†¸!catchbugs_Illustrated_cardname_2424%catchbugs_Illustrated_carddescribe_2425 bug_10024d
|
1
docker_battle/GameConfig/game_catchbugreward.bytes
Normal file
1
docker_battle/GameConfig/game_catchbugreward.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
ƒéitem10000001attrgoldÁ† ƒêitem10000001attrgoldÁ† ƒëitem10000001attrgoldÁ† ƒìitem10000001attrgoldÁ† ƒí#item10000001attrgoldÁ† ƒî(item10000001attrgoldÁ† ƒï-item10000001attrgoldÁ† ƒð2item10000001attrgoldÁ† ‡Ñitem10000001attrgoldÁ† ‡Ò<item10000001attrgoldÁ† ‡ÓZitem10000001attrgoldÁ† ‡Ôxitem10000001attrgoldÁ† ‡Õ€–item10000001attrgoldÁ† ‡Ö€´item10000001attrgoldÁ† ‡×€Òitem10000001attrgoldÁ† ‡Ø€ðitem10000001attrgoldÁ†
|
2
docker_battle/GameConfig/game_catchbugsetstage.bytes
Normal file
2
docker_battle/GameConfig/game_catchbugsetstage.bytes
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<01>チ<EFBFBD><02>チ<EFBFBD><03>チ<EFBFBD><04>チ<EFBFBD><05>チ<EFBFBD><06>チ<EFBFBD><07>チ<EFBFBD><08>チ<EFBFBD> <09>チ<EFBFBD>
|
||||||
|
<EFBFBD>チ<EFBFBD><0B>チ<EFBFBD><0C>チ<EFBFBD>
|
1
docker_battle/GameConfig/game_catchbugskill.bytes
Normal file
1
docker_battle/GameConfig/game_catchbugskill.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
catchbug_skill_skillname_1暗影作祟catchbug_skill_skilldescribe_1D场上随机2*2的区域会随机逆时针或者顺时针旋转90度catchbug_skill_skillname_2乾坤旋转catchbug_skill_skilldescribe_2p场上以中心点开始,分为4个2*3的对称区域,这个四个区域会随机顺时针或逆时针旋转catchbug_skill_skillname_3地雷滚滚catchbug_skill_skilldescribe_3R场上随机数量2的倍数的卡牌(2,4,6)会开始互相随机交换。catchbug_skill_skillname_4电光火石catchbug_skill_skilldescribe_40消除失败与成功获得的时间翻倍计算
|
1
docker_battle/GameConfig/game_catchbugsset.bytes
Normal file
1
docker_battle/GameConfig/game_catchbugsset.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
BIN
docker_battle/GameConfig/game_catchbugstage.bytes
Normal file
BIN
docker_battle/GameConfig/game_catchbugstage.bytes
Normal file
Binary file not shown.
1
docker_battle/GameConfig/game_catchrabbit.bytes
Normal file
1
docker_battle/GameConfig/game_catchrabbit.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
ƒéitem10000001ƒêitem10000001ƒëitem10000001ƒìitem10000001ƒíitem10000001ƒîitem10000001ƒïitem10000001ƒð item10000001‡Ñitem10000001‡Òitem10000001‡Óitem10000001‡Ôitem10000001‡Õitem10000001‡Öitem10000001‡×item10000001‡Ø item10000001
|
BIN
docker_battle/GameConfig/game_celebration.bytes
Normal file
BIN
docker_battle/GameConfig/game_celebration.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_chatchannel.bytes
Normal file
BIN
docker_battle/GameConfig/game_chatchannel.bytes
Normal file
Binary file not shown.
3
docker_battle/GameConfig/game_chatchannelcom.bytes
Normal file
3
docker_battle/GameConfig/game_chatchannelcom.bytes
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
max_word<72><64>颲枏<E9A2B2>獢<EFBFBD><E78DA2>憭批<E686AD><E689B9>唬蛹valuemax_chatc<1A><>憭找<E686AD>摮䀹辺<E480B9>唬蛹value
|
||||||
|
max_object2<1D><>憭抒<E686AD><E68A92>𠰴笆鞊⊥㺭銝漓alue load_chat
|
||||||
|
A<EFBFBD>惩<EFBFBD><EFBFBD>硋<EFBFBD><EFBFBD>Z楊<EFBFBD>漤<EFBFBD><EFBFBD>𤘪𧒄嚗諹窈瘙<EFBFBD><EFBFBD>餈𪆫alue<EFBFBD>∪<EFBFBD><EFBFBD>脫<EFBFBD><EFBFBD><EFBFBD>channel_allocation_max箮)憸煾<E686B8>憭找<E686AD>value鈭箸𧒄銝滚<E98A9D>蝏抒賒<E68A92><E8B392><EFBFBD>channel_switching_max䧧;憸煾<E686B8>憭找<E686AD>value鈭箸𧒄銝滚<E98A9D><E6BB9A>亙<EFBFBD><E4BA99>见𢆡<E8A781><F0A286A1>揢<EFBFBD>啗砲憸煾<E686B8>
|
1
docker_battle/GameConfig/game_chatexpression.bytes
Normal file
1
docker_battle/GameConfig/game_chatexpression.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
e#101
lt_bq_icon001f#102
lt_bq_icon002g#103
lt_bq_icon003h#104
lt_bq_icon004i#105
lt_bq_icon005j#106
lt_bq_icon006k#107
lt_bq_icon007l#108
lt_bq_icon008m#109
lt_bq_icon009n#110
lt_bq_icon010o#111
lt_bq_icon011p#112
lt_bq_icon012
|
1
docker_battle/GameConfig/game_chatservergroup.bytes
Normal file
1
docker_battle/GameConfig/game_chatservergroup.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
1234567891011121314151617181920
|
BIN
docker_battle/GameConfig/game_chatsystem.bytes
Normal file
BIN
docker_battle/GameConfig/game_chatsystem.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_circulate.bytes
Normal file
BIN
docker_battle/GameConfig/game_circulate.bytes
Normal file
Binary file not shown.
1
docker_battle/GameConfig/game_circulateseason.bytes
Normal file
1
docker_battle/GameConfig/game_circulateseason.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
#circularcamptower_season_skilldec_1c使用<img src='ui://icon/jn_icon_005' width='20' height='20'/>给敌方增加【眩晕】状态。#circularcamptower_season_skilldec_2o使用<img src='ui://icon/jn_icon_056' width='20' height='20'/>给敌方增加【无法获得增益】状态。
|
BIN
docker_battle/GameConfig/game_coin.bytes
Normal file
BIN
docker_battle/GameConfig/game_coin.bytes
Normal file
Binary file not shown.
1
docker_battle/GameConfig/game_combatbox.bytes
Normal file
1
docker_battle/GameConfig/game_combatbox.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
§ƒêMoon Box§ƒêMoon Box§ƒêMoon Box§ƒéMoon Box§ƒéMoon Box§ƒéMoon Box§ƒéMoon Box§ƒéMoon Box§ƒéMoon Box§ƒéMoon Box§ƒéMoon Box§ƒéMoon Box§ƒéMoon Box§ƒéMoon Box§ƒéMoon Box§uƒéMoon Box§vƒéMoon Box§wƒéMoon Box¨=àô'êPsionics Of The Tree¨>àô'êPsionics Of The Tree¨?àô'êPsionics Of The Tree¨¡àô'éMoon Box¨¢àô'éMoon Box¨£àô'éMoon Box¨¤àô/¹Moon Box¨¥àô/¹Moon Box
|
BIN
docker_battle/GameConfig/game_combatlevel.bytes
Normal file
BIN
docker_battle/GameConfig/game_combatlevel.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_combatmanster.bytes
Normal file
BIN
docker_battle/GameConfig/game_combatmanster.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_compositeall.bytes
Normal file
BIN
docker_battle/GameConfig/game_compositeall.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_consumebox.bytes
Normal file
BIN
docker_battle/GameConfig/game_consumebox.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_consumegiftpack.bytes
Normal file
BIN
docker_battle/GameConfig/game_consumegiftpack.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_consumehero.bytes
Normal file
BIN
docker_battle/GameConfig/game_consumehero.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_consumeintegral.bytes
Normal file
BIN
docker_battle/GameConfig/game_consumeintegral.bytes
Normal file
Binary file not shown.
3
docker_battle/GameConfig/game_consumeintegralname.bytes
Normal file
3
docker_battle/GameConfig/game_consumeintegralname.bytes
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
%consume_consume_integral_name_name_01隨ャ荳襍帛ュ」:蛻晄擂荵榊芦$consume_consume_integral_name_txt_01<30>
|
||||||
|
蜿ョ蠖謎ス懷桃逧<E6A183>≡蟶∝惠譯悟ュ千ソサ貊夲シ梧悄蠕<E68284>捩螳<E68DA9>ク倶ク荳ェ荳サ莠コ<E88EA0>梧。梧、<E6A2A7>ケ倶ク狗噪髯、莠<EFBDA4><EFBFBD>シ<EFBFBD>荳守ゥコ驟呈擶<E59188>瑚ソ俶怏辜る<E8BE9C>螯よウ・逧<EFBDA5><E980A7>豎会シ瑚ソ咎㈹譏ッ蝮剰寞逧<E5AF9E>★髮<E29885>慍<EFBFBD>御ケ滓弍謇灘成豸域<E8B1B8>荳手オ夐蝶逧<E89DB6>・ス蝨ー譁ケ<E8AD81>梧惹ケ域<EFBDB9>キ螳域侃閠<E4BE83>シ御ク崎ソ帶擂蝟昜ク、譚ッ蜷暦シ<E69AA6>%consume_consume_integral_name_name_02隨ャ莠瑚オ帛ュ」:蟆剰ッ戊コォ謇<EFBDAB>$consume_consume_integral_name_txt_02<30>
|
||||||
|
蜿ョ蠖謎ス懷桃逧<E6A183>≡蟶∝惠譯悟ュ千ソサ貊夲シ梧悄蠕<E68284>捩螳<E68DA9>ク倶ク荳ェ荳サ莠コ<E88EA0>梧。梧、<E6A2A7>ケ倶ク狗噪髯、莠<EFBDA4><EFBFBD>シ<EFBFBD>荳守ゥコ驟呈擶<E59188>瑚ソ俶怏辜る<E8BE9C>螯よウ・逧<EFBDA5><E980A7>豎会シ瑚ソ咎㈹譏ッ蝮剰寞逧<E5AF9E>★髮<E29885>慍<EFBFBD>御ケ滓弍謇灘成豸域<E8B1B8>荳手オ夐蝶逧<E89DB6>・ス蝨ー譁ケ<E8AD81>梧惹ケ域<EFBDB9>キ螳域侃閠<E4BE83>シ御ク崎ソ帶擂蝟昜ク、譚ッ蜷暦シ<E69AA6>
|
5
docker_battle/GameConfig/game_consumerank.bytes
Normal file
5
docker_battle/GameConfig/game_consumerank.bytes
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
arena_rank_reward_rank_display_11-1å<31><C3A5>attr arenacoinƒèattrdiamond‚Xitem13000001 arena_rank_reward_rank_display_22-2å<32><C3A5>attr arenacoinƒ„attrdiamond‚&item13000001 arena_rank_reward_rank_display_33-3å<33><C3A5>attr arenacoinƒ attrdiamond<6E>ôitem13000001
|
||||||
|
arena_rank_reward_rank_display_44-10å<30><C3A5>attr arenacoin‚îattrdiamond<6E>Âitem13000001 arena_rank_reward_rank_display_511-20å<30><C3A5>attr arenacoin‚¼attrdiamond<6E><64>2 arena_rank_reward_rank_display_621-50å<30><C3A5>attr arenacoin‚Šattrdiamond<6E>,3d arena_rank_reward_rank_display_7 51-100å<30><C3A5>attr arenacoin‚Xattrdiamond<6E>e€È arena_rank_reward_rank_display_8
|
||||||
|
101-200å<30><C3A5>attr arenacoin‚&attrdiamond<6E> €É<E282AC>ô arena_rank_reward_rank_display_9
|
||||||
|
201-500å<30><C3A5>attr arenacoin<69>ôattrdiamond€ð
|
||||||
|
<EFBFBD>õƒè!arena_rank_reward_rank_display_10501-1000å<30><C3A5>attr arenacoin<69>Âattrdiamond€Üƒé‡Ð!arena_rank_reward_rank_display_111001-2000å<30><C3A5>attr arenacoin<69><6E>attrdiamond€È‡Ñ§!arena_rank_reward_rank_display_122001-9999å<39><C3A5>attr arenacoin<69>^attrdiamond€´
|
1
docker_battle/GameConfig/game_consumetask.bytes
Normal file
1
docker_battle/GameConfig/game_consumetask.bytes
Normal file
@ -0,0 +1 @@
|
|||||||
|
dattrdiamondƒÔ€ÈattrdiamondƒÔ<03>,attrdiamondƒÔ<04><>attrdiamondƒÔ<05>ôattrdiamondƒÔ‚XattrdiamondƒÔ‚¼attrdiamondƒÔ
|
2
docker_battle/GameConfig/game_consumetxt.bytes
Normal file
2
docker_battle/GameConfig/game_consumetxt.bytes
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
consume_consume_txt_name_013连胜consume_consume_txt_txt_01200%‡Ðconsume_consume_txt_name_025连胜consume_consume_txt_txt_02250%‰Äconsume_consume_txt_name_038连胜consume_consume_txt_txt_03300%‹¸consume_consume_txt_name_0410连胜consume_consume_txt_txt_04350%
|
||||||
|
<EFBFBD>¬consume_consume_txt_name_0520连胜consume_consume_txt_txt_05500%“ˆ
|
BIN
docker_battle/GameConfig/game_dispatch_battle.bytes
Normal file
BIN
docker_battle/GameConfig/game_dispatch_battle.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_dispatch_lv.bytes
Normal file
BIN
docker_battle/GameConfig/game_dispatch_lv.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_dispatch_task.bytes
Normal file
BIN
docker_battle/GameConfig/game_dispatch_task.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_dragonlvitem.bytes
Normal file
BIN
docker_battle/GameConfig/game_dragonlvitem.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_dragonplay.bytes
Normal file
BIN
docker_battle/GameConfig/game_dragonplay.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_dragonplot.bytes
Normal file
BIN
docker_battle/GameConfig/game_dragonplot.bytes
Normal file
Binary file not shown.
3
docker_battle/GameConfig/game_dragonweeklyreward.bytes
Normal file
3
docker_battle/GameConfig/game_dragonweeklyreward.bytes
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
attrgoldÃ
@ƒèitem10000022‡ÐattrgoldÃ
@‹¸item10000023<01> attrgoldÃ
@“ˆitem10000024—pattrgoldÃ
@›Xitem10000005Ÿ@ item10000005£(
|
||||||
|
item13000001§
|
BIN
docker_battle/GameConfig/game_drawcard.bytes
Normal file
BIN
docker_battle/GameConfig/game_drawcard.bytes
Normal file
Binary file not shown.
3
docker_battle/GameConfig/game_drawcardreward.bytes
Normal file
3
docker_battle/GameConfig/game_drawcardreward.bytes
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
2drawcard_drawcard_reward_text50{0}抽item10000001d drawcard_drawcard_reward_text100{0}抽item10000001€È drawcard_drawcard_reward_text200{0}抽item10000001
|
||||||
|
<EFBFBD>, drawcard_drawcard_reward_text300{0}抽item17050001<01><> drawcard_drawcard_reward_text400{0}抽item10000006‚X drawcard_drawcard_reward_text600{0}抽item10000024
|
||||||
|
ƒ drawcard_drawcard_reward_text800{0}抽item10000101d
|
BIN
docker_battle/GameConfig/game_drawpool.bytes
Normal file
BIN
docker_battle/GameConfig/game_drawpool.bytes
Normal file
Binary file not shown.
BIN
docker_battle/GameConfig/game_drawreplace.bytes
Normal file
BIN
docker_battle/GameConfig/game_drawreplace.bytes
Normal file
Binary file not shown.
3
docker_battle/GameConfig/game_drawreward.bytes
Normal file
3
docker_battle/GameConfig/game_drawreward.bytes
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
2drawcard_drawcard_reward_text50{0}抽item10000001d drawcard_drawcard_reward_text100{0}抽item10000001€È drawcard_drawcard_reward_text200{0}抽item10000001
|
||||||
|
<EFBFBD>, drawcard_drawcard_reward_text300{0}抽item17050001<01><> drawcard_drawcard_reward_text400{0}抽item10000006‚X drawcard_drawcard_reward_text600{0}抽item10000024
|
||||||
|
ƒ drawcard_drawcard_reward_text800{0}抽item10000101d
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user