thewakingsands / cafemaker

A XIVAPI fork optimized for CN client data and Chinese players.
https://cafemaker.wakingsands.com
51 stars 1 forks source link

无法获得Patch 6.0的技能图标信息 #6

Closed sandtechnology closed 2 years ago

sandtechnology commented 2 years ago

CafeMaker: Request:

GET https://cafemaker.wakingsands.com/Action/25863?columns=Icon,Name,ActionCategoryTargetID

Response:

{"ActionCategoryTargetID":0,"Icon":"","Name":""}

xivapi源站: Request:

GET https://xivapi.com/Action/25863?columns=Icon,Name,ActionCategoryTargetID

Response:

{"ActionCategoryTargetID":4,"Icon":"\/i\/000000\/000405.png","Name":"Liturgy of the Bell"}
oott123 commented 2 years ago

已知,暂时没有搞懂为什么。

oott123 commented 2 years ago

脚本导入数据的时候少导入了一批,影响如下表格:

AOZArrangement
AOZBoss
AOZContent
AOZContentBriefingBNpc
AOZReport
AOZScore
Achievement
AchievementCategory
AchievementHideCondition
AchievementKind
AchievementTarget
Action
ActionCastTimeline
ActionCastVFX
ActionCategory
ActionComboRoute
ActionIndirection
ActionParam
ActionProcStatus
ActionTimeline
ActionTimelineMove
ActionTimelineReplace
ActionTransient
ActivityFeedButtons
ActivityFeedCaptions

目前 Action 已修正,其它在逐步修复中。