|
||
---|---|---|
document | ||
fonts | ||
images | ||
languages | ||
library | ||
monsters-info | ||
sound/voice | ||
.gitignore | ||
.jshintrc | ||
LICENSE | ||
README.md | ||
help.md | ||
index.html | ||
manifest.json | ||
multi.html | ||
script-json_data.js | ||
script-universal_function.js | ||
script.js | ||
solo.html | ||
style-monsterimages.css | ||
style.css | ||
triple.html |
README.md
智龙迷城队伍图制作工具 | Puzzle & Dragons Formation Maker
这个工具可以帮助你方便的制作和分享车队阵型或单人队形。易用的编辑界面,电脑、手机上都可以轻松使用。
This tool can help you easily create and share Swipe Formation or Solo Formation. Easy to use editing interface and use on your PC and Phone.
目前支持的语言 | Supported Languages
- 中文(简体)
- 中文(繁體)
- English
- 日本語 (by Bing Microsoft Translator)
- 한국어 (by Bing Microsoft Translator)
预览 | Preview
单人 | Solo | 2人协力 | 2P |
---|---|
![]() |
![]() |
3人协力 | 3P | 手机 | Mobile |
![]() |
![]() |
如何使用 | HOW TO USE
快速使用在线版 | Online Quick Start
- https://mapaler.github.io/PADDashFormation/ (Github Pages)
Firefox is recommended on your phone for better performance. Chrome is very slow when searching for a large number of cards
- http://mapaler.gitee.io/paddashformation/ (码云的镜象,国内用这个更快 | Chinese mirror)
手机上使用火狐浏览器 具有更好的性能,Chrome 卡死了。
示例链接 | Sample Link
下载后使用本地版 | Use the local version after downloaded
下载压缩包或git clone
后使用浏览器打开index.html
。
Download ZIP or git clone
, and open the index.html
with Browser.
- 火狐68.0及以后需要在
about:config
设定privacy.file_unique_origin
为false
。
Firefox 68.0 or above need setting theprivacy.file_unique_origin
tofalse
inabout:config
. - Chrome需要添加
--allow-file-access-from-files
启动参数。
Chrome browser need start with the additional argument--allow-file-access-from-files
.
帮助和提示 | Help and Tips
翻译我 | TRANSLATE ME
How to Pull requests
- Click Fork In the page top right corner. Fork your own copy of this repository to your account.
- Use Git to clone/pull repository locally for modification (How to modify please see below).
- Use Git to commit and push changes to your repository on GitHub.
- Go to the Pull requests page in the top middle of this repository, and click the New pull request button.
- Click the Compare Across Forks button and select your fork, the page then displays the changes.
- Click the Create pull request button and enter the details of the modification, create your pull request.
Translate
- Go to the
languages
folder - Push your language info into
language-list.js
.
This is an Object for a language list item.{ name:"English", i18n:"en", searchlist:["en","ja"], guideURL:id=>`http://www.puzzledragonx.com/en/monster.asp?n=${id}` }
name
is the name shown in the list.i18n
is the language-tag for your language.searchlist
is the search candidate list string order when you search monster in edit window.
Currently onlyja
,en
,ko
,cht
,chs
languages.(See monsters-info)guideURL
is a Function(cardId,cardName) to return game guide URL for your language.//Full writing guideURL:function(cardId,cardName) { return "http://sample.com/pad/search.php?id=" + cardId + "&name=" + cardName; } //In ES6 be equivalent to guideURL:(cardId,cardName)=>`http://sample.com/pad/search.php?id=${cardId}&name=${cardName}` //If you only need cardId, can write to guideURL:cardId=>`http://sample.com/pad/search.php?id=${cardId}`
- Create your language's Localisation file
[i18n].css
and[i18n].js
.
Please refer to existing files.
权利归属 | Copyright
本软件灵感来源于PDC 智龙迷城伤害计算器
This software is inspired by PDC パズドラダメージ計算
© GungHo Online Entertainment Inc. All Right Reserved.
所有图片素材版权与怪物信息归属于GungHo在线娱乐有限公司。
パズル&ドラゴンズに関する画像及び情報等の権利はGungHo Online Entertainment Inc.に帰属します。智龙迷城官网 | Puzzle & Dragons Official Website
卡片中文名、中文分类来自于Puzzle & Dragons 戰友系統及資訊網
使用开源软件 | Open source software used
- Puzzle-and-Dragons-Texture-Tool //Extract Images
- pad-rikuu //Parse data
- zxing-js //Read, Write QR Code
- html2canvas //Capture Image
- aaa //Play voice(ADPCM wav)
- Zpix (最像素) //Pixel Font
- font-spider //Compression Font file