Modified the distance for target spawning

This commit is contained in:
2025-12-15 06:20:06 +01:00
parent a72dc3ff0c
commit 569bbe62cb
3 changed files with 19 additions and 17 deletions

View File

@@ -26,8 +26,8 @@ MonoBehaviour:
jetAbilityConfig:
abilityName: Jet Boost
abilityIcon: {fileID: 1411070990185071134, guid: 4f579a820baebc14a9151832fbe37559, type: 3}
cooldownDuration: 5
jetSpeed: 30
cooldownDuration: 8
jetSpeed: 40
jetAngle: 5
bobbingPlaneConfig:
displayName: Bobbing Plane
@@ -79,8 +79,8 @@ MonoBehaviour:
personIntroDuration: 2
evaluationDuration: 2
dynamicSpawnThresholdMarker: {fileID: 0}
targetMinDistance: 500
targetMaxDistance: 1000
targetMinDistance: 100
targetMaxDistance: 300
objectSpawnMinDistance: 5
objectSpawnMaxDistance: 30
positiveNegativeRatio: 0.5