move minRateSpawn and maxRateSpawn to config.lua

This commit is contained in:
ErikasKontenis
2020-11-15 12:34:54 +02:00
parent 2546d1a0a5
commit 7c8949e444
6 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
-- Custom
knightCloseAttackDamageIncreasePercent = 20
paladinRangeAttackDamageIncreasePercent = 15
-- Min/Max rate spawn is a multiplication of the map spawntime in spawns.xml Regular monster spawn time is 600. The formula would be randomValue = random(600*100, 600*200) which varies between 60s and 120s
minRateSpawn = 100
maxRateSpawn = 200
-- Combat settings
-- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"