made readme readable

This commit is contained in:
JezuzLizard 2020-03-07 16:49:02 -08:00 committed by GitHub
parent 237ae2157c
commit 44047d044a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,40 +1,69 @@
GriefFix Features: GriefFix Features:
Added team balancing Added team balancing
Added game start delay and quota Added game start delay and quota
Added randomized game settings Added randomized game settings
Added map_restart Added map_restart
Added map change option (only for farm, town, and bus depot) Added map change option (only for farm, town, and bus depot)
Added empty lobby restart Added empty lobby restart
Team Balancing: Team Balancing:
Picks a team for a player on join based on how many players are on each team Picks a team for a player on join based on how many players are on each team
CIA/Inmates are the default team if teams are equal CIA/Inmates are the default team if teams are equal
Game Start Delay and Quota: Game Start Delay and Quota:
adjustable wait time adjustable wait time
adjustable quota adjustable quota
either the wait time and quota can be fully disabled by changing the value of 1 variable each either the wait time and quota can be fully disabled by changing the value of 1 variable each
Randomized Game Settings: Randomized Game Settings:
can be turned off by disabling the corresponding variables can be turned off by disabling the corresponding variables
defaults: defaults:
50% chance of disabling quick revive 50% chance of disabling quick revive
30% chance of diabling jugg 30% chance of diabling jugg
20% chance of first room only 20% chance of first room only
30% chance of hyper speed spawns (max move speed, max spawnrate, no walkers, 1 second between rounds) 30% chance of hyper speed spawns (max move speed, max spawnrate, no walkers, 1 second between rounds)
15% chance of 4x max drops per round 15% chance of 4x max drops per round
10% chance of box moving disabled 10% chance of box moving disabled
50% chance of max zombies set to 32 50% chance of max zombies set to 32
40% chance of deadlier emps (4x duration) 40% chance of deadlier emps (4x duration)
20% chance of deflation (points only earned from kills) 20% chance of deflation (points only earned from kills)
20% chance of shorter rounds 20% chance of shorter rounds
40% chance of electric doors being disabled 40% chance of electric doors being disabled
Map Restart Map Restart
after intermission the map restarts using map_restart instead of a normal restart after intermission the map restarts using map_restart instead of a normal restart
this fixes the no sound bug on respawn this fixes the no sound bug on respawn
but requires all other players except 1 player to be killed and respawned but requires all other players except 1 player to be killed and respawned
Map Rotate Map Rotate
the map can rotate between 3 locations the map can rotate between 3 locations
town, farm and bus depot town, farm and bus depot