mirror of
https://github.com/xivapi/ffxiv-datamining.git
synced 2026-08-01 06:18:41 +00:00
Companion offsets
This commit is contained in:
@@ -323,7 +323,61 @@
|
|||||||
"offsets": {
|
"offsets": {
|
||||||
"singular": 1,
|
"singular": 1,
|
||||||
"plural": 3,
|
"plural": 3,
|
||||||
"icon": 27
|
"behavior": 15,
|
||||||
|
"icon": 27,
|
||||||
|
"cost": 31,
|
||||||
|
"hp": 32,
|
||||||
|
"skill_cost": 35,
|
||||||
|
"minion_race": 38
|
||||||
|
},
|
||||||
|
"datasets_1": [],
|
||||||
|
"datasets_2": []
|
||||||
|
},
|
||||||
|
"CompanionTransient": {
|
||||||
|
"title": "CompanionTransient",
|
||||||
|
"table": "xiv_companion_transient",
|
||||||
|
"offsets": {
|
||||||
|
"description": 1,
|
||||||
|
"description_enhanced": 2,
|
||||||
|
"tooltip": 3,
|
||||||
|
"special_action_name": 4,
|
||||||
|
"special_action_description": 5,
|
||||||
|
"attack": 6,
|
||||||
|
"defense": 7,
|
||||||
|
"speed": 8,
|
||||||
|
"has_area_attack": 9,
|
||||||
|
"strength_gate": 10,
|
||||||
|
"strength_eye": 11,
|
||||||
|
"strength_shield": 12,
|
||||||
|
"strength_arcana": 13,
|
||||||
|
"minion_skill_type": 14
|
||||||
|
},
|
||||||
|
"datasets_1": [],
|
||||||
|
"datasets_2": []
|
||||||
|
},
|
||||||
|
"CompanionMove": {
|
||||||
|
"title": "CompanionMove",
|
||||||
|
"table": "xiv_companion_move",
|
||||||
|
"offsets": {
|
||||||
|
"name": 1
|
||||||
|
},
|
||||||
|
"datasets_1": [],
|
||||||
|
"datasets_2": []
|
||||||
|
},
|
||||||
|
"MinionRace": {
|
||||||
|
"title": "MinionRace",
|
||||||
|
"table": "xiv_minion_race",
|
||||||
|
"offsets": {
|
||||||
|
"name": 1
|
||||||
|
},
|
||||||
|
"datasets_1": [],
|
||||||
|
"datasets_2": []
|
||||||
|
},
|
||||||
|
"MinionSkillType": {
|
||||||
|
"title": "MinionSkillType",
|
||||||
|
"table": "xiv_minion_skill_type",
|
||||||
|
"offsets": {
|
||||||
|
"name": 1
|
||||||
},
|
},
|
||||||
"datasets_1": [],
|
"datasets_1": [],
|
||||||
"datasets_2": []
|
"datasets_2": []
|
||||||
|
|||||||
Reference in New Issue
Block a user