14 lines
258 B
Plaintext
Raw Normal View History

2023-08-06 15:20:54 -05:00
Player
{
BaseHealth = 100
2023-08-06 15:20:54 -05:00
BaseMana = 100
MoveSpd = 100
BaseAtk = 10
# Amount of spd to increase/decrease vertically as you climb staircases
StaircaseClimbSpd = 60
# How much speed the player loses while no momentum is being added.
Friction = 400
}