From 76ef5cb3509c8c5583eb07730630f4541062e14d Mon Sep 17 00:00:00 2001 From: Josh Freeman Date: Fri, 13 Nov 2015 20:28:35 +0000 Subject: [PATCH] Add XIVDB table names to current json output. Simplifies identification on the API. --- offsets-saint-coinach/current.txt | 187 ++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) diff --git a/offsets-saint-coinach/current.txt b/offsets-saint-coinach/current.txt index 8add43f0e..c0d9bd5c8 100644 --- a/offsets-saint-coinach/current.txt +++ b/offsets-saint-coinach/current.txt @@ -1,6 +1,7 @@ { "Achievement": { "title": "Achievement", + "table": "xiv_achievement", "offsets": { "achievement_category": 1, "name": 2, @@ -42,6 +43,7 @@ }, "AchievementCategory": { "title": "AchievementCategory", + "table": "xiv_achievement_category", "offsets": { "name": 1, "achievement_kind": 2 @@ -51,6 +53,7 @@ }, "AchievementKind": { "title": "AchievementKind", + "table": "xiv_achievement_kind", "offsets": { "name": 1 }, @@ -59,6 +62,7 @@ }, "Action": { "title": "Action", + "table": "xiv_action", "offsets": { "name": 1, "description": 2, @@ -92,6 +96,7 @@ }, "ActionCategory": { "title": "ActionCategory", + "table": "xiv_action_category", "offsets": { "name": 1 }, @@ -100,6 +105,7 @@ }, "ActionProcStatus": { "title": "ActionProcStatus", + "table": "xiv_action_proc_status", "offsets": { "status": 1 }, @@ -108,6 +114,7 @@ }, "ActionTimeline": { "title": "ActionTimeline", + "table": "xiv_action_timeline", "offsets": { "key": 7 }, @@ -116,6 +123,7 @@ }, "Addon": { "title": "Addon", + "table": "xiv_addon", "offsets": { "text": 1 }, @@ -124,6 +132,7 @@ }, "Adventure": { "title": "Adventure", + "table": "xiv_adventure", "offsets": { "level": 1, "emote": 4, @@ -143,6 +152,7 @@ }, "BaseParam": { "title": "BaseParam", + "table": "xiv_base_param", "offsets": { "name": 2, "description": 3 @@ -152,6 +162,7 @@ }, "BeastReputationRank": { "title": "BeastReputationRank", + "table": "xiv_beast_reputation_rank", "offsets": { "required_reputation": 1, "name": 4 @@ -161,6 +172,7 @@ }, "BeastTribe": { "title": "BeastTribe", + "table": "xiv_beast_tribe", "offsets": { "icon_reputation": 1, "icon": 2, @@ -172,6 +184,7 @@ }, "BGM": { "title": "BGM", + "table": "xiv_bgm", "offsets": { "file": 1 }, @@ -180,6 +193,7 @@ }, "BNpcName": { "title": "BNpcName", + "table": "xiv_b_npc_name", "offsets": { "singular": 1, "plural": 3 @@ -189,6 +203,7 @@ }, "BuddyAction": { "title": "BuddyAction", + "table": "xiv_buddy_action", "offsets": { "name": 1, "description": 2, @@ -200,6 +215,7 @@ }, "BuddyEquip": { "title": "BuddyEquip", + "table": "xiv_buddy_equip", "offsets": { "singular": 1, "plural": 3, @@ -217,6 +233,7 @@ }, "BuddySkill": { "title": "BuddySkill", + "table": "xiv_buddy_skill", "offsets": { "level": 1 }, @@ -225,6 +242,7 @@ }, "Cabinet": { "title": "Cabinet", + "table": "xiv_cabinet", "offsets": { "item": 1, "order": 2, @@ -235,6 +253,7 @@ }, "ChainBonus": { "title": "ChainBonus", + "table": "xiv_chain_bonus", "offsets": { "bonus(%)": 1, "timeout(s)": 2 @@ -244,6 +263,7 @@ }, "ClassJob": { "title": "ClassJob", + "table": "xiv_class_job", "offsets": { "abbreviation": 2, "class_job_category": 4, @@ -256,6 +276,7 @@ }, "ClassJobCategory": { "title": "ClassJobCategory", + "table": "xiv_class_job_category", "offsets": { "name": 1, "adv": 2, @@ -298,6 +319,7 @@ }, "Companion": { "title": "Companion", + "table": "xiv_companion", "offsets": { "singular": 1, "plural": 3, @@ -308,6 +330,7 @@ }, "CompanyAction": { "title": "CompanyAction", + "table": "xiv_company_action", "offsets": { "name": 1, "description": 2, @@ -321,6 +344,7 @@ }, "CraftAction": { "title": "CraftAction", + "table": "xiv_craft_action", "offsets": { "name": 1, "description": 2, @@ -335,6 +359,7 @@ }, "CraftCrystalType": { "title": "CraftCrystalType", + "table": "xiv_craft_crystal_type", "offsets": { "item": 1 }, @@ -343,6 +368,7 @@ }, "CraftLeve": { "title": "CraftLeve", + "table": "xiv_craft_leve", "offsets": { "leve": 1, "repeats": 3 @@ -373,6 +399,7 @@ }, "CraftType": { "title": "CraftType", + "table": "xiv_craft_type", "offsets": { "craft_crystal_type_primary": 1, "craft_crystal_type_secondary": 2, @@ -383,6 +410,7 @@ }, "Emote": { "title": "Emote", + "table": "xiv_emote", "offsets": { "name": 1, "emote_category": 10, @@ -395,6 +423,7 @@ }, "EmoteCategory": { "title": "EmoteCategory", + "table": "xiv_emote_category", "offsets": { "name": 1 }, @@ -403,6 +432,7 @@ }, "ENpcBase": { "title": "ENpcBase", + "table": "xiv_e_npc_base", "offsets": [], "datasets_1": [ { @@ -506,6 +536,7 @@ }, "ENpcResident": { "title": "ENpcResident", + "table": "xiv_e_npc_resident", "offsets": { "singular": 1, "plural": 3, @@ -517,6 +548,7 @@ }, "EObj": { "title": "EObj", + "table": "xiv_e_obj", "offsets": { "singular": 1, "plural": 3, @@ -527,6 +559,7 @@ }, "EquipSlotCategory": { "title": "EquipSlotCategory", + "table": "xiv_equip_slot_category", "offsets": { "main_hand": 1, "off_hand": 2, @@ -548,6 +581,7 @@ }, "EventAction": { "title": "EventAction", + "table": "xiv_event_action", "offsets": { "name": 1, "icon": 2 @@ -557,6 +591,7 @@ }, "EventIconPriority": { "title": "EventIconPriority", + "table": "xiv_event_icon_priority", "offsets": [], "datasets_1": [ { @@ -612,6 +647,7 @@ }, "EventIconType": { "title": "EventIconType", + "table": "xiv_event_icon_type", "offsets": [], "datasets_1": [ { @@ -628,6 +664,7 @@ }, "EventItem": { "title": "EventItem", + "table": "xiv_event_item", "offsets": { "singular": 1, "plural": 3, @@ -643,6 +680,7 @@ }, "Fate": { "title": "Fate", + "table": "xiv_fate", "offsets": { "c_level": 3, "c_level_max": 4, @@ -668,6 +706,7 @@ }, "FCActivity": { "title": "FCActivity", + "table": "xiv_f_c_activity", "offsets": { "text": 1 }, @@ -676,6 +715,7 @@ }, "FCAuthority": { "title": "FCAuthority", + "table": "xiv_f_c_authority", "offsets": { "name": 1, "f_c_authority_category": 2 @@ -685,6 +725,7 @@ }, "FCAuthorityCategory": { "title": "FCAuthorityCategory", + "table": "xiv_f_c_authority_category", "offsets": { "name": 1 }, @@ -693,6 +734,7 @@ }, "FCChestName": { "title": "FCChestName", + "table": "xiv_f_c_chest_name", "offsets": { "name": 1 }, @@ -701,6 +743,7 @@ }, "FCHierarchy": { "title": "FCHierarchy", + "table": "xiv_f_c_hierarchy", "offsets": { "name": 1 }, @@ -709,6 +752,7 @@ }, "FCReputation": { "title": "FCReputation", + "table": "xiv_f_c_reputation", "offsets": { "points_to_next": 1, "required_points": 2, @@ -719,6 +763,7 @@ }, "FCRights": { "title": "FCRights", + "table": "xiv_f_c_rights", "offsets": { "name": 1, "description": 2, @@ -730,6 +775,7 @@ }, "FishingSpot": { "title": "FishingSpot", + "table": "xiv_fishing_spot", "offsets": { "level": 1, "big_fish_on_reach": 2, @@ -777,6 +823,7 @@ }, "FishingSpotCategory": { "title": "FishingSpotCategory", + "table": "xiv_fishing_spot_category", "offsets": { "name": 1 }, @@ -785,6 +832,7 @@ }, "FishParameter": { "title": "FishParameter", + "table": "xiv_fish_parameter", "offsets": { "text": 1, "item": 2, @@ -796,6 +844,7 @@ }, "GardeningSeed": { "title": "GardeningSeed", + "table": "xiv_gardening_seed", "offsets": { "item": 1, "icon": 3 @@ -805,6 +854,7 @@ }, "GCShop": { "title": "GCShop", + "table": "xiv_g_c_shop", "offsets": { "min": 1, "max": 2, @@ -815,6 +865,7 @@ }, "GCShopItemCategory": { "title": "GCShopItemCategory", + "table": "xiv_g_c_shop_item_category", "offsets": { "name": 1 }, @@ -823,12 +874,14 @@ }, "GCSupplyDuty": { "title": "GCSupplyDuty", + "table": "xiv_g_c_supply_duty", "offsets": [], "datasets_1": [], "datasets_2": [] }, "GeneralAction": { "title": "GeneralAction", + "table": "xiv_general_action", "offsets": { "name": 1, "description": 2, @@ -839,6 +892,7 @@ }, "GrandCompany": { "title": "GrandCompany", + "table": "xiv_grand_company", "offsets": { "name": 1 }, @@ -847,6 +901,7 @@ }, "GrandCompanyRank": { "title": "GrandCompanyRank", + "table": "xiv_grand_company_rank", "offsets": { "tier": 1, "order": 2, @@ -864,6 +919,7 @@ }, "GrandCompanySealShopItem": { "title": "GrandCompanySealShopItem", + "table": "xiv_grand_company_seal_shop_item", "offsets": { "item": 1, "grand_company_rank": 2, @@ -876,6 +932,7 @@ }, "GuardianDeity": { "title": "GuardianDeity", + "table": "xiv_guardian_deity", "offsets": { "name": 1, "description": 2, @@ -886,6 +943,7 @@ }, "HousingFurniture": { "title": "HousingFurniture", + "table": "xiv_housing_furniture", "offsets": { "model_key": 1, "housing_item_category": 2, @@ -901,6 +959,7 @@ }, "HousingItemCategory": { "title": "HousingItemCategory", + "table": "xiv_housing_item_category", "offsets": { "name": 1 }, @@ -909,6 +968,7 @@ }, "HousingYardObject": { "title": "HousingYardObject", + "table": "xiv_housing_yard_object", "offsets": { "model_key": 1, "housing_item_category": 2, @@ -924,6 +984,7 @@ }, "Item": { "title": "Item", + "table": "xiv_item", "offsets": { "singular": 1, "plural": 3, @@ -1039,6 +1100,7 @@ }, "ItemAction": { "title": "ItemAction", + "table": "xiv_item_action", "offsets": { "type": 5 }, @@ -1102,6 +1164,7 @@ }, "ItemFood": { "title": "ItemFood", + "table": "xiv_item_food", "offsets": [], "datasets_1": [ { @@ -1133,6 +1196,7 @@ }, "ItemSearchCategory": { "title": "ItemSearchCategory", + "table": "xiv_item_search_category", "offsets": { "name": 1, "icon": 2, @@ -1145,6 +1209,7 @@ }, "ItemSeries": { "title": "ItemSeries", + "table": "xiv_item_series", "offsets": { "name": 1 }, @@ -1153,6 +1218,7 @@ }, "ItemSpecialBonus": { "title": "ItemSpecialBonus", + "table": "xiv_item_special_bonus", "offsets": { "name": 1 }, @@ -1161,6 +1227,7 @@ }, "ItemUICategory": { "title": "ItemUICategory", + "table": "xiv_item_u_i_category", "offsets": { "name": 1, "icon": 2, @@ -1172,6 +1239,7 @@ }, "Leve": { "title": "Leve", + "table": "xiv_leve", "offsets": { "name": 1, "description": 2, @@ -1196,6 +1264,7 @@ }, "LeveAssignmentType": { "title": "LeveAssignmentType", + "table": "xiv_leve_assignment_type", "offsets": { "is_faction": 1, "icon": 2, @@ -1206,6 +1275,7 @@ }, "LeveClient": { "title": "LeveClient", + "table": "xiv_leve_client", "offsets": { "name": 1 }, @@ -1214,6 +1284,7 @@ }, "Level": { "title": "Level", + "table": "xiv_level", "offsets": { "x": 1, "1": 2, @@ -1229,6 +1300,7 @@ }, "LeveRewardItem": { "title": "LeveRewardItem", + "table": "xiv_leve_reward_item", "offsets": [], "datasets_1": [ { @@ -1268,6 +1340,7 @@ }, "LeveRewardItemGroup": { "title": "LeveRewardItemGroup", + "table": "xiv_leve_reward_item_group", "offsets": [], "datasets_1": [ { @@ -1320,6 +1393,7 @@ }, "LogFilter": { "title": "LogFilter", + "table": "xiv_log_filter", "offsets": { "log_kind": 2, "name": 7, @@ -1330,6 +1404,7 @@ }, "LogKind": { "title": "LogKind", + "table": "xiv_log_kind", "offsets": { "format": 2, "name": 3, @@ -1341,6 +1416,7 @@ }, "LogKindCategoryText": { "title": "LogKindCategoryText", + "table": "xiv_log_kind_category_text", "offsets": { "text": 1 }, @@ -1349,6 +1425,7 @@ }, "LogMessage": { "title": "LogMessage", + "table": "xiv_log_message", "offsets": { "log_kind": 1, "text": 5 @@ -1358,6 +1435,7 @@ }, "MainCommand": { "title": "MainCommand", + "table": "xiv_main_command", "offsets": { "icon": 1, "main_command_category": 3, @@ -1369,6 +1447,7 @@ }, "MainCommandCategory": { "title": "MainCommandCategory", + "table": "xiv_main_command_category", "offsets": { "name": 2 }, @@ -1377,6 +1456,7 @@ }, "Map": { "title": "Map", + "table": "xiv_map", "offsets": { "hierarchy": 4, "map_marker_range": 5, @@ -1392,6 +1472,7 @@ }, "Materia": { "title": "Materia", + "table": "xiv_materia", "offsets": { "base_param": 11 }, @@ -1461,6 +1542,7 @@ }, "MonsterNote": { "title": "MonsterNote", + "table": "xiv_monster_note", "offsets": { "reward": 9, "name": 10 @@ -1495,6 +1577,7 @@ }, "MonsterNoteTarget": { "title": "MonsterNoteTarget", + "table": "xiv_monster_note_target", "offsets": { "b_npc_name": 1, "icon": 2 @@ -1517,6 +1600,7 @@ }, "Mount": { "title": "Mount", + "table": "xiv_mount", "offsets": { "singular": 1, "plural": 3, @@ -1527,6 +1611,7 @@ }, "OnlineStatus": { "title": "OnlineStatus", + "table": "xiv_online_status", "offsets": { "name": 3, "icon": 4 @@ -1536,6 +1621,7 @@ }, "PlaceName": { "title": "PlaceName", + "table": "xiv_place_name", "offsets": { "name": 1, "name_no_article": 3 @@ -1545,6 +1631,7 @@ }, "Recipe": { "title": "Recipe", + "table": "xiv_recipe", "offsets": { "craft_type": 2, "recipe_level_table": 3, @@ -1613,6 +1700,7 @@ }, "RecipeElement": { "title": "RecipeElement", + "table": "xiv_recipe_element", "offsets": { "name": 1 }, @@ -1621,6 +1709,7 @@ }, "RecipeLevelTable": { "title": "RecipeLevelTable", + "table": "xiv_recipe_level_table", "offsets": { "character_level": 1, "stars": 2, @@ -1633,6 +1722,7 @@ }, "Relic": { "title": "Relic", + "table": "xiv_relic", "offsets": { "item_atma": 1, "item_animus": 2, @@ -1643,6 +1733,7 @@ }, "Relic3": { "title": "Relic3", + "table": "xiv_relic3", "offsets": { "item_animus": 1, "item_scroll": 2, @@ -1655,6 +1746,7 @@ }, "RelicNote": { "title": "RelicNote", + "table": "xiv_relic_note", "offsets": { "event_item": 1 }, @@ -1734,6 +1826,7 @@ }, "RelicNoteCategory": { "title": "RelicNoteCategory", + "table": "xiv_relic_note_category", "offsets": { "text": 2 }, @@ -1742,6 +1835,7 @@ }, "Role": { "title": "Role", + "table": "xiv_role", "offsets": { "name": 1, "short": 2 @@ -1751,6 +1845,7 @@ }, "Shop": { "title": "Shop", + "table": "xiv_shop", "offsets": { "icon": 2, "beast_tribe": 3, @@ -1884,6 +1979,7 @@ }, "ShopItem": { "title": "ShopItem", + "table": "xiv_shop_item", "offsets": { "item": 1, "price_factor_low": 3, @@ -1897,6 +1993,7 @@ }, "SpecialShop": { "title": "SpecialShop", + "table": "xiv_special_shop", "offsets": { "name": 1, "quest_shop": 1743 @@ -2748,6 +2845,7 @@ }, "SpecialShopItemCategory": { "title": "SpecialShopItemCategory", + "table": "xiv_special_shop_item_category", "offsets": { "name": 1 }, @@ -2756,6 +2854,7 @@ }, "Stain": { "title": "Stain", + "table": "xiv_stain", "offsets": { "color": 1, "shade": 2, @@ -2766,6 +2865,7 @@ }, "Status": { "title": "Status", + "table": "xiv_status", "offsets": { "name": 1, "description": 2, @@ -2776,6 +2876,7 @@ }, "TerritoryType": { "title": "TerritoryType", + "table": "xiv_territory_type", "offsets": { "name": 1, "bg": 2, @@ -2790,6 +2891,7 @@ }, "Title": { "title": "Title", + "table": "xiv_title", "offsets": { "masculine": 1, "feminine": 2, @@ -2800,6 +2902,7 @@ }, "Town": { "title": "Town", + "table": "xiv_town", "offsets": { "name": 1, "icon": 2 @@ -2809,6 +2912,7 @@ }, "Trait": { "title": "Trait", + "table": "xiv_trait", "offsets": { "name": 1, "icon": 2, @@ -2822,6 +2926,7 @@ }, "TraitTransient": { "title": "TraitTransient", + "table": "xiv_trait_transient", "offsets": { "description": 1 }, @@ -2830,6 +2935,7 @@ }, "Weather": { "title": "Weather", + "table": "xiv_weather", "offsets": { "icon": 1, "name": 2, @@ -2840,6 +2946,7 @@ }, "WeatherRate": { "title": "WeatherRate", + "table": "xiv_weather_rate", "offsets": [], "datasets_1": [ { @@ -2879,6 +2986,7 @@ }, "WorldDCGroupType": { "title": "WorldDCGroupType", + "table": "xiv_world_d_c_group_type", "offsets": { "name": 1 }, @@ -2887,6 +2995,7 @@ }, "InstanceContent": { "title": "InstanceContent", + "table": "xiv_instance_content", "offsets": { "instance_content_type": 2, "content_roulette": 3, @@ -2945,6 +3054,7 @@ }, "ContentDescription": { "title": "ContentDescription", + "table": "xiv_content_description", "offsets": { "description": 1 }, @@ -2953,6 +3063,7 @@ }, "InstanceContentType": { "title": "InstanceContentType", + "table": "xiv_instance_content_type", "offsets": { "sort_key": 2, "content_type": 4 @@ -2962,6 +3073,7 @@ }, "ContentType": { "title": "ContentType", + "table": "xiv_content_type", "offsets": { "name": 1, "icon": 2, @@ -2972,6 +3084,7 @@ }, "ContentRoulette": { "title": "ContentRoulette", + "table": "xiv_content_roulette", "offsets": { "name": 1, "description": 2, @@ -2995,6 +3108,7 @@ }, "ModelChara": { "title": "ModelChara", + "table": "xiv_model_chara", "offsets": { "type": 1, "model": 2, @@ -3006,6 +3120,7 @@ }, "BNpcBase": { "title": "BNpcBase", + "table": "xiv_b_npc_base", "offsets": { "scale": 5, "model_chara": 6, @@ -3017,6 +3132,7 @@ }, "Quest": { "title": "Quest", + "table": "xiv_quest", "offsets": { "name": 1, "id": 2, @@ -3514,6 +3630,7 @@ }, "JournalGenre": { "title": "JournalGenre", + "table": "xiv_journal_genre", "offsets": { "icon": 1, "journal_category": 2, @@ -3524,6 +3641,7 @@ }, "JournalCategory": { "title": "JournalCategory", + "table": "xiv_journal_category", "offsets": { "name": 1 }, @@ -3532,6 +3650,7 @@ }, "TripleTriadCard": { "title": "TripleTriadCard", + "table": "xiv_triple_triad_card", "offsets": { "name": 1, "starts_with_vowel": 5, @@ -3542,6 +3661,7 @@ }, "TripleTriadCardResident": { "title": "TripleTriadCardResident", + "table": "xiv_triple_triad_card_resident", "offsets": { "top": 2, "bottom": 3, @@ -3557,6 +3677,7 @@ }, "TripleTriadCardType": { "title": "TripleTriadCardType", + "table": "xiv_triple_triad_card_type", "offsets": { "name": 1 }, @@ -3565,6 +3686,7 @@ }, "TripleTriadCompetition": { "title": "TripleTriadCompetition", + "table": "xiv_triple_triad_competition", "offsets": { "name": 1 }, @@ -3573,6 +3695,7 @@ }, "TripleTriadRule": { "title": "TripleTriadRule", + "table": "xiv_triple_triad_rule", "offsets": { "name": 1 }, @@ -3581,6 +3704,7 @@ }, "TripleTriad": { "title": "TripleTriad", + "table": "xiv_triple_triad", "offsets": { "uses_regional_rules": 13, "fee": 14, @@ -3644,6 +3768,7 @@ }, "RacingChocoboName": { "title": "RacingChocoboName", + "table": "xiv_racing_chocobo_name", "offsets": { "name": 1 }, @@ -3652,6 +3777,7 @@ }, "RacingChocoboNameCategory": { "title": "RacingChocoboNameCategory", + "table": "xiv_racing_chocobo_name_category", "offsets": { "sort_key": 1, "name": 2 @@ -3661,6 +3787,7 @@ }, "RacingChocoboNameInfo": { "title": "RacingChocoboNameInfo", + "table": "xiv_racing_chocobo_name_info", "offsets": { "racing_chocobo_name_category": 1 }, @@ -3669,6 +3796,7 @@ }, "RacingChocoboParam": { "title": "RacingChocoboParam", + "table": "xiv_racing_chocobo_param", "offsets": { "name": 1 }, @@ -3677,6 +3805,7 @@ }, "RacingChocoboItem": { "title": "RacingChocoboItem", + "table": "xiv_racing_chocobo_item", "offsets": { "item": 1, "category": 2 @@ -3693,6 +3822,7 @@ }, "ChocoboRaceAbilityType": { "title": "ChocoboRaceAbilityType", + "table": "xiv_chocobo_race_ability_type", "offsets": { "is_active": 1 }, @@ -3701,6 +3831,7 @@ }, "ChocoboRaceAbility": { "title": "ChocoboRaceAbility", + "table": "xiv_chocobo_race_ability", "offsets": { "name": 1, "description": 2, @@ -3713,6 +3844,7 @@ }, "ChocoboRaceItem": { "title": "ChocoboRaceItem", + "table": "xiv_chocobo_race_item", "offsets": { "name": 1, "description": 2, @@ -3723,6 +3855,7 @@ }, "ChocoboRaceRank": { "title": "ChocoboRaceRank", + "table": "xiv_chocobo_race_rank", "offsets": { "rating_min": 1, "rating_max": 2, @@ -3735,6 +3868,7 @@ }, "GoldSaucerTextData": { "title": "GoldSaucerTextData", + "table": "xiv_gold_saucer_text_data", "offsets": { "text": 1 }, @@ -3743,6 +3877,7 @@ }, "ChocoboRaceStatus": { "title": "ChocoboRaceStatus", + "table": "xiv_chocobo_race_status", "offsets": { "status": 1 }, @@ -3751,6 +3886,7 @@ }, "ChocoboRaceTerritory": { "title": "ChocoboRaceTerritory", + "table": "xiv_chocobo_race_territory", "offsets": { "name": 1, "icon": 2 @@ -3760,6 +3896,7 @@ }, "ChocoboRace": { "title": "ChocoboRace", + "table": "xiv_chocobo_race", "offsets": { "chocobo_race_rank": 1, "chocobo_race_territory": 2 @@ -3769,6 +3906,7 @@ }, "Tomestones": { "title": "Tomestones", + "table": "xiv_tomestones", "offsets": { "item": 1, "weekly_limit": 3 @@ -3778,6 +3916,7 @@ }, "GatheringCondition": { "title": "GatheringCondition", + "table": "xiv_gathering_condition", "offsets": { "text": 1 }, @@ -3786,6 +3925,7 @@ }, "GatheringPointBonusType": { "title": "GatheringPointBonusType", + "table": "xiv_gathering_point_bonus_type", "offsets": { "text": 1 }, @@ -3794,6 +3934,7 @@ }, "GatheringExp": { "title": "GatheringExp", + "table": "xiv_gathering_exp", "offsets": { "exp": 1 }, @@ -3802,6 +3943,7 @@ }, "GatheringItem": { "title": "GatheringItem", + "table": "xiv_gathering_item", "offsets": { "item": 1, "is_hidden": 3 @@ -3811,6 +3953,7 @@ }, "GatheringNotebookRegion": { "title": "GatheringNotebookRegion", + "table": "xiv_gathering_notebook_region", "offsets": { "place_name": 1 }, @@ -3819,6 +3962,7 @@ }, "GatheringPointBase": { "title": "GatheringPointBase", + "table": "xiv_gathering_point_base", "offsets": { "gathering_type": 1, "level": 2, @@ -3854,6 +3998,7 @@ }, "GatheringPointName": { "title": "GatheringPointName", + "table": "xiv_gathering_point_name", "offsets": { "singular": 1, "plural": 3 @@ -3863,6 +4008,7 @@ }, "GatheringType": { "title": "GatheringType", + "table": "xiv_gathering_type", "offsets": { "name": 1, "icon_main": 2, @@ -3873,6 +4019,7 @@ }, "GatheringPoint": { "title": "GatheringPoint", + "table": "xiv_gathering_point", "offsets": { "gathering_point_base": 2, "gathering_point_bonus": 4, @@ -3885,6 +4032,7 @@ }, "GatheringPointBonus": { "title": "GatheringPointBonus", + "table": "xiv_gathering_point_bonus", "offsets": { "condition": 1, "condition_value": 2, @@ -3896,6 +4044,7 @@ }, "GatheringNotebookList": { "title": "GatheringNotebookList", + "table": "xiv_gathering_notebook_list", "offsets": [], "datasets_1": [ { @@ -4203,6 +4352,7 @@ }, "GatheringSubCategory": { "title": "GatheringSubCategory", + "table": "xiv_gathering_sub_category", "offsets": { "folklore_book": 6 }, @@ -4211,6 +4361,7 @@ }, "LeveVfx": { "title": "LeveVfx", + "table": "xiv_leve_vfx", "offsets": { "effect": 1, "icon": 2 @@ -4220,6 +4371,7 @@ }, "Race": { "title": "Race", + "table": "xiv_race", "offsets": { "masculine": 1, "feminine": 2, @@ -4237,6 +4389,7 @@ }, "Tribe": { "title": "Tribe", + "table": "xiv_tribe", "offsets": { "masculine": 1, "feminine": 2, @@ -4252,6 +4405,7 @@ }, "HousingLayoutLimit": { "title": "HousingLayoutLimit", + "table": "xiv_housing_layout_limit", "offsets": { "personal_chamber": 1, "small": 2, @@ -4263,6 +4417,7 @@ }, "RetainerTask": { "title": "RetainerTask", + "table": "xiv_retainer_task", "offsets": { "is_random": 1, "class_job_category": 2, @@ -4279,6 +4434,7 @@ }, "RetainerTaskNormal": { "title": "RetainerTaskNormal", + "table": "xiv_retainer_task_normal", "offsets": { "item": 1, "quantity[0]": 2, @@ -4290,6 +4446,7 @@ }, "RetainerTaskRandom": { "title": "RetainerTaskRandom", + "table": "xiv_retainer_task_random", "offsets": { "name": 1, "requirement": 2 @@ -4299,6 +4456,7 @@ }, "MapMarker": { "title": "MapMarker", + "table": "xiv_map_marker", "offsets": { "x": 2, "icon": 4, @@ -4309,6 +4467,7 @@ }, "MapSymbol": { "title": "MapSymbol", + "table": "xiv_map_symbol", "offsets": { "icon": 1 }, @@ -4317,6 +4476,7 @@ }, "ParamGrow": { "title": "ParamGrow", + "table": "xiv_param_grow", "offsets": { "exp_to_next": 1, "additional_actions": 2, @@ -4329,6 +4489,7 @@ }, "FccShop": { "title": "FccShop", + "table": "xiv_fcc_shop", "offsets": { "name": 1 }, @@ -4428,6 +4589,7 @@ }, "CompanyCraftDraft": { "title": "CompanyCraftDraft", + "table": "xiv_company_craft_draft", "offsets": { "name": 1, "company_craft_draft_category": 2, @@ -4451,6 +4613,7 @@ }, "CompanyCraftDraftCategory": { "title": "CompanyCraftDraftCategory", + "table": "xiv_company_craft_draft_category", "offsets": { "name": 1 }, @@ -4490,6 +4653,7 @@ }, "CompanyCraftManufactoryState": { "title": "CompanyCraftManufactoryState", + "table": "xiv_company_craft_manufactory_state", "offsets": { "name": 1 }, @@ -4498,6 +4662,7 @@ }, "CompanyCraftType": { "title": "CompanyCraftType", + "table": "xiv_company_craft_type", "offsets": { "name": 1 }, @@ -4506,6 +4671,7 @@ }, "AetherCurrent": { "title": "AetherCurrent", + "table": "xiv_aether_current", "offsets": { "quest": 1 }, @@ -4514,6 +4680,7 @@ }, "AirshipExplorationLevel": { "title": "AirshipExplorationLevel", + "table": "xiv_airship_exploration_level", "offsets": { "exp_to_next": 2 }, @@ -4522,6 +4689,7 @@ }, "AirshipExplorationPoint": { "title": "AirshipExplorationPoint", + "table": "xiv_airship_exploration_point", "offsets": { "name": 1, "name_short": 2, @@ -4535,6 +4703,7 @@ }, "AirshipExplorationLog": { "title": "AirshipExplorationLog", + "table": "xiv_airship_exploration_log", "offsets": { "text": 1 }, @@ -4543,6 +4712,7 @@ }, "AirshipExplorationParamType": { "title": "AirshipExplorationParamType", + "table": "xiv_airship_exploration_param_type", "offsets": { "name": 1 }, @@ -4551,6 +4721,7 @@ }, "AirshipExplorationPart": { "title": "AirshipExplorationPart", + "table": "xiv_airship_exploration_part", "offsets": { "rank": 2, "components": 3, @@ -4566,6 +4737,7 @@ }, "CompanyCraftSupplyItem": { "title": "CompanyCraftSupplyItem", + "table": "xiv_company_craft_supply_item", "offsets": { "item": 1 }, @@ -4574,6 +4746,7 @@ }, "CompanyCraftSequence": { "title": "CompanyCraftSequence", + "table": "xiv_company_craft_sequence", "offsets": { "result_item": 1, "company_craft_draft_category": 3, @@ -4610,6 +4783,7 @@ }, "CompanyCraftProcess": { "title": "CompanyCraftProcess", + "table": "xiv_company_craft_process", "offsets": [], "datasets_1": [ { @@ -4677,6 +4851,7 @@ }, "CompanyCraftPart": { "title": "CompanyCraftPart", + "table": "xiv_company_craft_part", "offsets": { "company_craft_type": 2 }, @@ -4695,6 +4870,7 @@ }, "CustomTalk": { "title": "CustomTalk", + "table": "xiv_custom_talk", "offsets": { "name": 2, "text": 65 @@ -4885,48 +5061,56 @@ }, "GuildleveAssignment": { "title": "GuildleveAssignment", + "table": "xiv_guildleve_assignment", "offsets": [], "datasets_1": [], "datasets_2": [] }, "Warp": { "title": "Warp", + "table": "xiv_warp", "offsets": [], "datasets_1": [], "datasets_2": [] }, "SwitchTalk": { "title": "SwitchTalk", + "table": "xiv_switch_talk", "offsets": [], "datasets_1": [], "datasets_2": [] }, "Story": { "title": "Story", + "table": "xiv_story", "offsets": [], "datasets_1": [], "datasets_2": [] }, "ChocoboTaxiStand": { "title": "ChocoboTaxiStand", + "table": "xiv_chocobo_taxi_stand", "offsets": [], "datasets_1": [], "datasets_2": [] }, "GuildOrderGuide": { "title": "GuildOrderGuide", + "table": "xiv_guild_order_guide", "offsets": [], "datasets_1": [], "datasets_2": [] }, "GuildOrderOfficer": { "title": "GuildOrderOfficer", + "table": "xiv_guild_order_officer", "offsets": [], "datasets_1": [], "datasets_2": [] }, "DefaultTalk": { "title": "DefaultTalk", + "table": "xiv_default_talk", "offsets": [], "datasets_1": [ { @@ -4943,6 +5127,7 @@ }, "DailySupplyItem": { "title": "DailySupplyItem", + "table": "xiv_daily_supply_item", "offsets": [], "datasets_1": [ { @@ -4990,6 +5175,7 @@ }, "DeliveryQuest": { "title": "DeliveryQuest", + "table": "xiv_delivery_quest", "offsets": { "quest": 1 }, @@ -4998,6 +5184,7 @@ }, "MasterpieceSupplyDuty": { "title": "MasterpieceSupplyDuty", + "table": "xiv_masterpiece_supply_duty", "offsets": { "class_job": 1, "item_level": 2,