mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
140 lines
3.7 KiB
JSON
140 lines
3.7 KiB
JSON
{
|
|
"GameObjectPoolConfigs": [
|
|
{
|
|
"MaxSpawnWaitTimeMs": 1500,
|
|
"BattleMaxSpawnWaitTimeMs": 200,
|
|
"FrameSpawnMaxTimeMs": 2,
|
|
"BattleFrameSpawnMaxTimeMs": 50,
|
|
"FrameSpawnMaxTimeIncMs": 1,
|
|
"FrameSpawnMaxTimeLimitMs": 20,
|
|
"PoolAutoReleaseIntervalMs": 3000,
|
|
"EnableBinaryPrefab": true,
|
|
"GroupSettings": {
|
|
"Effect": {
|
|
"AutoReleaseInstanceCount": 200,
|
|
"BattleAutoReleaseInstanceCount": 200
|
|
}
|
|
},
|
|
"SolutionName": "Default"
|
|
},
|
|
{
|
|
"MaxSpawnWaitTimeMs": 1500,
|
|
"BattleMaxSpawnWaitTimeMs": 200,
|
|
"FrameSpawnMaxTimeMs": 2,
|
|
"BattleFrameSpawnMaxTimeMs": 50,
|
|
"FrameSpawnMaxTimeIncMs": 1,
|
|
"FrameSpawnMaxTimeLimitMs": 20,
|
|
"PoolAutoReleaseIntervalMs": 3000,
|
|
"EnableBinaryPrefab": true,
|
|
"GroupSettings": {
|
|
"Effect": {
|
|
"AutoReleaseInstanceCount": 60,
|
|
"BattleAutoReleaseInstanceCount": 10,
|
|
"PoolAutoReleaseCacheInstanceThresh": 2,
|
|
"PoolAutoReleaseCacheInstanceRatio": 0.5,
|
|
"BattlePoolAutoReleaseCacheInstanceThresh": 0,
|
|
"BattlePoolAutoReleaseCacheInstanceRatio": 0.8,
|
|
"DisablePreloadCache": 1
|
|
},
|
|
"Streaming": {
|
|
"PoolAutoReleaseCacheInstanceThresh": 2,
|
|
"PoolAutoReleaseCacheInstanceRatio": 0.5,
|
|
"BattlePoolAutoReleaseCacheInstanceThresh": 2,
|
|
"BattlePoolAutoReleaseCacheInstanceRatio": 0.5
|
|
}
|
|
},
|
|
"SolutionName": "IOSLow"
|
|
},
|
|
{
|
|
"MaxSpawnWaitTimeMs": 1500,
|
|
"BattleMaxSpawnWaitTimeMs": 200,
|
|
"FrameSpawnMaxTimeMs": 2,
|
|
"BattleFrameSpawnMaxTimeMs": 50,
|
|
"FrameSpawnMaxTimeIncMs": 1,
|
|
"FrameSpawnMaxTimeLimitMs": 20,
|
|
"PoolAutoReleaseIntervalMs": 3000,
|
|
"EnableBinaryPrefab": true,
|
|
"GroupSettings": {
|
|
"Effect": {
|
|
"AutoReleaseInstanceCount": 60,
|
|
"BattleAutoReleaseInstanceCount": 200,
|
|
"PoolAutoReleaseCacheInstanceThresh": 2,
|
|
"PoolAutoReleaseCacheInstanceRatio": 0.5
|
|
},
|
|
"Streaming": {
|
|
"PoolAutoReleaseCacheInstanceThresh": 2,
|
|
"PoolAutoReleaseCacheInstanceRatio": 0.5
|
|
}
|
|
},
|
|
"SolutionName": "IOSHigh"
|
|
}
|
|
],
|
|
"FrameTimeBudgetConfigs": [
|
|
{
|
|
"StreamingUpdateTimeMs": 0.5,
|
|
"StreamingLoadTimeMs": 1,
|
|
"StreamingFadingTimeMs": 1,
|
|
"SharedTimeMs": 2,
|
|
"MaxExtendTimeMs": 8,
|
|
"FrameExtendTimeMs": 0.05,
|
|
"SolutionName": "Default"
|
|
},
|
|
{
|
|
"StreamingUpdateTimeMs": 0.5,
|
|
"StreamingLoadTimeMs": 1,
|
|
"StreamingFadingTimeMs": 1,
|
|
"GroupUnloadTimeMs": 0.1,
|
|
"SharedTimeMs": 2,
|
|
"MaxExtendTimeMs": 8,
|
|
"FrameExtendTimeMs": 0.05,
|
|
"SolutionName": "Android"
|
|
}
|
|
],
|
|
"AvatarAssetPreloadConfigs": [
|
|
{
|
|
"BattleSkill": 258,
|
|
"BattleUltraSkill": 97,
|
|
"SolutionName": "Default"
|
|
},
|
|
{
|
|
"BattleSkill": 24,
|
|
"SolutionName": "Editor"
|
|
},
|
|
{
|
|
"MazeSkill": "PreloadOnEnterMaze",
|
|
"BattleSkill": 3,
|
|
"BattleUltraSkill": 9,
|
|
"BattleSpecialSkill": 9,
|
|
"OtherAssets": 3,
|
|
"SolutionName": "Cloud"
|
|
},
|
|
{
|
|
"MazeSkill": 1030,
|
|
"BattleSkill": 24,
|
|
"SolutionName": "Low"
|
|
},
|
|
{
|
|
"MazeSkill": "PreloadOnEnterMaze",
|
|
"BattleSkill": 3,
|
|
"BattleUltraSkill": 9,
|
|
"BattleSpecialSkill": 9,
|
|
"OtherAssets": 3,
|
|
"SolutionName": "High"
|
|
},
|
|
{
|
|
"BattleSkill": 258,
|
|
"BattleUltraSkill": 609,
|
|
"SolutionName": "AndroidMid"
|
|
}
|
|
],
|
|
"MonsterAssetPreloadConfigs": [
|
|
{
|
|
"PreloadOptionalEffectPaths": true,
|
|
"SolutionName": "Default"
|
|
},
|
|
{
|
|
"SolutionName": "Low"
|
|
}
|
|
],
|
|
"ForceDelaySpawnPathList": []
|
|
} |