NLDClient-yudde/ProjectNLD/Assets/Config/Data/globalconfig.json

443 lines
9.7 KiB
JSON
Raw Normal View History

2023-08-22 19:08:45 +08:00
[
{
2025-07-14 14:36:15 +08:00
"DailyChangeHour": 5,
"HeadPicFrontPath": "Assets/Art_Out/UI/Texture/Icon/HeadPic/",
"MailDays": 20,
2025-11-28 13:28:11 +08:00
"RaffleLoglDays": 180,
2025-07-14 14:36:15 +08:00
"MaxMailCount": 100,
"MailID_ItemMaxCount": 3000004,
"UnderEighteenGameWeekDay": [
5,
6,
0
],
"UnderEighteenGameHour": 20,
"NotificationLoopCount": 1,
"DEFAULT_SKIN_ID": 1,
2026-02-05 18:41:54 +08:00
"StoryDialogueWaitTime": 0,
2025-07-14 14:36:15 +08:00
"DefaultMainBGM": "bgm_ost1_04",
"CharacterJobCount": 5,
"GoldItemId": 1,
"DiamondItemId": 2,
"SaoDangTicket": 1,
"PurchaseDiamondID": 11,
"PvpCoinId": 9,
"PieceExchangeId": 10,
2025-09-13 14:25:00 +08:00
"StarryToken": 118,
2025-07-14 14:36:15 +08:00
"StaminaTypeItem": [
4,
6
],
2025-10-14 15:49:58 +08:00
"FlareEventCurrency": 1004,
2023-08-22 19:08:45 +08:00
"Hero_Exp_Item": 3,
2025-03-12 19:40:28 +08:00
"Hero_Cost_Item": 1,
2023-08-22 19:08:45 +08:00
"Item_Max_Default": 2000000000,
2025-07-14 14:36:15 +08:00
"EnergyPointID": 4,
"EnergyDailyPurchaseLimit": 5,
"EnergyPointRecoverTime": 300,
2025-12-03 13:35:10 +08:00
"CreditID": 11,
2025-07-14 14:36:15 +08:00
"FP_n": 0,
"FP_K": 1000,
2025-08-27 14:53:28 +08:00
"FP_Rate_K": 35,
"FP_Rate_S": 0.8,
"FP_Rate_G": 0.2,
"FP_Rate_L": 0.012,
"FP_Rate_P": 1.2,
"FP_Rate_Q": -2,
2025-12-01 15:39:54 +08:00
"FP_Rate_Min": 0.35,
2025-07-14 14:36:15 +08:00
"Fight_VehicleSpeedScaleParam": [
0.7,
1,
1.1
],
2023-08-22 19:08:45 +08:00
"SuppressBuffIds": [
4
],
"RetreatBuffIds": [
2026-01-12 19:52:49 +08:00
6,
14
2023-08-22 19:08:45 +08:00
],
2025-08-29 14:58:28 +08:00
"FightMaxRetreatTime": 5,
2025-12-24 14:41:15 +08:00
"FightMaxRetreatTime_KeepEscape": 10,
2025-08-29 14:58:28 +08:00
"FightNoDamageRecoverRetreatTime": 2,
"FightRecoverRetreatMoralePercentSelf": 0.5,
"FightRecoverRetreatMoralePercentEnemy": 0.5,
2026-01-14 14:14:40 +08:00
"FightTeamLeaderDeadCostMoralePercent": 0,
2026-03-04 20:06:57 +08:00
"MoraleRecoverDelayTime": 3,
2025-07-14 14:36:15 +08:00
"OutOfCombatMoraleRecoverRate": 1,
"Fight_ShieldRecoverDelay": 15,
"Fight_ShiledRecoverValueFixed": 0,
2026-02-04 19:31:16 +08:00
"Fight_ShiledRecoverValuePercent": 0.1,
"Fight_OverFlowShiledMaxPercent": 0,
2025-07-14 14:36:15 +08:00
"Fight_HPRecoverDelay": 15,
"Fight_HPRecoverValueFixed": 0,
"Fight_HPRecoverValuePercent": 0,
"Fight_SuppressMoralePercent": 0.499,
2025-07-14 14:36:15 +08:00
"Fight_RetreateMoralePercent": 0,
"Fight_CharacterTurnSpeed": 400,
"Fight_ExitRetreatMoralePercent": 1,
"FightDataAttackOffset": 5,
"FightDataDefenctOffset": 5,
"FightDataHPOffset": 5,
"FightDataShieldOffset": 5,
2025-07-22 12:44:35 +08:00
"FightAudioSpeedLimit": 5,
"FightAudioSpeedSkip": 3,
2025-08-28 13:36:23 +08:00
"FightDamageTypeNormalAttack": [
2025-11-12 18:49:24 +08:00
1,
201
2025-08-28 13:36:23 +08:00
],
"FightDamageTypeEniromentDamage": [],
2025-11-18 12:10:48 +08:00
"FightSingleCaptureSpeed": 1,
2026-01-29 14:29:51 +08:00
"FightMultiCaptureSpeed": 0.4,
2026-01-04 14:00:19 +08:00
"Fight_WaterCellId": 1,
2025-07-14 14:36:15 +08:00
"GroundFireEffectId": 35,
"FightEffectId_ShieldBreak": 265,
"SkillCameraRotateTime": 0.7,
"SkillCameraFadeInTime": 0.2,
"SkillCameraFadeOutTime": 0.2,
"BattleVoiceTriggerTime": 2,
2025-09-08 17:10:41 +08:00
"BattleInvestigateViewTime": 8,
2025-09-12 15:33:44 +08:00
"DamageFontUnitScale": 0.13,
"DamageFontDuration": 0.5,
"DamageYMoveDistance": 50,
2025-09-12 16:43:46 +08:00
"DamageXMinOffset": -35,
"DamageXMaxOffset": 35,
"DamageYMinOffset": -8,
"DamageYMaxOffset": 8,
2025-11-04 17:55:24 +08:00
"FightUnhealthValue": 0.2,
2025-12-11 12:56:49 +08:00
"FightSkillBlackCoverTime": 0,
2025-12-11 16:53:41 +08:00
"CountdownTaskDisplayTime": 10,
2026-01-04 16:21:35 +08:00
"Fight_VehicleOnWaterEffectId_Idle": 325,
"Fight_VehicleOnWaterEffectId_Move": 326,
2026-01-04 18:56:15 +08:00
"Fight_VehicleOnWaterEffectId_Dead": 327,
2025-07-14 14:36:15 +08:00
"FightSpeedParams": [
0,
2025-09-05 14:34:37 +08:00
0.3,
2025-07-14 14:36:15 +08:00
1,
2025-09-05 14:10:59 +08:00
2
2025-07-14 14:36:15 +08:00
],
"FightSpeedDefault": 2,
"CampaignScoreClass": [
0.2,
0.4,
0.6,
0.8
],
"BattleFailedTipsNumber": 10,
"MapDesc_Role": [
101,
1,
2
],
"MapDesc_Vehicle": [
101,
1,
2
],
"MapDesc_Build": [
101,
1,
2
],
2025-12-03 16:16:36 +08:00
"PerformanceTestLevel": 990006,
2025-07-17 16:26:07 +08:00
"DefaultCommander": 100001,
2025-11-21 15:14:50 +08:00
"DefaultUnitIDs": [
100004,
2025-11-21 15:14:50 +08:00
100002,
100003,
100005,
300008
],
2026-03-19 13:57:54 +08:00
"DefaultTeamIcon": 510010,
2025-01-20 16:24:35 +08:00
"DefaultTeamName": "默认队伍",
2024-06-24 15:58:15 +08:00
"DefaultPlayerSKill": [
2024-07-05 12:39:09 +08:00
911
2024-06-24 15:58:15 +08:00
],
2025-05-29 12:07:43 +08:00
"MaxTeamCount": 5,
2024-10-09 15:08:30 +08:00
"MaxTeamMember": 7,
2025-07-14 14:36:15 +08:00
"TaskUpdateCountFrame": 40,
"MailID_DailyTaskReward": 3000001,
"MailID_WeeklyTaskReward": 3000002,
"DailyTaskActivityItem": 1001,
"WeeklyTaskActivityItem": 1002,
"Cultivate_Cal_C_Z": 20,
"Cultivate_Cal_C_A": 0.67,
"Cultivate_Cal_C_B": 8,
"Cultivate_Cal_C_C": 24,
"Cultivate_Cal_C_D": 16,
"Cultivate_Cal_C_E": 8,
"Cultivate_Cal_C_F": 8,
"Cultivate_Cal_V_A": 40,
"Cultivate_Cal_V_B": 24,
2026-01-13 14:55:33 +08:00
"BattlePassLevelUpRequirement": 100,
2025-07-14 14:36:15 +08:00
"BattlePassLevelPurchasePrice": [
2,
100
],
2025-12-04 14:53:02 +08:00
"BattlePassPurchaseItemID": [
1220002,
1220003,
1220004
],
2026-01-09 19:37:07 +08:00
"MonthlyPassMaxTime": 180,
2025-12-05 14:32:19 +08:00
"MonthlyPassMailTime": 2,
2026-01-12 13:08:31 +08:00
"MonthlyPassMailID": 3000007,
2026-01-21 14:43:49 +08:00
"MonthlyPassRewardMailID": 3000008,
2025-07-14 14:36:15 +08:00
"ShopShowDefaultEmojiID": 5,
"ShopShowEyebowsType": "1",
"ShopShowEyebowsColor": "#ff0000",
"ShopShowEyesColor": "#FBD3A0",
"ShopShowBuyEmojiID": 22,
"ShopShowNoBuyEmojiID": [
10,
13,
18,
21
],
2025-07-17 19:07:34 +08:00
"ShopFavorItemExchange": 99004,
2026-03-03 17:49:31 +08:00
"RecommendedShopCarouselTime": 10,
2026-02-11 14:05:58 +08:00
"LevelWeeklyChangeDay": 1,
"LevelWeeklyMaxCount": 9999,
2026-01-15 18:59:00 +08:00
"PVPLevelID": 350101,
2024-01-02 19:14:05 +08:00
"NextPVPLevelID": 0,
2025-08-20 18:16:54 +08:00
"PvpMinLevel": 10,
2025-03-11 15:54:38 +08:00
"PvpNewScore": 1000,
2025-09-12 18:53:14 +08:00
"PvpPageCount": 30,
"PvpCost": {
"Id": 6,
"Count": 5
2024-01-08 14:31:21 +08:00
},
2024-10-30 13:50:59 +08:00
"PvpRobotName": "机器防御者",
2024-06-05 19:47:45 +08:00
"PvpDefendCellList": [
2025-09-08 17:22:05 +08:00
245,
270,
295,
246,
271,
296,
247
2024-06-06 18:55:26 +08:00
],
2024-06-11 17:54:57 +08:00
"PvpBattleWinRewards": 301001,
"PvpBattleLoseRewards": 301002,
"PvpRankingMinNumber": 100,
2025-07-14 14:36:15 +08:00
"PvpDayScheduleID": 10006,
"PvpWeekScheduleID": 10003,
"PvpMonthScheduleID": 10004,
2025-09-12 15:33:44 +08:00
"PvpCloseScheduleID": 30003,
2026-02-02 19:42:39 +08:00
"PvpAIType": 50199,
"PvpTrackRange": 40,
"PvpInvestigateRange": 40,
2025-09-01 12:49:17 +08:00
"PvpFrontRow": [
2025-09-05 14:10:59 +08:00
245,
270,
295
2025-09-01 12:49:17 +08:00
],
"PvpMidRow": [
2025-09-05 14:10:59 +08:00
246,
271,
296
2025-09-01 12:49:17 +08:00
],
"PvpBcakRow": [
2025-09-05 14:10:59 +08:00
247,
272,
297
2025-09-01 12:49:17 +08:00
],
"PvpFrontJob": [
5,
4,
3
],
"PvpMidJob": [
0,
1
],
"PvpBcakJob": [
2
],
"PvpRefreshTime": 3,
2025-11-27 13:35:29 +08:00
"PvpSettleGoldShowCount": 4,
"PvpSettleSilverShowCount": 4,
"PvpSettleCopperShowCount": 4,
2026-01-21 12:25:56 +08:00
"PvpRecordDay": 10,
2025-07-29 14:44:10 +08:00
"Vehicle_CultivateCamera_Scale": [
-1.5,
1.5
],
"VehiclePartIcon_1": "Icon_VehiclePartStype_05.png",
"VehiclePartIcon_2": "Icon_VehiclePartStype_03.png",
2025-07-29 14:44:10 +08:00
"VehiclePartIcon_3": "Icon_VehiclePartStype_02.png",
"VehiclePartIcon_4": "Icon_VehiclePartStype_01.png",
"VehiclePartIcon_5": "Icon_VehiclePartStype_04.png",
2025-07-14 14:36:15 +08:00
"PlayerSkillUpgradeUnLockTotalLevel": [
0,
4,
2025-05-08 15:10:28 +08:00
10,
2025-07-14 14:36:15 +08:00
12
2025-08-20 14:39:40 +08:00
],
2025-08-27 14:53:28 +08:00
"Main_Play_Dialogue_Click_Frequency": 4,
"ActorPowerA": 0.6,
"ActorPowerB": 38,
"ActorPowerC": 1495,
2025-10-23 20:14:00 +08:00
"ActorPowerD": 500,
"ActorPowerE": 400,
2025-08-27 14:53:28 +08:00
"ActorPowerF": 1.5,
2025-10-23 20:14:00 +08:00
"ActorPowerG": 0.8,
"ActorPowerH": 200,
2025-08-27 14:53:28 +08:00
"ActorPowerI": 1.5,
"ActorPowerJ": 0.25,
"ActorPowerKStart": [
3,
4,
5
],
"ActorPowerKValue": [
1,
2025-10-23 20:14:00 +08:00
1.15,
2025-10-24 17:19:04 +08:00
1.28
2025-08-27 14:53:28 +08:00
],
2025-10-23 20:14:00 +08:00
"ActorPowerFunction": 0,
2025-08-27 14:53:28 +08:00
"PvpScoreEasyStart": -100,
"PvpScoreHardStart": 0,
"PvpScoreNightmareStart": 100,
"PvpScoreNightmareEnd": 200,
"PvpWinParamL": 50,
"PvpScoreParamM": 1,
"PvpProtectScore": 1500,
"PvpMatchScoreOffset": 200,
"PvpMatchScoreParamR": 0.125,
"PvpScoreCalcL": 400,
2025-08-28 13:36:23 +08:00
"PvpScoreCalcK": 50,
2025-08-29 13:57:54 +08:00
"PvpDailyCount": 5,
2025-09-10 14:48:42 +08:00
"PvpMedalGoldItemID": 5001,
"PvpMedalSilverItemID": 5002,
"PvpMedalCopperItemID": 5003,
"LegionPveResurrectionItem": 5004,
"LegionPveSeasonResurrectionItem": 5005,
2025-09-12 16:00:58 +08:00
"LegionPveSeasonResurrectionCount": 10,
2025-09-08 14:29:08 +08:00
"LegionPveCharacterPowerParam": 1.12,
2025-10-23 20:14:00 +08:00
"LegionPveDefFactor": 500,
2025-10-21 17:02:04 +08:00
"LegionPvePredictList": [
0.7,
0.2,
-0.2,
-0.7
],
2025-09-08 14:29:08 +08:00
"TrainingLevelVehicleCountLimit": 1,
2025-09-08 17:10:41 +08:00
"TrainingLevelCharacterCountLimit": 6,
2025-09-12 13:10:47 +08:00
"DefaultTrainingTeamIcon": 510003,
2025-09-08 17:10:41 +08:00
"RaffleExtraReward": [
2025-09-11 13:27:22 +08:00
118,
1
2025-09-11 15:26:43 +08:00
],
"LegionPveScheduleID": 30002,
2025-09-24 13:34:24 +08:00
"LegionPveIdleHpParamKp": 1,
2025-10-10 17:02:03 +08:00
"RefundLimit": 8,
2025-12-30 15:59:09 +08:00
"FindBuildingRange": 2,
2025-10-16 18:36:09 +08:00
"AccelerationDispatch": [
2025-10-24 15:27:40 +08:00
2,
2025-10-16 18:36:09 +08:00
100
2025-10-24 17:37:12 +08:00
],
"VoiceSubtitles_LevelUpCD": 15,
"VoiceSubtitles_FightMinTime": 1.5,
2025-11-18 13:09:46 +08:00
"VoiceSubtitles_FightMaxTime": 10,
2026-01-19 14:42:43 +08:00
"PremiumMailDay": 2,
2026-01-09 19:37:07 +08:00
"PremiumMailID": 3000006,
2026-01-07 16:51:15 +08:00
"PremiumExpParam": 0.08,
2025-11-24 13:30:49 +08:00
"PremiumPvpLoseProtectCount": 1,
2026-01-21 13:34:48 +08:00
"premiumMaxTime": 360,
2025-12-12 13:08:23 +08:00
"PvpPowerCheckParamA": 0.9,
"PvpPowerCheckParamB": 0.7,
"PvpAntiMaxCount": 1,
2025-12-09 16:21:59 +08:00
"LevelEditorConditionTypeList": [
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
2025-12-11 12:56:49 +08:00
24,
25,
26,
39,
2025-12-09 16:21:59 +08:00
500,
501,
502,
503,
504,
505,
506,
507,
508,
509,
510,
511,
512,
513,
514,
515,
516,
517,
518,
519,
520,
521,
522,
523,
524,
525,
526,
527,
528,
2025-12-23 17:25:43 +08:00
529,
530
2025-12-09 18:00:25 +08:00
],
"UncertainParamConditionList": [
17,
501,
2025-12-10 13:23:32 +08:00
515,
516,
2025-12-09 18:00:25 +08:00
517,
2025-12-10 13:23:32 +08:00
518,
2025-12-09 18:00:25 +08:00
519,
2025-12-10 13:23:32 +08:00
520,
2025-12-09 18:00:25 +08:00
521,
522,
2025-12-10 13:23:32 +08:00
524,
525,
526,
529
2025-12-22 14:30:23 +08:00
],
2026-01-05 20:02:34 +08:00
"EnergyPointExchangeMaxCount": 999,
2026-02-10 20:25:15 +08:00
"PvpSeasonRankRange_1": 20,
"PvpSeasonRankRange_2": 300,
"PvpSeasonRankRange_3": 2000,
2026-01-15 19:55:09 +08:00
"CombatCameraDistance_Left": 0.7,
"CombatCameraDistance_Right": 0.7,
"CombatCameraDistance_Up": 0.5,
"CombatCameraDistance_Down": 0.5,
2026-02-04 13:31:28 +08:00
"ReadyCameraDistance_Left": 0.7,
"ReadyCameraDistance_Right": 0.7,
"ReadyCameraDistance_Up": 0.5,
"ReadyCameraDistance_Down": 0.5,
2026-01-08 16:26:06 +08:00
"ChapterSwitchFade_In": 0.15,
2026-01-09 19:37:07 +08:00
"ChapterSwitchFade_Out": 0.15,
2026-01-19 14:08:30 +08:00
"GachaRecordPull_Max": 10000,
"CoinAddShow": [
2,
4,
2026-03-11 14:14:59 +08:00
11
2026-03-11 14:01:41 +08:00
],
2026-03-18 18:51:06 +08:00
"Shop_Icon_Path": "Assets/Art_Out/UI/Texture/Icon/Shop/Icon_ShopTab_0{0}.png",
"Text_Link_Color": "#FF5000",
"LevelProgressSpeed": 1
2023-08-22 19:08:45 +08:00
}
]