sandbox
Last change
on this file since c8c895d 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 |
|
---|
3 | health=100
|
---|
4 | stamina=100
|
---|
5 | mana=100
|
---|
6 | lifeforce=100
|
---|
7 | xp=0
|
---|
8 | dead=false
|
---|
9 | level=1
|
---|
10 | mana_needed_to_heal=5
|
---|
11 | mana_heal_ammount=10
|
---|
12 | mana_regen_speed=0.03
|
---|
13 | fall_threshold_damage=17
|
---|
14 | gravity=20.0
|
---|
15 | walk_speed=7
|
---|
16 | exhausted_delay=30
|
---|
17 | stamina_regen_speed=0.05
|
---|
18 | sprint_speed=16
|
---|
19 | sprint_energy_consumption=0.2
|
---|
20 | jump_height=9
|
---|
21 |
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.