Go to file
枫谷剑仙 c78df5bf5c 增加新功能介绍 2019-12-20 22:28:28 +08:00
document 增加新功能介绍 2019-12-20 22:28:28 +08:00
fonts 更新字体到1.2 2019-06-21 16:17:06 +08:00
images 本家桶 2019-12-13 16:03:45 +08:00
languages 将协力制作工具分开,增加首页 2019-11-04 14:35:12 +08:00
monsters-info 本家桶 2019-12-13 16:03:45 +08:00
.gitignore 去掉仅有日服数据的说明 2019-10-28 21:26:35 +08:00
LICENSE Create LICENSE 2019-06-13 20:27:53 +08:00
README.md 增加新功能介绍 2019-12-20 22:28:28 +08:00
index.html 增加多人模式的自动跳转 2019-11-04 14:43:46 +08:00
multi.html 增加拖拽更换队员位置功能 2019-12-20 22:00:59 +08:00
script.js 增加拖拽更换队员位置功能 2019-12-20 22:00:59 +08:00
solo.html 增加拖拽更换队员位置功能 2019-12-20 22:00:59 +08:00
style-monsterimages.css 实现不同游戏服务器数据的切换 2019-10-28 21:20:00 +08:00
style.css 修复潜觉空格子对位不齐 2019-11-11 11:55:42 +08:00
universal_function.js 修复不同语言之间切换的BUG 2019-11-28 00:39:28 +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.
Some similar English names with Swipe Formation, information comes from this post.

  • co-op speed farming
  • ALB farming
  • green row
  • swipe team
  • swipe farming

车队示例 | Multi Team Sample

协力界面预览

单人示例 | Solo Sample

单人界面预览

手机预览 | Mobile Preview

手机端预览

目前支持的语言 | Supported Languages

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

如何使用 | HOW TO USE

在哪里打开 | Where to open

快速使用在线版 | Online Quick Start

下载后使用本地版 | Use the local version after downloaded

下载压缩包后使用浏览器打开index.html。火狐68.0及以后需要在about:config设定privacy.file_unique_originfalse
Download ZIP, and open the index.html with Browser. Firefox 68.0 or above need setting the privacy.file_unique_origin to false in about:config.

小提示 | Tips

  • 直接复制网址即可分享组队或自己添加收藏夹保存。你可以使用短网址服务进一步缩短网址。
    Copy the URL directly to share the Formation, or add a Bookmark to archives. You can use any Short URL Service to further shorten the URL.
    分享组队
  • 使用后退即可撤销上一次修改
    Use back to undo the last edit
    撤銷修改
  • 拖拽怪物头像即可快速切换位置
    Drag monster avatars to quickly switch positions
    切换位置
  • 点击编辑界面的怪物头像可以跳转到攻略网站
    Click on the monster avatar in the editing interface to jump to the Guide.
    攻略网站
    在队伍界面的怪物头像上点击鼠标中键也可以跳转到攻略网站
    Or click the middle mouse button on the monster avatar of the formation interface to jump to the Guide.
    攻略网站2
  • 可以在编辑界面的怪物ID输入怪物名称来搜索怪物
    You can search for monsters by entering the monster name in the monster ID of the editing interface.
    搜索怪物
  • 车队模式只显示部分共用的觉醒的统计,单人则全部显示。
    2-Player Multi Games Mode only show several common awoken statistics, but solo mode shows all.

翻译我 | 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:"http://www.puzzledragonx.com/en/awokenskill.asp?n=$1"
    }
    
    • 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 the game guide URL for your language, $1 means monster ID.
  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