8.0 spells from nostalrius

This commit is contained in:
ErikasKontenis
2022-09-10 11:05:02 +03:00
parent 68959e51b4
commit b18c0517c5
37 changed files with 320 additions and 165 deletions

View File

@@ -6,7 +6,7 @@ combat:setParameter(COMBAT_PARAM_BLOCKARMOR, true)
combat:setArea(createCombatArea(AREA_CROSS1X1))
function onGetFormulaValues(player, level, maglevel)
local base = 60
local base = 70
local variation = 40
local formula = 3 * maglevel + (2 * level)