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

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

来自小鱼君和他的朋友们
([InPageEdit] 没有编辑摘要)
([InPageEdit] 没有编辑摘要)
第1行: 第1行:
<div class="echarts" style="width: 100%; height: 400px; {{{style}}}">{{#tag:pre|
+
<div class="echarts" style="width: 100%; height: 400px; overflow: hidden; {{{style}}}">{{#tag:pre|
 
{
 
{
 
    "title": {
 
    "title": {
第55行: 第55行:
 
}
 
}
 
}}</div>
 
}}</div>
 +
<div style="font-size: .8rem; margin-top: 1.5rem; padding: 4px; border-top: 4px dotted #aaa;">
 +
* 体能:能承受的攻击量或运动量
 +
* 魔力:法术攻击的持久力与攻击效果
 +
* 力量:物理攻击的持久力与攻击效果
 +
* 灵巧:物理攻击的攻击间隔与移动效率
 +
* 智力:法术攻击的攻击间隔与恢复速度
 +
* 精神:精神类技能的效果或承受能力
 +
* 信念:治疗类技能的释放或接受效率
 +
</div>

2021年1月28日 (四) 02:07的版本

{
    "title": {
        "text": "灵术竞技评级 - 高阶灵术学者",
        "subtext": "类型 - 法师\n组别 - 成年组"
    },
    "tooltip": {
        "trigger": "axis",
        "axisPointer": {
            "type": "shadow"
        }
    },
    "legend": {},
    "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": [
        {
            "type": "bar",
            "data": [
                0,
                0,
                0,
                0,
                0,
                0,
                0
            ]
        }
    ]
}
  • 体能:能承受的攻击量或运动量
  • 魔力:法术攻击的持久力与攻击效果
  • 力量:物理攻击的持久力与攻击效果
  • 灵巧:物理攻击的攻击间隔与移动效率
  • 智力:法术攻击的攻击间隔与恢复速度
  • 精神:精神类技能的效果或承受能力
  • 信念:治疗类技能的释放或接受效率