星铁图鉴补充
@ -72,7 +72,8 @@ export async function GetRoleData(e) {
|
|||||||
aggro: "嘲讽",
|
aggro: "嘲讽",
|
||||||
effect:"效果命中",
|
effect:"效果命中",
|
||||||
damage:"伤害",
|
damage:"伤害",
|
||||||
resist:"效果抵抗"
|
resist:"效果抵抗",
|
||||||
|
break: "击破强化"
|
||||||
}
|
}
|
||||||
let growAttr=[]
|
let growAttr=[]
|
||||||
for (const item of Object.keys(data.growAttr)) {
|
for (const item of Object.keys(data.growAttr)) {
|
||||||
@ -201,6 +202,7 @@ export async function GetWeaPonData(e) {
|
|||||||
let suitRole = []
|
let suitRole = []
|
||||||
for (const item of roleData.suitRole) {
|
for (const item of roleData.suitRole) {
|
||||||
let list = GetRole(item)
|
let list = GetRole(item)
|
||||||
|
|
||||||
if (roleData.belongRole.includes(item)) list.isUp = true
|
if (roleData.belongRole.includes(item)) list.isUp = true
|
||||||
suitRole.push(list)
|
suitRole.push(list)
|
||||||
}
|
}
|
||||||
|
@ -339,6 +339,36 @@
|
|||||||
"elem": "虚数",
|
"elem": "虚数",
|
||||||
"weapon": "毁灭"
|
"weapon": "毁灭"
|
||||||
},
|
},
|
||||||
|
"1215": {
|
||||||
|
"id": 1215,
|
||||||
|
"key": "hanya",
|
||||||
|
"name": "寒鸦",
|
||||||
|
"abbr": "寒鸦",
|
||||||
|
"names":["寒鸦","寒冷乌鸦","话痨判官"],
|
||||||
|
"star": 4,
|
||||||
|
"elem": "物理",
|
||||||
|
"weapon": "同谐"
|
||||||
|
},
|
||||||
|
"1217": {
|
||||||
|
"id": 1217,
|
||||||
|
"key": "huohuo",
|
||||||
|
"name": "藿藿",
|
||||||
|
"abbr": "藿藿",
|
||||||
|
"names":["藿藿","小尾巴","尾巴","霍霍"],
|
||||||
|
"star": 5,
|
||||||
|
"elem": "风",
|
||||||
|
"weapon": "丰饶"
|
||||||
|
},
|
||||||
|
"1302": {
|
||||||
|
"id": 1302,
|
||||||
|
"key": "argenti",
|
||||||
|
"name": "银枝",
|
||||||
|
"names":["银枝","纯美骑士"],
|
||||||
|
"abbr": "银枝",
|
||||||
|
"star": 5,
|
||||||
|
"elem": "物理",
|
||||||
|
"weapon": "智识"
|
||||||
|
},
|
||||||
"8002": {
|
"8002": {
|
||||||
"id": 8002,
|
"id": 8002,
|
||||||
"name": "开拓者",
|
"name": "开拓者",
|
||||||
|
@ -5,6 +5,13 @@
|
|||||||
<link rel="shortcut icon" href="#"/>
|
<link rel="shortcut icon" href="#"/>
|
||||||
<link rel="stylesheet" type="text/css" href="{{_layout_path}}sr/character/index.css?v=1.0"/>
|
<link rel="stylesheet" type="text/css" href="{{_layout_path}}sr/character/index.css?v=1.0"/>
|
||||||
</head>
|
</head>
|
||||||
|
{{if isLeftImg}}
|
||||||
|
<style>
|
||||||
|
.body-top-left div{
|
||||||
|
left: 140px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
{{/if}}
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="border"></div>
|
<div class="border"></div>
|
||||||
@ -22,11 +29,11 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
<img src="{{_layout_path}}sr/{{portrait}}" alt="">
|
<img src="{{_layout_path}}sr/{{portrait}}" alt="">
|
||||||
</div>
|
</div>
|
||||||
{{if isTopImg}}
|
{{if isTopImg }}
|
||||||
<div style="transform: scale(1.2);top:{{isTopImg}}px">
|
<div style="transform: scale(1.2);top:{{isTopImg}}px">
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<div>
|
<div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<img src="{{_layout_path}}sr/{{portrait}}" alt="">
|
<img src="{{_layout_path}}sr/{{portrait}}" alt="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
1
resources/sr/character/寒鸦/data.json
Normal file
1
resources/sr/character/藿藿/data.json
Normal file
1
resources/sr/character/银枝/data.json
Normal file
BIN
resources/sr/icon/avatar/1215.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
resources/sr/icon/avatar/1217.png
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
resources/sr/icon/avatar/1302.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
resources/sr/icon/avatar/200113.png
Normal file
After Width: | Height: | Size: 25 KiB |
BIN
resources/sr/icon/avatar/200114.png
Normal file
After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 18 KiB |
BIN
resources/sr/icon/item/110411.png
Normal file
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 25 KiB |