source: Studio/Player/player.ini

godot4-dev
Last change on this file was 831a978, checked in by Jonathan Neufeld <support@…>, 3 years ago

Initial commit of Godot4 project Working world and movable player.

  • Property mode set to 100644
File size: 327 bytes
Line 
1[player]
2
3playername="Player1"
4health=1000
5stamina=1000
6mana=1000
7lifeforce=1000
8xp=0
9dead=false
10level=1
11mana_needed_to_heal=30
12mana_heal_ammount=10
13mana_regen_speed=0.1
14fall_threshold_damage=9
15gravity=20.0
16walk_speed=5
17exhausted_delay=30
18stamina_regen_speed=0.5
19sprint_speed=9
20sprint_energy_consumption=0.5
21jump_height=4.5
22
23
Note: See TracBrowser for help on using the repository browser.