Avatar IDs Library for Drawaria

Complete library of avatar IDs and utility functions for Drawaria

此腳本不應該直接安裝,它是一個供其他腳本使用的函式庫。欲使用本函式庫,請在腳本 metadata 寫上: // @require https://update.cn-greasyfork.org/scripts/546196/1643733/Avatar%20IDs%20Library%20for%20Drawaria.js

作者
YouTubeDrawaria
版本
1.0
建立日期
2025-08-17
更新日期
2025-08-17
尺寸
8.4 KB
授權條款
MIT

🚀 Avatar IDs Library

🎯 What does this script do? / ¿Qué hace este script?

English: This script provides a JavaScript array containing numerous avatar IDs specifically for Drawaria.online. These IDs are likely used to reference pre-existing avatar assets within the game. While the script itself doesn't directly interact with the Drawaria interface, it serves as a handy reference for developers or users who might want to programmatically access or manipulate avatar data. The array is extensive, suggesting a broad collection of available avatar identifiers.

Español: Este script proporciona una matriz de JavaScript que contiene numerosos IDs de avatar específicos para Drawaria.online. Estos IDs probablemente se usan para referenciar activos de avatar preexistentes dentro del juego. Si bien el script en sí no interactúa directamente con la interfaz de Drawaria, sirve como una referencia útil para desarrolladores o usuarios que deseen acceder o manipular datos de avatar mediante programación. La matriz es extensa, lo que sugiere una amplia colección de identificadores de avatar disponibles.

✨ Features / Características

Avatar ID Reference Data
  • 🔧 Extensive Avatar ID List - Contains a large collection of unique avatar identifiers.
  • ⚡ JavaScript Array Format - Stores IDs in a readily usable JavaScript array.
  • 🎨 Reference for Developers - Useful for those looking to understand or interact with Drawaria's avatar system programmatically.
  • 🚀 Standalone Data Script - Does not require any external libraries or direct interaction with the Drawaria website to function.
  • 💡 Organized Data - IDs are listed clearly, making it easy to find specific ones.
  • 🔒 MIT License - Allows for free use and modification of the script.

Español:

  • 🔧 Extensa Lista de IDs de Avatar - Contiene una gran colección de identificadores de avatar únicos.
  • ⚡ Formato de Array JavaScript - Almacena los IDs en un array de JavaScript fácilmente utilizable.
  • 🎨 Referencia para Desarrolladores - Útil para quienes buscan comprender o interactuar programáticamente con el sistema de avatares de Drawaria.
  • 🚀 Script de Datos Independiente - No requiere bibliotecas externas ni interacción directa con el sitio web de Drawaria para funcionar.
  • 💡 Datos Organizados - Los IDs se enumeran claramente, facilitando la búsqueda de los específicos.
  • 🔒 Licencia MIT - Permite el uso y modificación gratuitos del script.

📥 Installation / Instalación

🇺🇸 English Instructions 🇪🇸 Instrucciones en Español
  1. Install the Tampermonkey extension (or a similar userscript manager) in your browser.
  2. Create a new userscript and paste the provided code into the editor.
  3. Save the script.
  4. The script is now available as a reference for avatar IDs. You can access the `avatarIds` array directly in your browser's developer console.
  1. Instala la extensión Tampermonkey (o un gestor de userscripts similar) en tu navegador.
  2. Crea un nuevo userscript y pega el código proporcionado en el editor.
  3. Guarda el script.
  4. Ahora el script está disponible como referencia para los IDs de avatar. Puedes acceder al array `avatarIds` directamente en la consola de desarrollador de tu navegador.

🎮 How to Use / Cómo Usar

  • 🔵 Step 1: With the script installed, the `avatarIds` array is available in your browser's console.
    Paso 1: Con el script instalado, el array `avatarIds` está disponible en la consola de tu navegador.
  • 🟢 Step 2: Open the developer console (usually F12) and type `avatarIds` to view the list.
    Paso 2: Abre la consola de desarrollador (generalmente F12) y escribe `avatarIds` para ver la lista.
  • 🟣 Step 3: You can use these IDs in other scripts or tools that interact with Drawaria's avatar system.
    Paso 3: Puedes usar estos IDs en otros scripts o herramientas que interactúen con el sistema de avatares de Drawaria.
  • 🟠 Step 4: For example, to get a random avatar URL, you could use `const randomId = avatarIds[Math.floor(Math.random() * avatarIds.length)]; console.log(\`/avatar/cache/\${randomId}.jpg\`);`
    Paso 4: Por ejemplo, para obtener una URL de avatar aleatoria, podrías usar `const randomId = avatarIds[Math.floor(Math.random() * avatarIds.length)]; console.log(\`/avatar/cache/\${randomId}.jpg\`);`

🛠️ Technical Details / Detalles Técnicos

Feature / Característica Details / Detalles
Data Storage Stores a large array of strings, where each string is a Drawaria avatar ID.
JavaScript Array The data is formatted as a standard JavaScript array, making it easily accessible.
No DOM Manipulation This script does not directly interact with or modify the web page's visual elements.
Constant Data The array of IDs is defined directly within the script and is not dynamically fetched.

