这是一个智龙迷城队伍图制作工具。
This is a Puzzle & Dragons Formation Maker.
这个工具可以帮助你方便的制作和分享车队阵型或单人队形。电脑、智能手机上都可以轻松使用。
This tool can help you easily create and share Swipe/Farming Formation or Solo Team. Easy to use on your PC and Smart Phone.
| 单人 | Solo | 2人协力 | 2P |
|---|---|
![]() |
![]() |
| 3人协力 | 3P | 手机 | Mobile |
![]() |
![]() |
| 名称 Name |
界面 UI |
技能解析 Skill parser |
人工检查 Manual inspection |
翻译工具 Translation tool |
|---|---|---|---|---|
| 中文(简体) | ✅ | ✅ | ✅ | 原生 Native |
| 中文(繁體) | ✅ | ✅ | ❌ | OpenCC |
| English | ✅ | ✅ | ✅ | bing translator |
| 日本語 | ✅ | ❌ | ❌ | bing translator |
| 북한/한국어 | ✅ | ❌ | ❌ | bing translator |
Tip
推荐最新的火狐浏览器。
I recommend the latest Firefox browser.
- https://mapaler.github.io/PADDashFormation/ (Github Pages)
- https://mapaler.com/PADDashFormation/ (我自己的镜像 | my own mirror)
git clone到你的 http 服务目录即可访问,将来更新时只需要git pull即可。
git clone to your http service directory for visited, and git pull for future updates.
我会不断采用最新的前端技术,只保证兼容目前最新的火狐 ESR 版本。如果你还在使用比较老的操作系统,可以使用以下仍在维护的浏览器。
I will keep using the latest front-end technologies and only guarantee compatibility with the latest Firefox ESR version. If you're still using an older operating system, you can use the following browsers that are still being maintained.
| 浏览器 Browser |
内核 Core |
Windows 7/Visita | Windows XP |
|---|---|---|---|
r3dfox |
Firefox | ✅ | ❌ |
Supermium |
Chromium | ✅ | ✅ |
- 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.
- Go to the
languagesfolder - Push your language info into
language-list.js.
This is an Object for a language list item.{ name: "English", i18n: "en", i18n_RegExp: /^en/i, searchlist: ["en","ja"], guideURL: id=>`http://www.puzzledragonx.com/en/monster.asp?n=${id}` }
nameis the showed name in the list.i18nis the language-tag for your language. You need to make sure that the file names are the same.i18n_RegExpis a Regular Expressions to match multiplenavigator.language(like/^en/ican matchen-US,en-CAanden-AU).searchlistis the search candidate list string order when you search monster in edit window.
Currently onlyja,en,ko,cht,chslanguages.(See monsters-info)guideURLis 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].cssand[i18n].js.
Please refer to existing files.
Note
本软件灵感来源于PDC 智龙迷城伤害计算器
This software is inspired by PDC パズドラダメージ計算
Important
© GungHo Online Entertainment Inc. All Cards Images && Info Right Reserved.
所有图片素材版权与怪物信息归属于GungHo在线娱乐有限公司。
パズル&ドラゴンズに関する画像及び情報等の権利はGungHo Online Entertainment Inc.に帰属します。
Important
© Fontworks Inc. Font Kurokane Right Reserved.
くろかね字体版权归属于Fontworks有限公司。
くろかね書体の権利は フォントワークス株式会社 に帰属します。
Note
卡片中文名、中文分类来自于Puzzle & Dragons 戰友系統及資訊網
- pad-rikuu //Game data structure and parser
- Puzzle-and-Dragons-Texture-Tool //Extract Images
- zxing-js //Read, Write QR Code
- html2canvas //Capture Image
- aaa //Play voice(ADPCM wav)
- core-js //polyfills for ECMAScript up to 2024
- Font Awesome Free //Font Icon
- Zpix (最像素) //Pixel Font
- font-spider //Compression Font file
- opencc-js //繁转简




r3dfox
Supermium