Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
8 months ago | |
|---|---|---|
| css | 3 years ago | |
| data | 4 years ago | |
| doc | 1 year ago | |
| fonts | 8 months ago | |
| images | 8 months ago | |
| languages | 8 months ago | |
| library | 8 months ago | |
| monsters-info | 8 months ago | |
| sound/voice | 8 months ago | |
| .gitignore | 2 years ago | |
| LICENSE | 7 years ago | |
| README.md | 1 year ago | |
| browser-compatibility.js | 1 year ago | |
| index.html | 1 year ago | |
| manifest.webmanifest | 3 years ago | |
| multi.html | 9 months ago | |
| package.json | 8 months ago | |
| script-custom_elements.js | 3 years ago | |
| script-json_data.js | 8 months ago | |
| script-skill-parser.js | 8 months ago | |
| script-universal_function.js | 9 months ago | |
| script.js | 8 months ago | |
| service-worker.js | 8 months ago | |
| solo.html | 9 months ago | |
| style-fix-html2canvas.css | 1 year ago | |
| style-monsterimages.css | 8 months ago | |
| style.css | 9 months ago | |
| temp.js | 4 years ago | |
| triple.html | 9 months ago | |
| update-service-worker.bat | 3 years ago | |
| update-service-worker.js | 2 years ago | |
这是一个智龙迷城队伍图制作工具。
This is a Puzzle & Dragons Formation Maker.
这个工具可以帮助你方便的制作和分享车队阵型或单人队形。电脑、智能手机上都可以轻松使用。
This tool can help you easily create and share Swipe Formation or Solo Formation. Easy to use on your PC and Smart Phone.
| 单人 | Solo | 2人协力 | 2P |
|---|---|
![]() |
![]() |
| 3人协力 | 3P | 手机 | Mobile |
![]() |
![]() |
推荐火狐浏览器 |
Firefox is recommended
git clone到你的 http 服务目录即可访问,将来更新时只需要git pull即可。
git clone to your http service directory for visited, and git pull for future updates.
languages folderlanguage-list.js.{
name: "English",
i18n: "en",
i18n_RegExp: /^en/i,
searchlist: ["en","ja"],
guideURL: id=>`http://www.puzzledragonx.com/en/monster.asp?n=${id}`
}
name is the showed name in the list.i18n is the language-tag for your language. You need to make sure that the file names are the same.i18n_RegExp is a Regular Expressions to match multiple navigator.language (like /^en/i can match en-US, en-CA and en-AU).searchlist is the search candidate list string order when you search monster in edit window.ja,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}`
[i18n].css and [i18n].js.本软件灵感来源于PDC 智龙迷城伤害计算器
This software is inspired by PDC パズドラダメージ計算
© GungHo Online Entertainment Inc. All Cards Images && Info Right Reserved.
所有图片素材版权与怪物信息归属于GungHo在线娱乐有限公司。
パズル&ドラゴンズに関する画像及び情報等の権利はGungHo Online Entertainment Inc.に帰属します。智龙迷城官网 | Puzzle & Dragons Official Website
© Fontworks Inc. Font Kurokane Right Reserved.
くろかね字体版权归属于Fontworks有限公司。
くろかね書体の権利は フォントワークス株式会社 に帰属します。
卡片中文名、中文分类来自于Puzzle & Dragons 戰友系統及資訊網
智龙迷城队伍图制作工具
JavaScript HTML SVG CSS other