Tweak player speed (#665)

This commit is contained in:
ANAND 2020-09-16 21:05:41 +05:30 committed by GitHub
parent 179ff104bf
commit 5813a077d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,17 +1,15 @@
give_initial_stuff = true
enable_pvp = true
mg_name = singlenode
vote.kick_vote = false
barrier = 106
vote.kick_vote = true
hpregen.interval = 6
hpregen.amount = 1
random_messages_interval = 60
sprint_stamina = 10
enable_lavacooling = false
#
# CTF_PVP_ENGINE
# See mods/ctf_pvp_engine/minetest.conf.example for ctf_pvp_engine settings.
# See docs/doc_settings.md for ctf_pvp_engine settings.
#
ctf.colors.skins = true
@ -43,3 +41,15 @@ ctf.match.destroy_team = true
ctf.match.reset_on_winner = true
ctf.match.map_reset_limit = 200
ctf.match.remove_player_on_leave = true
#
# Physics
#
movement_acceleration_default = 4
movement_acceleration_air = 3
movement_speed_walk = 4.3
movement_speed_crouch = 1.5
movement_speed_climb = 3.5
movement_speed_jump = 7