configuration.lua na tabela das passivas, adicione:
["Static"] = {
["Electabuzz"] = 25,
["Shiny Electabuzz"] = 30,
["Elder Electabuzz"] = 30,
["Magnet Electabuzz"] = 30,
["Electivire"] = 40,
},
Procure por Groundshock em exp2.0.lua e adicione isso embaixo:
-----------------------------------------Static-----------------------------------
if passivesChances["Static"][getCreatureName(cid)] and math.random(1, 100) <= passivesChances["Static"][getCreatureName(cid)] then
docastspell(cid, "Static")
end
pokemon moves.lua
elseif spell == "Static" then
local ret = {}
ret.id = 0
ret.cd = 5
ret.check = 0
ret.eff = 48
ret.spell = spell
ret.cond = "Stun"
doMoveInArea2(cid, 0, check, ELECTRICDAMAGE, min, max, spell, ret)
local sps = getThingPosWithDebug(cid)
sps.x = sps.x+1
sps.y = sps.y+1
doSendMagicEffect(sps, EFEITO)