Change parameters

- No point reduction when you lose the round
- 50 base points at the end of the round
- If you lose a round, you only get 15% of that base
master
David Vogel 6 years ago
parent 3073897ce2
commit 21a6637c63

@ -6,9 +6,9 @@ local settings = {
JackpotMax = 2500,
JackpotMultiplier = 1.1,
MinimumRounds = 5,
EndroundPoints = 10, -- Points to give at the end of the round (Jackpot gets added to the points the players get)
ZombiePointsFactor = 0.5, -- Factor of points zombies get of the points payout after round end
LosePointReduction = 0.85 -- Factor of points that gets taken away from players who lost
EndroundPoints = 50, -- Points to give at the end of the round (Jackpot gets added to the points the players get)
ZombiePointsFactor = 0.15, -- Factor of points zombies get of the points payout after round end
LosePointReduction = 0.0 -- Factor of points that gets taken away from players who lost
}
-- Grab the data from the file about the map.

Loading…
Cancel
Save