source: Studio/config/player.ini@ 5a9a237

sandbox
Last change on this file since 5a9a237 was c8c895d, checked in by Kevin Chapman <victory2b@…>, 3 years ago

Updated the INI file to hold the basic player stats like health. Made the slider for the mouse sensitivity work

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