From 317b6ca37aed6a49cf92f4acfca0bb7f1ba470f7 Mon Sep 17 00:00:00 2001 From: Yuuki <6851027-yukiz@users.noreply.gitlab.com> Date: Sat, 11 Nov 2023 12:59:31 +0800 Subject: [PATCH] add `HomeworldModuleExcelConfigData` --- .../HomeworldModuleExcelConfigData.json | 145 ++++++++++++++++++ Tool/ExcelGC.json | 4 + 2 files changed, 149 insertions(+) create mode 100644 Resources/ExcelBinOutput/HomeworldModuleExcelConfigData.json diff --git a/Resources/ExcelBinOutput/HomeworldModuleExcelConfigData.json b/Resources/ExcelBinOutput/HomeworldModuleExcelConfigData.json new file mode 100644 index 000000000..49f3606b2 --- /dev/null +++ b/Resources/ExcelBinOutput/HomeworldModuleExcelConfigData.json @@ -0,0 +1,145 @@ +[ + { + "Id": 1, + "isFree": true, + "unlockTipIfUnFreeTextMapHash": 1478493845, + "worldSceneId": 2001, + "defaultRoomSceneId": 2201, + "optionalRoomSceneIdVec": [ + 2201, + 2202, + 2203, + 2204 + ], + "moduleNameTextMapHash": 1843410581, + "moduleDescTextMapHash": 182060131, + "region": [ + "Map_Homeworld_Exterior_Above_001", + "Map_Homeworld_Exterior_Above_002", + "Map_Homeworld_Exterior_Above_003", + "Map_Homeworld_Exterior_Above_004" + ], + "regionPointPos": [ + "825.7461,0,123.5733", + "761.4891,0,364.6011", + "525.3538,0,589.5408", + "218.1062,0,825.1384" + ], + "smallImageAddr": "UI_HomeworldModule_2", + "bigImageAddr": "UI_HomeworldModule_2_Pic" + }, + { + "Id": 2, + "isFree": true, + "unlockTipIfUnFreeTextMapHash": 2390342453, + "worldSceneId": 2002, + "defaultRoomSceneId": 2201, + "optionalRoomSceneIdVec": [ + 2201, + 2202, + 2203, + 2204 + ], + "moduleNameTextMapHash": 2743796149, + "moduleDescTextMapHash": 4014705795, + "region": [ + "Map_Homeworld_Exterior_Karst_001", + "Map_Homeworld_Exterior_Karst_002", + "Map_Homeworld_Exterior_Karst_003", + "Map_Homeworld_Exterior_Karst_004" + ], + "regionPointPos": [ + "337.2328,0,770.5031", + "349.0688,0,586.0258", + "563.4695,0,589.3153", + "522.3098,0,475.8359" + ], + "smallImageAddr": "UI_HomeworldModule_1", + "bigImageAddr": "UI_HomeworldModule_1_Pic" + }, + { + "Id": 3, + "isFree": true, + "unlockTipIfUnFreeTextMapHash": 658184325, + "worldSceneId": 2003, + "defaultRoomSceneId": 2201, + "optionalRoomSceneIdVec": [ + 2201, + 2202, + 2203, + 2204 + ], + "moduleNameTextMapHash": 2044643413, + "moduleDescTextMapHash": 1200772483, + "region": [ + "Map_Homeworld_Exterior_Uncharted_001", + "Map_Homeworld_Exterior_Uncharted_002", + "Map_Homeworld_Exterior_Uncharted_003", + "Map_Homeworld_Exterior_Uncharted_004" + ], + "regionPointPos": [ + "497.3904,0,616.4855", + "314.7899,0,521.4933", + "801.0367,0,635.1414", + "742.6815,0,361.0927" + ], + "smallImageAddr": "UI_HomeworldModule_3", + "bigImageAddr": "UI_HomeworldModule_3_Pic" + }, + { + "Id": 4, + "unlockTipIfUnFreeTextMapHash": 772321565, + "worldSceneId": 2004, + "defaultRoomSceneId": 2203, + "optionalRoomSceneIdVec": [ + 2201, + 2202, + 2203, + 2204 + ], + "moduleNameTextMapHash": 2023252765, + "moduleDescTextMapHash": 1069777739, + "region": [ + "Map_Homeworld_Exterior_Ukiyo_001", + "Map_Homeworld_Exterior_Ukiyo_002", + "Map_Homeworld_Exterior_Ukiyo_003", + "Map_Homeworld_Exterior_Ukiyo_004" + ], + "regionPointPos": [ + "245.73,186,560.9", + "326.29,205.513,359.74", + "542.8,192.043,508.7", + "718.7,203.45,702.6" + ], + "smallImageAddr": "UI_HomeworldModule_4", + "bigImageAddr": "UI_HomeworldModule_4_Pic" + }, + { + "Id": 5, + "unlockTipIfUnFreeTextMapHash": 581409709, + "worldSceneId": 2005, + "defaultRoomSceneId": 2204, + "optionalRoomSceneIdVec": [ + 2201, + 2202, + 2203, + 2204 + ], + "moduleNameTextMapHash": 3370611461, + "moduleDescTextMapHash": 3098122091, + "region": [ + "Map_Homeworld_Exterior_Sumeru_001", + "Map_Homeworld_Exterior_Sumeru_002", + "Map_Homeworld_Exterior_Sumeru_003", + "Map_Homeworld_Exterior_Sumeru_004" + ], + "regionPointPos": [ + "556,383,218", + "389,342,335", + "576,364,566", + "424,385,713" + ], + "smallImageAddr": "UI_HomeworldModule_5", + "bigImageAddr": "UI_HomeworldModule_5_Pic" + } +] \ No newline at end of file diff --git a/Tool/ExcelGC.json b/Tool/ExcelGC.json index ff9b84ead..0814d0a58 100644 --- a/Tool/ExcelGC.json +++ b/Tool/ExcelGC.json @@ -102,6 +102,10 @@ "name": "DropSubTableExcelConfigData.json", "comment": "why miss? use 3.6 data, idk why need copy manual" }, + { + "name": "HomeworldModuleExcelConfigData.json", + "comment": "rename stuff" + }, { "name": "HomeWorldBgmExcelConfigData.json", "comment": "rename stuff"