Xingqiu
Praktische Config
Nutze xingqiu in configs. Aliase: xq
Starter kopieren
xingqiu char lvl=90/90 cons=0 talent=9,9,9;
xingqiu add weapon="favoniussword" refine=5 lvl=90/90;
xingqiu add set="emblemofseveredfate" count=4;
xingqiu add stats hp=4780 atk=311 atk%=0.466 cr=0.311 cd=0.622 er=0.110;Combo-Beispiele
Sichere Basis-Schleife
Das ist der sicherste Start. Die Schleife prueft erst, ob Skill oder Burst bereit sind, und nutzt danach Angriffe als Fuellung. Nutze sie, wenn du die echte Combo noch nicht kennst.
if .character.skill.ready
Liest den Cooldown. Wenn ready wahr ist, kann die Aktion jetzt benutzt werden. Wenn nicht, ueberspringt der Simulator sie.
attack:3
`attack:3` bedeutet drei normale Angriffe hintereinander. Aendere die Zahl beim Testen.
Keine Endlosschleife hier
Dieser Helper laeuft nur einmal, wenn du ihn aufrufst. Die Wiederholung der Rotation gehoert aussen in die Haupt-`for`-Schleife.
Combo kopieren
fn xingqiu_basic_loop() {
if .xingqiu.skill.ready {
xingqiu skill;
}
if .xingqiu.burst.ready {
xingqiu burst;
}
xingqiu attack:3;
}Schreibbare Aktionen
attack direkt nutzbar
Befehl kopieren
xingqiu attack:3;charge Need to use attack right before charge.
Befehl kopieren
xingqiu attack, charge;skill direkt nutzbar
Befehl kopieren
xingqiu skill;burst direkt nutzbar
Befehl kopieren
xingqiu burst;dash direkt nutzbar
Befehl kopieren
xingqiu dash;jump direkt nutzbar
Befehl kopieren
xingqiu jump;walk No action followed by walk has proper frames.
Befehl kopieren
xingqiu walk;swap direkt nutzbar
Befehl kopieren
xingqiu swap;Spezielle Aktionsparameter
Keine speziellen Einträge dokumentiert.
Felder für Bedingungen
Keine speziellen Einträge dokumentiert.
Frames
- Video #1
- Video #2
Hitlag-Daten
- Normaler Angriff
- Elementarfähigkeit
| Fähigkeit | Haltezeit | Skalierung | Defense Halt | Deployable |
|---|---|---|---|---|
| N1 | 0.03 | 0.01 | true | false |
| N2 | 0.03 | 0.01 | true | false |
| N3-1 | 0.06 | 0.01 | true | false |
| N3-2 | 0.06 | 0.01 | true | false |
| N4 | 0.06 | 0.01 | true | false |
| N5-1 | 0.1 | 0.01 | true | false |
| N5-2 | 0.1 | 0.01 | true | false |
| Fähigkeit | Haltezeit | Skalierung | Defense Halt | Deployable |
|---|---|---|---|---|
| E-1 | 0.02 | 0.01 | true | false |
| E-2 | 0.02 | 0.01 | true | false |
AoE-Daten
- Normaler Angriff
- Aufgeladener Angriff
- Elementarfähigkeit
- Spezialfähigkeit
| Fähigkeit | Form | Zentrum | Offset X | Offset Y | Radius | Fächerwinkel | Box X | Box Y | Notizen |
|---|---|---|---|---|---|---|---|---|---|
| N1 | Circle | Player | - | 0.8 | 1.5 | - | - | - | - |
| N2 | Circle | Player | - | 0.8 | 1.5 | - | - | - | - |
| N3-1 | Circle | Player | - | 0.6 | 1.5 | - | - | - | - |
| N3-2 | Circle | Player | - | 0.6 | 1.5 | - | - | - | - |
| N4 | Box | Player | - | - | - | - | 1 | 2 | - |
| N5-1 | Box | Player | - | - | - | - | 1 | 2 | - |
| N5-2 | Circle | Player | - | 0.8 | 2 | - | - | - | - |
| Fähigkeit | Form | Zentrum | Offset X | Offset Y | Radius | Fächerwinkel | Box X | Box Y | Notizen |
|---|---|---|---|---|---|---|---|---|---|
| CA-1 | Circle | Player | - | - | 2.2 | - | - | - | - |
| CA-2 | Circle | Player | - | - | 2.2 | - | - | - | - |
| Fähigkeit | Form | Zentrum | Offset X | Offset Y | Radius | Fächerwinkel | Box X | Box Y | Notizen |
|---|---|---|---|---|---|---|---|---|---|
| E-1 | Circle | Player | - | 0.8 | 3 | - | - | - | - |
| E-2 | Box | Player | - | -1.5 | - | - | 3.5 | 4.5 | - |
| E-Orbital | Circle | Player | - | - | 1.2 | - | - | - | - |
| Fähigkeit | Form | Zentrum | Offset X | Offset Y | Radius | Fächerwinkel | Box X | Box Y | Notizen |
|---|---|---|---|---|---|---|---|---|---|
| Q-Start | Circle | Player | - | - | 3 | - | - | - | not implemented yet |
| Q-SwordRain | Circle | PrimaryTarget | - | - | 0.5 | - | - | - | - |
Bekannte Probleme
Namen
- xingqiu
- xq
Gültige Aktionen
| Fähigkeit | Erlaubt | Notizen |
|---|---|---|
attack | ✔ | - |
charge | ⚠ | Need to use attack right before charge. |
aim | ❌ | - |
skill | ✔ | - |
burst | ✔ | - |
low_plunge | ❌ | - |
high_plunge | ❌ | - |
dash | ✔ | - |
jump | ✔ | - |
walk | ⚠ | No action followed by walk has proper frames. |
swap | ✔ | - |