UGCProjects/GZJ/Script/Global/SaveGameConfigs.lua

128 lines
12 KiB
Lua
Raw Normal View History

2025-01-08 22:46:12 +08:00
SaveGameConfigs = SaveGameConfigs or {}
SaveGameConfigs.Icons = {
GameClearance = UGCGameSystem.GetUGCResourcesFullPath('Asset/UITexture/InterfaceUI/Textures/ZD_UGC_function_01_1.ZD_UGC_function_01_1'),
Score = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_05.Icon_UGC_file_05'),
EasterEggs = {
UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_Interface_5.Icon_UGC_Interface_5'),
UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_18.Icon_UGC_file_18'),
UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_25.Icon_UGC_file_25'),
UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_28.Icon_UGC_file_28'),
UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_27.Icon_UGC_file_27'),
UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_23.Icon_UGC_file_23'),
UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_26.Icon_UGC_file_26'),
UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_20.Icon_UGC_file_20'),
UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_24.Icon_UGC_file_24'),
UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_17.Icon_UGC_file_17'),
UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_16.Icon_UGC_file_16'),
UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_22.Icon_UGC_file_22'),
UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_21.Icon_UGC_file_21'),
UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_65.Icon_UGC_file_65'),
},
Achievements = {
['通关'] = {
[1] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_11.Icon_UGC_file_11'),
[5] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_12.Icon_UGC_file_12'),
[20] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_13.Icon_UGC_file_13'),
[50] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_14.Icon_UGC_file_14'),
[100] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_15.Icon_UGC_file_15'),
},
['击败'] = {
[4] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_63.Icon_UGC_file_63'),
[20] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_63.Icon_UGC_file_63'),
[80] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_63.Icon_UGC_file_63'),
[200] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_63.Icon_UGC_file_63'),
[400] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_63.Icon_UGC_file_63'),
},
['金币'] = {
[100] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_06.Icon_UGC_file_06'),
[500] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_07.Icon_UGC_file_07'),
[2000] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_08.Icon_UGC_file_08'),
[5000] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_09.Icon_UGC_file_09'),
[10000] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_10.Icon_UGC_file_10'),
},
['科技点'] = {
[12000] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_62.Icon_UGC_file_62'),
[60000] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_62.Icon_UGC_file_62'),
[240000] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_62.Icon_UGC_file_62'),
[600000] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_62.Icon_UGC_file_62'),
[1200000] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_62.Icon_UGC_file_62'),
},
['技能'] = {
[10] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_59.Icon_UGC_file_59'),
[50] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_59.Icon_UGC_file_59'),
[200] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_59.Icon_UGC_file_59'),
[500] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_59.Icon_UGC_file_59'),
[1000] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_59.Icon_UGC_file_59'),
},
['配件'] = {
[20] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_61.Icon_UGC_file_61'),
[100] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_61.Icon_UGC_file_61'),
[400] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_61.Icon_UGC_file_61'),
[1000] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_61.Icon_UGC_file_61'),
[2000] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_61.Icon_UGC_file_61'),
},
['开箱'] = {
[350] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_60.Icon_UGC_file_60'),
[1750] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_60.Icon_UGC_file_60'),
[7000] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_60.Icon_UGC_file_60'),
[17500] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_60.Icon_UGC_file_60'),
[35000] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_60.Icon_UGC_file_60'),
},
},
BossDropItems = {
[''] = {
[1] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_35.Icon_UGC_file_35'),
[2] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_36.Icon_UGC_file_36'),
[3] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_37.Icon_UGC_file_37'),
[4] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_38.Icon_UGC_file_38'),
[5] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_34.Icon_UGC_file_34'),
},
[''] = {
[1] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_52.Icon_UGC_file_52'),
[2] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_49.Icon_UGC_file_49'),
[3] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_51.Icon_UGC_file_51'),
[4] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_53.Icon_UGC_file_53'),
[5] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_50.Icon_UGC_file_50'),
},
[''] = {
[1] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_45.Icon_UGC_file_45'),
[2] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_46.Icon_UGC_file_46'),
[3] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_47.Icon_UGC_file_47'),
[4] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_48.Icon_UGC_file_48'),
[5] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_44.Icon_UGC_file_44'),
},
[''] = {
[1] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_55.Icon_UGC_file_55'),
[2] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_56.Icon_UGC_file_56'),
[3] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_57.Icon_UGC_file_57'),
[4] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_58.Icon_UGC_file_58'),
[5] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_54.Icon_UGC_file_54'),
},
[''] = {
[1] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_30.Icon_UGC_file_30'),
[2] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_31.Icon_UGC_file_31'),
[3] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_32.Icon_UGC_file_32'),
[4] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_33.Icon_UGC_file_33'),
[5] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_29.Icon_UGC_file_29'),
},
[''] = {
[1] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_40.Icon_UGC_file_40'),
[2] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_41.Icon_UGC_file_41'),
[3] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_42.Icon_UGC_file_42'),
[4] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_43.Icon_UGC_file_43'),
[5] = UGCGameSystem.GetUGCResourcesFullPath('Asset/IconTexture/file_Icon/Textures/Icon_UGC_file_39.Icon_UGC_file_39'),
}
},
GameDropItems = {
['握把'] = '/Game/Arts/UI/TableIcons/ItemIcon/Attach/Icon_WB_Vertical.Icon_WB_Vertical',
['枪口'] = '/Game/Arts/UI/TableIcons/ItemIcon/Attach/Icon_QK_Sniper_Suppressor.Icon_QK_Sniper_Suppressor',
['弹夹'] = '/Game/Arts/UI/TableIcons/ItemIcon/Attach/Icon_DJ_Large_E.Icon_DJ_Large_E',
['枪托'] = '/Game/Arts/UI/TableIcons/ItemIcon/Attach/Icon_QT_Sniper.Icon_QT_Sniper',
['瞄准镜'] = '/Game/Arts/UI/TableIcons/ItemIcon/Attach/Icon_MZJ_8X.Icon_MZJ_8X',
['套装'] = '/Game/Arts/UI/TableIcons/ProfessionResult_Icon/MS_Icon_hoqinbing.MS_Icon_hoqinbing',
['碎片'] = '/Game/Arts/UI/TableIcons/ProfessionResult_Icon/MS_Icon_hoqinbing.MS_Icon_hoqinbing',
}
}
return SaveGameConfigs;