Go to file
枫谷剑仙 32d7a3b322 第一步,显示交换队长的图标 2021-04-24 02:48:32 +08:00
document 增加生成二维码的说明 2021-04-20 00:17:26 +08:00
fonts 添加进化树的显示 2020-12-14 21:31:34 +08:00
images 第一步,显示交换队长的图标 2021-04-24 02:48:32 +08:00
languages 解决美美的盾的计算问题 2021-04-19 23:45:35 +08:00
library Cards和Skills不分为每一条,而是直接储存整个数组 2020-10-08 01:52:04 +08:00
monsters-info 2021年4月24日 中文 2021-04-24 02:13:32 +08:00
sound/voice 新的语音 2021-04-23 18:29:46 +08:00
.gitignore 去掉package-lock.json 2021-03-02 01:27:35 +08:00
.jshintrc 排除文件 2020-03-23 16:18:53 +08:00
LICENSE Create LICENSE 2019-06-13 20:27:53 +08:00
README.md 说明的更新 2021-04-07 17:22:58 +08:00
help.md 增加生成二维码的说明 2021-04-20 00:17:26 +08:00
index.html 土建模式链接地址加入其他服 2020-08-07 14:45:50 +08:00
manifest.json 完善桌面图标设定 2020-04-02 14:31:56 +08:00
multi.html 第一步,显示交换队长的图标 2021-04-24 02:48:32 +08:00
script-json_data.js 2021年4月22日 中文 2021-04-22 20:55:28 +08:00
script-universal_function.js 解决美美的盾的计算问题 2021-04-19 23:45:35 +08:00
script.js 第一步,显示交换队长的图标 2021-04-24 02:48:32 +08:00
solo.html 第一步,显示交换队长的图标 2021-04-24 02:48:32 +08:00
style-monsterimages.css v19.0更新内容初步加入 2021-02-22 00:24:51 +08:00
style.css 第一步,显示交换队长的图标 2021-04-24 02:48:32 +08:00
triple.html 第一步,显示交换队长的图标 2021-04-24 02:48:32 +08:00

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

  1. 中文(简体)
  2. 中文(繁體)
  3. English
  4. 日本語 (by Bing Microsoft Translator)
  5. 한국어 (by Bing Microsoft Translator)

预览 | Preview

单人 | Solo 2人协力 | 2P
单人界面预览 2人协力界面预览
3人协力 | 3P 手机 | Mobile
3人协力界面预览 手机端预览

如何使用 | HOW TO USE

快速使用在线版 | Online Quick Start

下载后使用本地版 | 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_originfalse
    Firefox 68.0 or above need setting the privacy.file_unique_origin to false in about: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

  1. Click Fork In the page top right corner. Fork your own copy of this repository to your account.
  2. Use Git to clone/pull repository locally for modification (How to modify please see below).
  3. Use Git to commit and push changes to your repository on GitHub.
  4. Go to the Pull requests page in the top middle of this repository, and click the New pull request button.
  5. Click the Compare Across Forks button and select your fork, the page then displays the changes.
  6. Click the Create pull request button and enter the details of the modification, create your pull request.

Translate

  1. Go to the languages folder
  2. 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 only 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}`
      
  3. 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