⚠️ Important Warnings / Advertencias Importantes

  • 🚨 The avatar IDs are based on the current structure of Drawaria.online. If the website changes how avatars are referenced, these IDs might become outdated.
  • 🚨 This script is primarily a data library; it doesn't automatically apply avatars or interact with the game unless used by another script.
  • 🚨 Ensure you have Tampermonkey or a similar userscript manager installed and enabled for the script to run.
  • 🚨 The list of IDs is extensive but may not be exhaustive of all available avatars on Drawaria.

Español:

  • 🚨 Los IDs de avatar se basan en la estructura actual de Drawaria.online. Si el sitio web cambia cómo se referencian los avatares, estos IDs podrían quedar obsoletos.
  • 🚨 Este script es principalmente una biblioteca de datos; no aplica avatares automáticamente ni interactúa con el juego a menos que sea utilizado por otro script.
  • 🚨 Asegúrate de tener Tampermonkey o un gestor de userscripts similar instalado y habilitado para que el script funcione.
  • 🚨 La lista de IDs es extensa pero podría no ser exhaustiva de todos los avatares disponibles en Drawaria.

🔧 Troubleshooting / Solución de Problemas

✅ The `avatarIds` array is accessible in the browser console, and you can retrieve IDs and construct avatar URLs.
✅ El array `avatarIds` es accesible en la consola del navegador, y puedes recuperar IDs y construir URLs de avatar.
⚠️ If the `avatarIds` array is empty or seems incorrect, ensure the script is loaded and saved properly in your userscript manager.
⚠️ Si el array `avatarIds` está vacío o parece incorrecto, asegúrate de que el script se cargó y guardó correctamente en tu gestor de userscripts.
❌ If you need to find new avatar IDs, you might need to inspect Drawaria's network requests or code for updated asset references.
❌ Si necesitas encontrar nuevos IDs de avatar, es posible que debas inspeccionar las solicitudes de red o el código de Drawaria en busca de referencias de activos actualizadas.

📊 Compatibility / Compatibilidad

✅ Compatible Browsers / Navegadores Compatibles ✅ Required Extensions / Extensiones Requeridas
Chrome, Firefox, Edge, Opera
(Browsers supporting userscripts and JavaScript)
Tampermonkey or similar userscript manager
(Required for script execution)

🔄 How to Disable / Cómo Desactivar

Method 1 - Script Manager:

Open your userscript manager (e.g., Tampermonkey), find "Avatar IDs Library", and disable or delete it.

Método 1 - Gestor de Scripts: Abre tu gestor de userscripts (ej. Tampermonkey), busca "Avatar IDs Library" y desactívalo o elimínalo.

Method 2 - Remove Script Code:

You can edit the script and remove the `const avatarIds = [...]` declaration if you no longer need the library.

Método 2 - Eliminar Código del Script: Puedes editar el script y eliminar la declaración `const avatarIds = [...]` si ya no necesitas la biblioteca.

💡 Pro Tips / Consejos Profesionales

  • Add New IDs: If you discover new avatar IDs on Drawaria, you can easily add them to the `avatarIds` array in the script.
  • Integrate with Avatar Changer: Use this library with a script that randomly changes avatars to provide a more extensive selection.
  • Programmatic Access: Use the array in other userscripts to dynamically fetch and display avatars, for example, in custom UIs or tools.
  • Verify IDs: If an avatar isn't loading correctly, try verifying its ID against the list or checking Drawaria's network requests for updated IDs.
  • Build Custom Tools: Develop your own tools or scripts that leverage this avatar ID library for various purposes within or outside of Drawaria.

Español:

  • Añade Nuevos IDs: Si descubres nuevos IDs de avatar en Drawaria, puedes añadirlos fácilmente al array `avatarIds` en el script.
  • Integra con Cambiador de Avatares: Utiliza esta biblioteca con un script que cambie avatares aleatoriamente para proporcionar una selección más amplia.
  • Acceso Programático: Usa el array en otros userscripts para obtener y mostrar avatares dinámicamente, por ejemplo, en UIs personalizadas o herramientas.
  • Verifica IDs: Si un avatar no se carga correctamente, intenta verificar su ID contra la lista o revisa las solicitudes de red de Drawaria para obtener IDs actualizados.
  • Crea Herramientas Personalizadas: Desarrolla tus propias herramientas o scripts que aprovechen esta biblioteca de IDs de avatar para diversos fines dentro o fuera de Drawaria.

🎉 Ready to Use! / ¡Listo para Usar!

Access a comprehensive library of Drawaria avatar IDs for your scripting needs!

¡Accede a una biblioteca completa de IDs de avatar de Drawaria para tus necesidades de scripting!

🎨 🚀 ✨ 💫 🌟

Author: YouTubeDrawaria | Version: 1.0 | License: MIT
Support: Report issues in the comments below | Additional Info: Provides a static list of Drawaria avatar IDs for reference and programmatic use.