SphereCommunity
Crit Hit - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere X (/Forum-Sphere-X)
+--- Forum: Script Submissions (/Forum-Script-Submissions--61)
+--- Thread: Crit Hit (/Thread-Crit-Hit)



Crit Hit - ISOcol - 08-28-2022 07:48 AM

// Gathered from Discord
// lightning punch
// EFFECT type, item_id, speed, loop, explode, color, rendermode

[events e_hit_lightning]
on=@hit
src.Effect=1,03709,6,15,1
src.sound=1309 // lightning strike
if rand(100) <= 2 // 2% chance
src.damage 50 <def.dam_god> <uid> // true damage
src.effect 1,03709,6,15,1
src.sound=756 // electricity
SAYU Por Ort Grav
endif


RE: Crit Hit - Aris - 10-14-2022 04:31 PM

Thanks


RE: Crit Hit - Stern - 02-09-2025 07:23 PM

Thanks