2020年4月4日 新数据

This commit is contained in:
枫谷剑仙 2020-04-04 00:16:22 +08:00
parent 5362b2c8c0
commit 446143bb61
31 changed files with 36 additions and 18 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/monsters-info/official-API/*-limited_bonus.json
/monsters-info/official-API/*-mdatadl.json
/monsters-info/official-API/*-shop_item.json
/sound/voice/variables.txt

Binary file not shown.

Before

Width:  |  Height:  |  Size: 769 KiB

After

Width:  |  Height:  |  Size: 840 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 126 KiB

After

Width:  |  Height:  |  Size: 193 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 769 KiB

After

Width:  |  Height:  |  Size: 840 KiB

View File

@ -1 +1 @@
[{"code":"ja","ckey":{"card":"a8abe03b659b298a99757b527a783c48","skill":"d33ec928559f36b3cba58716eb2c5fa2"},"updateTime":1585735531129},{"code":"en","ckey":{"card":"ce083a71e16bbca62ce0b7d3dad7219f","skill":"6fbaad4aee7583b5e021f29e090a9615"},"updateTime":1585567796826},{"code":"ko","ckey":{"card":"e2acdc00c53a18ee8f312409a4841506","skill":"cec27bcb8b26117ddd30a974483d99e6"},"updateTime":1585567796826}]
[{"code":"ja","ckey":{"card":"2f17b15131725c840c9b5c8c1f7e17e1","skill":"0cbf65f1e2e7cee63ae35bdce8a26c48"},"updateTime":1585929833076},{"code":"en","ckey":{"card":"940716f873db847772ff28c40f0f1b8f","skill":"53253cb05f38c0bbfced62fae2c25fa3"},"updateTime":1585929823536},{"code":"ko","ckey":{"card":"6d0bf6725358af64e855400ff7d09ac4","skill":"189b8471bddba0ee0d7cb40da0bc5162"},"updateTime":1585929823536}]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
sound/voice/en/padv166.wav Normal file

Binary file not shown.

BIN
sound/voice/en/padv167.wav Normal file

Binary file not shown.

BIN
sound/voice/en/padv168.wav Normal file

Binary file not shown.

BIN
sound/voice/en/padv169.wav Normal file

Binary file not shown.

BIN
sound/voice/en/padv170.wav Normal file

Binary file not shown.

BIN
sound/voice/ko/padv166.wav Normal file

Binary file not shown.

BIN
sound/voice/ko/padv167.wav Normal file

Binary file not shown.

BIN
sound/voice/ko/padv168.wav Normal file

Binary file not shown.

BIN
sound/voice/ko/padv169.wav Normal file

Binary file not shown.

BIN
sound/voice/ko/padv170.wav Normal file

Binary file not shown.

View File

@ -0,0 +1,4 @@
# path to FastCopy:
C:\ProgramFree\FastCopy\FastCopy.exe
# path to Puzzle-and-Dragons-Data-Files:
D:\Games\ÖÇÁúÃÔ³Ç\Puzzle-and-Dragons-Data-Files\

View File

@ -1,3 +1,16 @@
C:\ProgramFree\FastCopy\FastCopy.exe /cmd=diff /open_window /auto_close D:\Games\ÖÇÁúÃÔ³Ç\Puzzle-and-Dragons-Data-Files\mon2\padv*.wav /to=.\ja
C:\ProgramFree\FastCopy\FastCopy.exe /cmd=diff /open_window /auto_close D:\Games\ÖÇÁúÃÔ³Ç\Puzzle-and-Dragons-Data-Files\cards_EN\padv*.wav /to=.\en
C:\ProgramFree\FastCopy\FastCopy.exe /cmd=diff /open_window /auto_close D:\Games\ÖÇÁúÃÔ³Ç\Puzzle-and-Dragons-Data-Files\cards_KO\padv*.wav /to=.\ko
@echo off
if not exist variables.txt copy variables_default.txt variables.txt
:0
for /f "skip=1 delims=" %%a in (variables.txt) do (
set fastcopypath=%%~a
goto :1
)
:1
for /f "skip=3 delims=" %%a in (variables.txt) do (
set datapath=%%~a
goto :2
)
:2
"%fastcopypath%" /cmd=diff /open_window /auto_close "%datapath%\mon2\padv*.wav" /to=.\ja
"%fastcopypath%" /cmd=diff /open_window /auto_close "%datapath%\cards_EN\padv*.wav" /to=.\en
"%fastcopypath%" /cmd=diff /open_window /auto_close "%datapath%\cards_KO\padv*.wav" /to=.\ko