mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 18:04:27 -05:00
idle grapple calculations have been solidified
I can now move into adding how player speed and height effect these things
This commit is contained in:
@@ -14,7 +14,8 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
id: 11
|
||||
itemName: Dash
|
||||
description: Quickly Moves the player forwards
|
||||
description: Press F to quickly dash your player forward.
|
||||
itemSprite: {fileID: 0}
|
||||
maxVelM: 0
|
||||
minVelM: 0
|
||||
curVelM: 0
|
||||
|
||||
@@ -14,7 +14,7 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
id: 7
|
||||
itemName: Glider
|
||||
description: Player Will Fall slower
|
||||
description: Hold space while falling to slow your descent.
|
||||
itemSprite: {fileID: 7798176430303134427, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
|
||||
maxVelM: 0
|
||||
minVelM: 0
|
||||
|
||||
@@ -14,7 +14,7 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
id: 8
|
||||
itemName: Grapple
|
||||
description: Allows the use of a grapple
|
||||
description: Press E to grapple to a nearby grapple point.
|
||||
itemSprite: {fileID: -7389470788071104723, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
|
||||
maxVelM: 0
|
||||
minVelM: 0
|
||||
|
||||
@@ -14,7 +14,8 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
id: 10
|
||||
itemName: Nitro
|
||||
description: Boosts player speed
|
||||
description: Press Left Shift to boost your player speed beyond its max for a short
|
||||
period.
|
||||
itemSprite: {fileID: -295526885773654649, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
|
||||
maxVelM: 0
|
||||
minVelM: 0
|
||||
|
||||
@@ -14,7 +14,7 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
id: 2
|
||||
itemName: Roller Skates
|
||||
description: More Slidey But Faster
|
||||
description: Increases your max speed and acceleration at the cost of traction.
|
||||
itemSprite: {fileID: -3696225328785611619, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
|
||||
maxVelM: 15
|
||||
minVelM: 0
|
||||
|
||||
@@ -14,7 +14,7 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
id: 3
|
||||
itemName: Springs
|
||||
description: Jump Higher
|
||||
description: Your jumps will be more powerful.
|
||||
itemSprite: {fileID: 3996138432854981312, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
|
||||
maxVelM: 0
|
||||
minVelM: 0
|
||||
|
||||
@@ -14,7 +14,8 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
id: 4
|
||||
itemName: Strong Kick
|
||||
description: Kick Harder
|
||||
description: Your kick will become more powerful.
|
||||
itemSprite: {fileID: 0}
|
||||
maxVelM: 0
|
||||
minVelM: 0
|
||||
curVelM: 0
|
||||
|
||||
@@ -14,7 +14,8 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
id: 5
|
||||
itemName: Triple Jump
|
||||
description: Player gets an extra jump but has less jump height
|
||||
description: Your jump height will be reduced slightly but you will gain an extra
|
||||
jump.
|
||||
itemSprite: {fileID: -8809284872407378732, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
|
||||
maxVelM: 0
|
||||
minVelM: 0
|
||||
|
||||
@@ -14,7 +14,7 @@ MonoBehaviour:
|
||||
m_EditorClassIdentifier:
|
||||
id: 6
|
||||
itemName: Wall Run
|
||||
description: Allows player to run on walls
|
||||
description: You now have the ability to run across red walls.
|
||||
itemSprite: {fileID: -7634698977955767800, guid: 7f448051c9c906545bfd88ed2754392b, type: 3}
|
||||
maxVelM: 0
|
||||
minVelM: 0
|
||||
|
||||
Reference in New Issue
Block a user