Saltar al contenido principal

Traveler (Electro)

Config práctica

Usa travelerelectro en configs. Alias: aether-electro, lumine-electro, aetherelectro, lumineelectro

Copiar este inicio

travelerelectro char lvl=90/90 cons=0 talent=9,9,9;
travelerelectro add weapon="favoniussword" refine=5 lvl=90/90;
travelerelectro add set="emblemofseveredfate" count=4;
travelerelectro add stats hp=4780 atk=311 atk%=0.466 cr=0.311 cd=0.622 er=0.110;

Recetas de combos

Loop básico seguro

Este es el patrón más seguro para empezar. Revisa si la skill o la ulti están disponibles antes de usarlas, y luego usa ataques como relleno. Úsalo cuando aún no sabes el combo real del personaje.

if .character.skill.ready

Esto lee el cooldown. Si está listo, la acción se puede usar ahora. Si no, el simulador se salta esa acción.

attack:3

`attack:3` significa tres ataques normales seguidos. Cambia el número mientras pruebas.

Sin loop infinito aquí

Este helper corre una sola vez cuando lo llamas. La repetición grande va afuera, en tu `for` principal.

Copiar combo

fn travelerelectro_basic_loop() {
  if .travelerelectro.skill.ready {
    travelerelectro skill;
  }
  if .travelerelectro.burst.ready {
    travelerelectro burst;
  }
  travelerelectro attack:3;
}

Empezar con base_atk_buff

0 for no +3 base atk, 1 (default) for +3 base atk. Set via '+params=[base_atk_buff=...]' in the char's line.

+params=[...]

Los parámetros de personaje van en la línea `char`.

Copiar combo

travelerelectro char lvl=90/90 cons=0 talent=9,9,9 +params=[base_atk_buff=1];

Empezar con skirk_story_buff

0 for no buffs, 1 (default) for +7 base atk, +15 EM, +50 base HP. Set via '+params=[skirk_story_buff=...]' in the char's line.

+params=[...]

Los parámetros de personaje van en la línea `char`.

Copiar combo

travelerelectro char lvl=90/90 cons=0 talent=9,9,9 +params=[skirk_story_buff=1];

Acciones que puedes escribir

attack se puede usar directo

Copiar comando

travelerelectro attack:3;

charge Need to use attack right before charge.

Copiar comando

travelerelectro attack, charge;

skill se puede usar directo

Copiar comando

travelerelectro skill;

burst se puede usar directo

Copiar comando

travelerelectro burst;

dash se puede usar directo

Copiar comando

travelerelectro dash;

jump se puede usar directo

Copiar comando

travelerelectro jump;

walk No action followed by walk has proper frames.

Copiar comando

travelerelectro walk;

swap se puede usar directo

Copiar comando

travelerelectro swap;

Parámetros especiales de acción

-[base_atk_buff=...] - 0 for no +3 base atk, 1 (default) for +3 base atk. Set via '+params=[base_atk_buff=...]' in the char's line.

Copiar comando

travelerelectro -[base_atk_buff=1];

-[skirk_story_buff=...] - 0 for no buffs, 1 (default) for +7 base atk, +15 EM, +50 base HP. Set via '+params=[skirk_story_buff=...]' in the char's line.

Copiar comando

travelerelectro -[skirk_story_buff=1];

skill[hits=...] - Number of times Thunder Shadow hits. Default 1, maximum 3.

Copiar comando

travelerelectro skill[hits=1];

skill[max_amulets=...] - Customize limit for number of Abudance Amulets generated. Default limit is 2/3 if C0/C1+, maximum is capped by the default limits.

Copiar comando

travelerelectro skill[max_amulets=1];

skill[amulet_delay=...] - Cantidad de frames que añade o espera este parámetro. Si no lo cambias, usa el valor por defecto del simulador.

Copiar comando

travelerelectro skill[amulet_delay=10];

Campos para condiciones

No hay entradas especiales documentadas.

Frames

Crédito del video: Kolibri#7675
Conteo: Hoja (crédito: Kolibri#7675)

Datos de hitlag

HabilidadTiempo de pausaEscalaPausa por defensaDesplegable
Aether-N10.030.01truefalse
Aether-N20.030.01truefalse
Aether-N30.060.01truefalse
Aether-N40.090.01truefalse
Aether-N50.120.01truefalse
Lumine-N10.030.01truefalse
Lumine-N20.030.01truefalse
Lumine-N30.060.01truefalse
Lumine-N40.060.01truefalse
Lumine-N50.10.01truefalse

Datos de área

HabilidadFormaCentroDesplazamiento XDesplazamiento YRadioÁngulo de abanicoCaja XCaja YNotas
Aether-N1BoxPlayer----1.42.2-
Aether-N2CirclePlayer-0.61.7180---
Aether-N3BoxPlayer-0.4--1.52.2-
Aether-N4CirclePlayer-0.61.7----
Aether-N5CirclePlayer-0.61.75240---
Lumine-N1CirclePlayer-11.6----
Lumine-N2BoxPlayer----1.42.2-
Lumine-N3CirclePlayer-0.71.5----
Lumine-N4CirclePlayer-0.71.5----
Lumine-N5CirclePlayer-11.6----

Problemas conocidos

No tiene problemas conocidos

Nombres

  • travelerelectro
  • aether-electro
  • lumine-electro
  • aetherelectro
  • lumineelectro

Acciones válidas

HabilidadPermitidoNotas
attack-
chargeNeed to use attack right before charge.
aim-
skill-
burst-
low_plunge-
high_plunge-
dash-
jump-
walkNo action followed by walk has proper frames.
swap-

Parámetros

HabilidadParámetroDescripción
-base_atk_buff0 for no +3 base atk, 1 (default) for +3 base atk. Set via '+params=[base_atk_buff=...]' in the char's line.
-skirk_story_buff0 for no buffs, 1 (default) for +7 base atk, +15 EM, +50 base HP. Set via '+params=[skirk_story_buff=...]' in the char's line.
skillhitsNumber of times Thunder Shadow hits. Default 1, maximum 3.
skillmax_amuletsCustomize limit for number of Abudance Amulets generated. Default limit is 2/3 if C0/C1+, maximum is capped by the default limits.
skillamulet_delayDelay until Abundance Amulets are picked up by the active character. Default 107 frames, minimum 107 frames.

Campos

No tiene campos