fix incorrect formulas for fireball and energy wave. Also fix player killing configs

This commit is contained in:
ErikasKontenis
2020-02-06 18:53:26 +02:00
parent bb06db0b19
commit 30635c5517
4 changed files with 17 additions and 17 deletions

View File

@@ -5,8 +5,8 @@ combat:setParameter(COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_FIRE)
combat:setArea(createCombatArea(AREA_CIRCLE2X2))
function onGetFormulaValues(player, level, maglevel)
local base = 20
local variation = 5
local base = 30
local variation = 10
local formula = 3 * maglevel + (2 * level)