TheKingsRace/Assets/Scripts/PlayerScripts/ItemScripts/ItemObjects/TripleJump.asset
Melbyj1125 c8e298f038 Updated Item scripts and objects
Scripts and objects should actually be committed now
Use Items script to make objects
2021-10-08 13:59:04 -05:00

28 lines
637 B
Plaintext

%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: d76cac0a7f5ea2a4cadbec8ef3315ec1, type: 3}
m_Name: TripleJump
m_EditorClassIdentifier:
id: 3
itemName: TripleJump
description: Player gets an extra jump but has less jump height
maxVelM: 0
minVelM: 0
curVelM: 0
accM: 0
jumpPowM: -50
jumpNumM: 1
tractionM: 0
kickPowM: 0
recovTimeM: 0
playerGravM: 0