Files
AppleHillsProduction/Assets/Settings/DivingMinigameSettings.asset

52 lines
1.3 KiB
Plaintext
Raw Normal View History

%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 0ce4dba7a1c54e73b1b3d7131a1c0570, type: 3}
m_Name: DivingMinigameSettings
m_EditorClassIdentifier:
lerpSpeed: 2
maxOffset: 10
clampXMin: -3.5
clampXMax: 3.5
speedExponent: 0.97
tapMaxDistance: 0.2
tapDecelerationRate: 15
baseSpawnProbability: 0.2
maxSpawnProbability: 0.5
probabilityIncreaseRate: 0.01
guaranteedSpawnTime: 30
spawnCooldown: 5
basePoints: 100
depthMultiplier: 10
speedTransitionDuration: 2
surfacingSpeedFactor: 3
surfacingSpawnDelay: 5
2025-10-07 09:28:41 +02:00
referenceScreenHeight: 1920
initialTileCount: 3
tileSpawnBuffer: 1
2025-10-07 09:42:59 +02:00
normalizedTileMoveSpeed: 2
speedUpFactor: 0
speedUpInterval: 10
2025-10-07 09:42:59 +02:00
maxNormalizedTileMoveSpeed: 2
2025-10-07 09:28:41 +02:00
moveSpeed: 1
maxMoveSpeed: 12
velocityCalculationInterval: 0.5
obstacleSpawnInterval: 2
obstacleSpawnIntervalVariation: 0.5
obstacleMaxSpawnAttempts: 10
obstacleSpawnCollisionRadius: 1
2025-10-07 09:28:41 +02:00
normalizedObstacleMinMoveSpeed: 1
2025-10-07 09:42:59 +02:00
normalizedObstacleMaxMoveSpeed: 3
damageImmunityDuration: 1
bumpForce: 5
smoothMoveSpeed: 8
blockInputDuringBump: 1