Retouch of planes
This commit is contained in:
@@ -29,6 +29,8 @@ MonoBehaviour:
|
||||
cooldownDuration: 8
|
||||
jetSpeed: 40
|
||||
jetAngle: 5
|
||||
maxActiveDuration: 2
|
||||
cooldownMultiplier: 1.5
|
||||
bobbingPlaneConfig:
|
||||
displayName: Bobbing Plane
|
||||
prefab: {fileID: 2043346932243838886, guid: 9abb3ccce7bdafd488921e7931161647, type: 3}
|
||||
@@ -43,8 +45,8 @@ MonoBehaviour:
|
||||
bobbingAbilityConfig:
|
||||
abilityName: Air Hop
|
||||
abilityIcon: {fileID: -1386115237479607260, guid: ba6d4f958f29f8b45a8f670d869733fe, type: 3}
|
||||
cooldownDuration: 2
|
||||
bobForce: {x: -5, y: 15}
|
||||
cooldownDuration: 1.5
|
||||
bobForce: {x: 5, y: 20}
|
||||
dropPlaneConfig:
|
||||
displayName: Drop Plane
|
||||
prefab: {fileID: 2043346932243838886, guid: 86ef40d088d54a34d984edd9fce258bf, type: 3}
|
||||
@@ -52,8 +54,8 @@ MonoBehaviour:
|
||||
abilityType: 3
|
||||
overrideMass: 0
|
||||
mass: 1
|
||||
overrideGravityScale: 0
|
||||
gravityScale: 1
|
||||
overrideGravityScale: 1
|
||||
gravityScale: 0.8
|
||||
overrideDrag: 0
|
||||
drag: 0
|
||||
dropAbilityConfig:
|
||||
@@ -61,7 +63,8 @@ MonoBehaviour:
|
||||
abilityIcon: {fileID: -5545584635573524598, guid: 333a17a4395130b46984c04bbb6e09ea, type: 3}
|
||||
cooldownDuration: 4
|
||||
dropForce: 35
|
||||
dropDistance: 20
|
||||
maxActiveDuration: 3
|
||||
cooldownMultiplier: 2
|
||||
zeroHorizontalVelocity: 1
|
||||
defaultAirplaneType: 1
|
||||
slingshotSettings:
|
||||
@@ -92,9 +95,9 @@ MonoBehaviour:
|
||||
groundLayer: 14
|
||||
maxGroundRaycastDistance: 50
|
||||
fallbackYPosition: 0
|
||||
groundSpawnY: -5
|
||||
groundSpawnY: -4.7
|
||||
defaultObstaclePositionMode: 2
|
||||
defaultObstacleSpecifiedY: -10
|
||||
defaultObstacleRandomYMin: 5
|
||||
defaultObstacleRandomYMax: 25
|
||||
defaultObstacleRandomYMin: 20
|
||||
defaultObstacleRandomYMax: 80
|
||||
showDebugLogs: 1
|
||||
|
||||
Reference in New Issue
Block a user