-
Notifications
You must be signed in to change notification settings - Fork 133
soulimanesoulimane85-sudo edited this page Jun 4, 2026
·
1 revision
import babase import bascenev1 as bs
def red_scorpion_effect(pos):
bs.emitfx( position=pos, velocity=(0, 2, 0), count=70, scale=1.5, emit_type=’explosion’ )
bs.emitfx( position=pos, velocity=(0, 4, 0), count=100, scale=2.0, emit_type=’fuse’ )
bs.emitfx( position=pos, velocity=(0, 6, 0), count=50, scale=1.2, emit_type=’spark’ )
bs.emitfx( position=pos, velocity=(0, 3, 0), count=60, scale=1.6, emit_type=’tendrils’ )
class RedScorpionPlugin(babase.Plugin): def on_app_running(self) -> None: print(“Red Scorpion Plugin Loaded”)
ballistica.net • discord • blog • support