Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

原神扫描后未能识别出白术装备 #182

Open
uzhao opened this issue Jun 4, 2024 · 4 comments
Open

原神扫描后未能识别出白术装备 #182

uzhao opened this issue Jun 4, 2024 · 4 comments

Comments

@uzhao
Copy link

uzhao commented Jun 4, 2024

如题

@mokurin000
Copy link
Contributor

白术的装备是?

@uzhao
Copy link
Author

uzhao commented Jun 6, 2024

应该是'"equip": "白术"'的圣遗物实际上输出了'"equip": null',其他角色是正常的,比如
{
"setName": "GoldenTroupe",
"position": "flower",
"mainTag": {
"name": "lifeStatic",
"value": 4780
},
"normalTags": [
{
"name": "critical",
"value": 0.09300000000000001
},
{
"name": "defendStatic",
"value": 32
},
{
"name": "attackStatic",
"value": 16
},
{
"name": "criticalDamage",
"value": 0.19399999999999998
}
],
"omit": false,
"level": 20,
"star": 5,
"equip": "千织"
},

@mokurin000
Copy link
Contributor

应该是'"equip": "白术"'的圣遗物实际上输出了'"equip": null',其他角色是正常的,比如 { "setName": "GoldenTroupe", "position": "flower", "mainTag": { "name": "lifeStatic", "value": 4780 }, "normalTags": [ { "name": "critical", "value": 0.09300000000000001 }, { "name": "defendStatic", "value": 32 }, { "name": "attackStatic", "value": 16 }, { "name": "criticalDamage", "value": 0.19399999999999998 } ], "omit": false, "level": 20, "star": 5, "equip": "千织" },

您装备的圣遗物套装为?

@uzhao
Copy link
Author

uzhao commented Jun 6, 2024

应该是'"equip": "白术"'的圣遗物实际上输出了'"equip": null',其他角色是正常的,比如 { "setName": "GoldenTroupe", "position": "flower", "mainTag": { "name": "lifeStatic", "value": 4780 }, "normalTags": [ { "name": "critical", "value": 0.09300000000000001 }, { "name": "defendStatic", "value": 32 }, { "name": "attackStatic", "value": 16 }, { "name": "criticalDamage", "value": 0.19399999999999998 } ], "omit": false, "level": 20, "star": 5, "equip": "千织" },

您装备的圣遗物套装为?

深林的记忆,同样的纳西妲没有问题
{
"setName": "DeepwoodMemories",
"position": "flower",
"mainTag": {
"name": "lifeStatic",
"value": 4780
},
"normalTags": [
{
"name": "attackStatic",
"value": 16
},
{
"name": "criticalDamage",
"value": 0.054000000000000006
},
{
"name": "elementalMastery",
"value": 70
},
{
"name": "critical",
"value": 0.054000000000000006
}
],
"omit": false,
"level": 20,
"star": 5,
"equip": "纳西妲"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants