pub fn update_magic_fx_variants( commands: Commands<'_, '_>, magic_fx_query: Query<'_, '_, (Entity, &mut MagicFxVariantComponent)>, time: Res<'_, Time>, )