• 正在查找将来过去时的官方设定集?不如看看万界大百科吧!
  • 《将来过去时》第一部分 现在 魔科纪元的少年少女 即将正式发布!
  • 让我偷偷看一眼小鱼君的博客……
  • 服务器已成功迁移到 阿里云(杭州)

“Template:灵术竞技评级”的版本间的差异

来自小鱼君和他的朋友们
([InPageEdit] 没有编辑摘要)
([InPageEdit] 没有编辑摘要)
第48行: 第48行:
 
          "label": {
 
          "label": {
 
            "formatter": "平均评级: {c}%",
 
            "formatter": "平均评级: {c}%",
            "position": "start",
+
            "position": "end",
            "distance": 10,
+
            "distance": 20,
 
            "fontSize": 16
 
            "fontSize": 16
 
          }
 
          }

2021年1月28日 (四) 03:18的版本

Template-info.png 模板文档  [查看] [编辑] [历史] [刷新]
{{灵术竞技评级
| 等级 = 
| 组别 = 
| 类型 = 
| 体能 = 
| 魔力 = 
| 力量 = 
| 灵巧 = 
| 智力 = 
| 精神 = 
| 信念 = 
}}
{
    "title": {
        "text": "灵术竞技评级 - ",
        "subtext": "类型 - \n组别 - "
    },
    "tooltip": {
        "trigger": "axis",
        "axisPointer": {
            "type": "shadow"
        },
        "formatter": "<strong>{b}</strong> {c}%"
    },
    "grid": {
        "left": "30px",
        "right": "40px",
        "top": "80px",
        "bottom": "20px",
        "containLabel": true
    },
    "xAxis": {
        "type": "value",
        "max": 100,
        "axisLabel": {
            "formatter": "{value}%"
        }
    },
    "yAxis": {
        "type": "category",
        "data": [
            "体能",
            "魔力",
            "力量",
            "灵巧",
            "智力",
            "精神",
            "信念"
        ],
        "inverse": true
    },
    "series": [
        {
            "markLine": {
                "data": [
                    { "type": "average", "name": "平均值" }
                ],
                "symbol": "diamond",
                "label": {
                    "formatter": "平均评级: {c}%",
                    "position": "end",
                    "distance": 20,
                    "fontSize": 16
                }
            },
            "markArea": {
                "data": [
                    [
                        {
                            "name": "S",
                            "itemStyle": {
                                "color": "rgba(255, 48, 0, 0.2)"
                            },
                            "xAxis": 95
                        },
                        {
                            "xAxis": 100
                        }
                    ],
                    [
                        {
                            "name": "A",
                            "itemStyle": {
                                "color": "rgba(217, 112, 0, 0.2)"
                            },
                            "xAxis": 85
                        },
                        {
                            "xAxis": 95
                        }
                    ],
                    [
                        {
                            "name": "B",
                            "itemStyle": {
                                "color": "rgb(208, 156, 0, 0.2)"
                             },
                            "xAxis": 70
                        },
                        {
                            "xAxis": 85
                        }
                    ],
                    [
                        {
                             "name": "C",
                             "itemStyle": {
                                 "color": "rgb(193, 221, 0, 0.2)"
                             },
                             "xAxis": 50
                        },
                        {
                             "xAxis": 70
                        }
                    ]
                ]
            },
            "type": "bar",
            "data": [
                0,
                0,
                0,
                0,
                0,
                0,
                0
            ]
        }
    ]
}
  • 体能:能承受的攻击量或运动量
  • 魔力:法术攻击的持久力与攻击效果
  • 力量:物理攻击的持久力与攻击效果
  • 灵巧:物理攻击的攻击间隔与移动效率
  • 智力:法术攻击的攻击间隔与恢复速度
  • 精神:精神类技能的效果或承受能力
  • 信念:治疗类技能的释放或接受效率