%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: d3ce1e10b2e79864eb493cdf9d78e741, type: 3} m_Name: Movement States m_EditorClassIdentifier: Assembly-CSharp:_Game.Scripts.Scriptable_Object:MovementStates airMoveState: jumpForce: 10 smoothing: 0.03 airControl: 1 canSwim: 1 moveSpeed: 30 maxJumpCount: 5 mass: 1 gravity: 3 earthMoveState: jumpForce: 10 smoothing: 0.03 airControl: 1 canSwim: 0 moveSpeed: 15 maxJumpCount: 0 mass: 10 gravity: 5 fireMoveState: jumpForce: 15 smoothing: 0.03 airControl: 1 canSwim: 1 moveSpeed: 30 maxJumpCount: 0 mass: 1 gravity: 3 waterMoveState: jumpForce: 15 smoothing: 0.03 airControl: 1 canSwim: 1 moveSpeed: 20 maxJumpCount: 0 mass: 1.5 gravity: 5 defaultMoveState: jumpForce: 15 smoothing: 0.03 airControl: 1 canSwim: 1 moveSpeed: 30 maxJumpCount: 0 mass: 1 gravity: 5